Searched refs:OH_Drawing_PathSetFillType (Results 1 – 13 of 13) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/dm/ |
H A D | largeclippedpath.cpp | 46 OH_Drawing_PathSetFillType(path, OH_Drawing_PathFillType::PATH_FILL_TYPE_WINDING); in OnTestFunction() 66 OH_Drawing_PathSetFillType(pathQuad, fType); in OnTestFunction()
|
H A D | filltypes.cpp | 51 OH_Drawing_PathSetFillType(path, ft); in showPath()
|
H A D | fill_types_persp.cpp | 67 OH_Drawing_PathSetFillType(fPath, ft); in ShowPath()
|
H A D | path_interior.cpp | 87 OH_Drawing_PathSetFillType(path, doEvenOdd ? PATH_FILL_TYPE_EVEN_ODD : PATH_FILL_TYPE_WINDING); in draw_sence()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkpath_fuzzer/ |
H A D | path_fuzzer.cpp | 367 …OH_Drawing_PathSetFillType(nullptr, static_cast<OH_Drawing_PathFillType>(pathFillType % PATH_FILL_… in NativeDrawingPathTest007() 368 OH_Drawing_PathSetFillType(path, static_cast<OH_Drawing_PathFillType>(pathFillType)); in NativeDrawingPathTest007() 369 …OH_Drawing_PathSetFillType(path, static_cast<OH_Drawing_PathFillType>(pathFillType % PATH_FILL_TYP… in NativeDrawingPathTest007()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/ndk/ |
H A D | drawing_path_test.cpp | 337 OH_Drawing_PathSetFillType(nullptr, PATH_FILL_TYPE_WINDING); 339 OH_Drawing_PathSetFillType(path, static_cast<OH_Drawing_PathFillType>(NEGATIVE_ONE)); 341 OH_Drawing_PathSetFillType(path, static_cast<OH_Drawing_PathFillType>(INTNUM_TEN)); 343 OH_Drawing_PathSetFillType(path, PATH_FILL_TYPE_WINDING);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/ |
H A D | drawing_path.h | 561 void OH_Drawing_PathSetFillType(OH_Drawing_Path*, OH_Drawing_PathFillType);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
H A D | path_test.cpp | 62 OH_Drawing_PathSetFillType(path, fType); in OnTestPerformance() 147 OH_Drawing_PathSetFillType(pathQuad, PATH_FILL_TYPE_WINDING); in OnTestPerformance() 185 OH_Drawing_PathSetFillType(pathQuad, OH_Drawing_PathFillType::PATH_FILL_TYPE_WINDING); in OnTestPerformance()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 72 | void [OH_Drawing_PathSetFillType](_drawing.md#oh_drawing_pathsetfilltype) ([OH_Drawing_Path](_dra…
|
H A D | _drawing.md | 451 | void [OH_Drawing_PathSetFillType](#oh_drawing_pathsetfilltype) ([OH_Drawing_Path](#oh_drawing_pat… 11012 ### OH_Drawing_PathSetFillType() 11015 void OH_Drawing_PathSetFillType (OH_Drawing_Path* , OH_Drawing_PathFillType )
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_path.cpp | 482 void OH_Drawing_PathSetFillType(OH_Drawing_Path* cPath, OH_Drawing_PathFillType fillstyle) in OH_Drawing_PathSetFillType() function
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | drawing__path_8h.md | 72 | void [OH_Drawing_PathSetFillType](_drawing.md#oh_drawing_pathsetfilltype) ([OH_Drawing_Path](_dra…
|
H A D | _drawing.md | 451 | void [OH_Drawing_PathSetFillType](#oh_drawing_pathsetfilltype) ([OH_Drawing_Path](#oh_drawing_pat… 11057 ### OH_Drawing_PathSetFillType() 11060 void OH_Drawing_PathSetFillType (OH_Drawing_Path* , OH_Drawing_PathFillType )
|