Searched refs:OH_Drawing_PathTransformWithPerspectiveClip (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | clip_cubic.cpp | 101 OH_Drawing_PathTransformWithPerspectiveClip(fVPath, matrix, fHPath, true); in OnTestFunction()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/ |
H A D | path_fuzzer.cpp | 363 OH_Drawing_PathTransformWithPerspectiveClip(nullptr, matrix, dstPath, isValue); in NativeDrawingPathTest007() 364 OH_Drawing_PathTransformWithPerspectiveClip(path, nullptr, dstPath, isValue); in NativeDrawingPathTest007() 365 OH_Drawing_PathTransformWithPerspectiveClip(path, matrix, dstPath, isValue); in NativeDrawingPathTest007()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_path.h | 549 void OH_Drawing_PathTransformWithPerspectiveClip(OH_Drawing_Path* src, const OH_Drawing_Matrix*,
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_path_test.cpp | 634 OH_Drawing_PathTransformWithPerspectiveClip(nullptr, matrix, path15, true); 636 OH_Drawing_PathTransformWithPerspectiveClip(path15, nullptr, path15, true); 638 OH_Drawing_PathTransformWithPerspectiveClip(path15, matrix, path15, true);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 71 | void [OH_Drawing_PathTransformWithPerspectiveClip](_drawing.md#oh_drawing_pathtransformwithperspe…
|
H A D | _drawing.md | 450 | void [OH_Drawing_PathTransformWithPerspectiveClip](#oh_drawing_pathtransformwithperspectiveclip) … 11066 ### OH_Drawing_PathTransformWithPerspectiveClip() 11069 void OH_Drawing_PathTransformWithPerspectiveClip (OH_Drawing_Path* src, const OH_Drawing_Matrix* , …
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_path.cpp | 466 void OH_Drawing_PathTransformWithPerspectiveClip(OH_Drawing_Path* cPath, const OH_Drawing_Matrix* c… in OH_Drawing_PathTransformWithPerspectiveClip() function
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | path_test.cpp | 44 OH_Drawing_PathTransformWithPerspectiveClip(path, matrix, nullptr, applyPerspectiveClip); in OnTestPerformance()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 71 | void [OH_Drawing_PathTransformWithPerspectiveClip](_drawing.md#oh_drawing_pathtransformwithperspe…
|
H A D | _drawing.md | 450 | void [OH_Drawing_PathTransformWithPerspectiveClip](#oh_drawing_pathtransformwithperspectiveclip) … 11111 ### OH_Drawing_PathTransformWithPerspectiveClip() 11114 void OH_Drawing_PathTransformWithPerspectiveClip (OH_Drawing_Path* src, const OH_Drawing_Matrix* , …
|