Lines Matching refs:matrix
6 The **drawing_matrix.h** file declares the functions related to the matrix in the drawing module.
24 …ng_ScaleToFit](_drawing.md#oh_drawing_scaletofit) | Defines an enum for the matrix scaling modes.|
31 …CALE_TO_FIT_START, SCALE_TO_FIT_CENTER, SCALE_TO_FIT_END } | Enumerates the matrix scaling modes.|
38 …ng_Matrix](_drawing.md#oh_drawing_matrix) \*matrix, float value[9]) | Obtains all element values o…
40 …H_Drawing_Matrix** with the rotation attribute. The matrix is obtained by rotating an identity mat…
41 …**OH_Drawing_Matrix** with the scale attribute. The matrix is obtained by scaling an identity matr…
42 …wing_Matrix** with the translation attribute. The matrix is obtained by translating the identity m…
43 …t scaleY, float transY, float persp0, float persp1, float persp2) | Sets matrix parameters for an …
44 …H_Drawing_ScaleToFit](_drawing.md#oh_drawing_scaletofit) stf) | Scales a matrix to map a source re…
45 …trix) \*, float degree, float px, float py) | Premultiplies a matrix by an identity matrix that ro…
46 …\*, float sx, float sy, float px, float py) | Premultiplies a matrix by an identity matrix that sc…
47 …#oh_drawing_matrix) \*, float dx, float dy) | Premultiplies a matrix by an identity matrix that tr…
48 …ix) \*, float degree, float px, float py) | Post multiplies a matrix by an identity matrix that ro…
49 …, float sx, float sy, float px, float py) | Post multiplies a matrix by an identity matrix that sc…
50 …h_drawing_matrix) \*, float dx, float dy) | Post multiplies a matrix by an identity matrix that tr…
51 … ([OH_Drawing_Matrix](_drawing.md#oh_drawing_matrix) \*) | Resets a matrix to an identity matrix.|
52 …ng_Matrix](_drawing.md#oh_drawing_matrix) \*b) | Multiplies two matrices to produce a new matrix.|
53 …rawing_Matrix](_drawing.md#oh_drawing_matrix) \*, int index) | Obtains a matrix value of a given i…
54 …rawing_matrix) \*, float degree, float px, float py) | Sets a matrix as an identity matrix and rot…
55 …rawing.md#oh_drawing_matrix) \*, float dx, float dy) | Sets a matrix as an identity matrix and tra…
56 …_matrix) \*, float sx, float sy, float px, float py) | Sets a matrix as an identity matrix and sca…
57 …OH_Drawing_Matrix](_drawing.md#oh_drawing_matrix) \*inverse) | Inverts a matrix and returns the re…
58 …___drawing___point2_d.md) \*dst, uint32_t count) | Generates a transform matrix by setting source …
59 …ount) | Maps a source point array to a destination point array by means of matrix transformation.|
60 …lose the vertices to which the four source vertices are mapped by means of matrix transformation.|
62 …md#oh_drawing_matrix) \*) | Checks whether an **OH_Drawing_Matrix** object is an identity matrix.|