You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
//| """Set the :math:`a` component of the bitmap transform matrix
241
241
//|
242
-
//| :param int p: precision control: 0 is 8.8, 1 is 1.15. Range 0-1. The initial value is 0
243
-
//| :param int v: The :math:`a` component of the bitmap transform matrix, in signed 8.8 or 1.15 bit fixed-point form. Range 0-131071. The initial value is 256
242
+
//| :param float v: The :math:`a` component of the bitmap transform matrix
244
243
//|
245
-
//| The initial value is **p** = 0, **v** = 256. This represents the value 1.0.
244
+
//| The initial value 1.0.
246
245
//|
247
246
//| These values are part of the graphics context and are saved and restored by :meth:`SaveContext` and :meth:`RestoreContext`.
//| """Set the :math:`b` component of the bitmap transform matrix
261
271
//|
262
-
//| :param int p: precision control: 0 is 8.8, 1 is 1.15. Range 0-1. The initial value is 0
263
-
//| :param int v: The :math:`b` component of the bitmap transform matrix, in signed 8.8 or 1.15 bit fixed-point form. Range 0-131071. The initial value is 0
272
+
//| :param float v: The :math:`b` component of the bitmap transform matrix
264
273
//|
265
-
//| The initial value is **p** = 0, **v** = 0. This represents the value 0.0.
274
+
//| The initial value 0.0.
266
275
//|
267
276
//| These values are part of the graphics context and are saved and restored by :meth:`SaveContext` and :meth:`RestoreContext`.
//| """Set the :math:`c` component of the bitmap transform matrix
281
290
//|
282
-
//| :param int v: The :math:`c` component of the bitmap transform matrix, in signed 15.8 bit fixed-point form. Range 0-16777215. The initial value is 0
291
+
//| :param int v: The :math:`c` component of the bitmap transform matrix
292
+
//|
293
+
//| The initial value 0.0.
283
294
//|
284
295
//| This value is part of the graphics context and is saved and restored by :meth:`SaveContext` and :meth:`RestoreContext`.
//| """Set the :math:`d` component of the bitmap transform matrix
297
308
//|
298
-
//| :param int p: precision control: 0 is 8.8, 1 is 1.15. Range 0-1. The initial value is 0
299
-
//| :param int v: The :math:`d` component of the bitmap transform matrix, in signed 8.8 or 1.15 bit fixed-point form. Range 0-131071. The initial value is 0
309
+
//| :param float v: The :math:`d` component of the bitmap transform matrix
300
310
//|
301
-
//| The initial value is **p** = 0, **v** = 0. This represents the value 0.0.
311
+
//| The initial value 0.0.
302
312
//|
303
313
//| These values are part of the graphics context and are saved and restored by :meth:`SaveContext` and :meth:`RestoreContext`.
//| """Set the :math:`e` component of the bitmap transform matrix
317
327
//|
318
-
//| :param int p: precision control: 0 is 8.8, 1 is 1.15. Range 0-1. The initial value is 0
319
-
//| :param int v: The :math:`e` component of the bitmap transform matrix, in signed 8.8 or 1.15 bit fixed-point form. Range 0-131071. The initial value is 256
328
+
//| :param float v: The :math:`e` component of the bitmap transform matrix
320
329
//|
321
-
//| The initial value is **p** = 0, **v** = 256. This represents the value 1.0.
330
+
//| The initial value 1.0.
322
331
//|
323
332
//| These values are part of the graphics context and are saved and restored by :meth:`SaveContext` and :meth:`RestoreContext`.
//| """Set the :math:`f` component of the bitmap transform matrix
337
346
//|
338
-
//| :param int v: The :math:`f` component of the bitmap transform matrix, in signed 15.8 bit fixed-point form. Range 0-16777215. The initial value is 0
347
+
//| :param int v: The :math:`f` component of the bitmap transform matrix
348
+
//|
349
+
//| The initial value 0.0.
339
350
//|
340
351
//| This value is part of the graphics context and is saved and restored by :meth:`SaveContext` and :meth:`RestoreContext`.
0 commit comments