Searched refs:OH_Drawing_MatrixPreRotate (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_matrix.h | 194 void OH_Drawing_MatrixPreRotate(OH_Drawing_Matrix*, float degree, float px, float py);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkmatrix_fuzzer/ |
H A D | matrix_fuzzer.cpp | 107 OH_Drawing_MatrixPreRotate(nullptr, degree, px, py); in NativeMatrixTest002() 108 OH_Drawing_MatrixPreRotate(matrix, degree, px, py); in NativeMatrixTest002()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_matrix_test.cpp | 381 OH_Drawing_MatrixPreRotate(matrix, 5, 10, 20); 382 OH_Drawing_MatrixPreRotate(nullptr, 5, 10, 20); 386 OH_Drawing_MatrixPreRotate(matrix, 90, 1, 0);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | matrix_test.cpp | 115 OH_Drawing_MatrixPreRotate(pMatrix, 90, 1, 0); // 90, 1矩阵角度和坐标 in OnTestPerformance()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__matrix_8h.md | 45 | void [OH_Drawing_MatrixPreRotate](_drawing.md#oh_drawing_matrixprerotate) ([OH_Drawing_Matrix](_d…
|
H A D | _drawing.md | 399 | void [OH_Drawing_MatrixPreRotate](#oh_drawing_matrixprerotate) ([OH_Drawing_Matrix](#oh_drawing_m… 9825 ### OH_Drawing_MatrixPreRotate() 9828 void OH_Drawing_MatrixPreRotate (OH_Drawing_Matrix* , float degree, float px, float py )
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_matrix.cpp | 130 void OH_Drawing_MatrixPreRotate(OH_Drawing_Matrix* cMatrix, float degree, float px, float py) in OH_Drawing_MatrixPreRotate() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__matrix_8h.md | 45 | void [OH_Drawing_MatrixPreRotate](_drawing.md#oh_drawing_matrixprerotate) ([OH_Drawing_Matrix](_d…
|
H A D | _drawing.md | 399 | void [OH_Drawing_MatrixPreRotate](#oh_drawing_matrixprerotate) ([OH_Drawing_Matrix](#oh_drawing_m… 9870 ### OH_Drawing_MatrixPreRotate() 9873 void OH_Drawing_MatrixPreRotate (OH_Drawing_Matrix* , float degree, float px, float py )
|