Home
last modified time | relevance | path

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 Ddrawing_matrix.h194 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 Dmatrix_fuzzer.cpp107 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 Ddrawing_matrix_test.cpp381 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 Dmatrix_test.cpp115 OH_Drawing_MatrixPreRotate(pMatrix, 90, 1, 0); // 90, 1矩阵角度和坐标 in OnTestPerformance()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Ddrawing__matrix_8h.md45 | void [OH_Drawing_MatrixPreRotate](_drawing.md#oh_drawing_matrixprerotate) ([OH_Drawing_Matrix](_d…
H A D_drawing.md399 | 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 Ddrawing_matrix.cpp130 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 Ddrawing__matrix_8h.md45 | void [OH_Drawing_MatrixPreRotate](_drawing.md#oh_drawing_matrixprerotate) ([OH_Drawing_Matrix](_d…
H A D_drawing.md399 | 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 )