Home
last modified time | relevance | path

Searched refs:PathFillType (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/enum_napi/
H A Djs_enum.cpp170 { "EVEN_ODD", static_cast<int32_t>(PathFillType::EVENTODD) },
171 { "INVERSE_WINDING", static_cast<int32_t>(PathFillType::INVERSE_WINDING) },
172 { "INVERSE_EVEN_ODD", static_cast<int32_t>(PathFillType::INVERSE_EVENTODD) },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dpath_impl.h35 enum class PathFillType; variable
86 virtual void SetFillStyle(PathFillType fillstyle) = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpath.h46 enum class PathFillType { enum
402 virtual void SetFillStyle(PathFillType fillstyle);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/src/
H A Dpath_test.cpp410 path.SetFillStyle(PathFillType::EVENTODD); in TestFillStyle()
433 path.SetFillStyle(PathFillType::INVERSE_EVENTODD); in TestFillStyle2()
456 path.SetFillStyle(PathFillType::WINDING); in TestFillStyle3()
479 path.SetFillStyle(PathFillType::INVERSE_WINDING); in TestFillStyle4()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_path_test.cpp74 skiaPath.SetFillStyle(PathFillType::WINDING);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.h85 void SetFillStyle(PathFillType fillstyle) override;
H A Dskia_path.cpp277 void SkiaPath::SetFillStyle(PathFillType fillstyle) in SetFillStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/draw/
H A Dpath_test.cpp760 path->SetFillStyle(PathFillType::WINDING);
774 path->SetFillStyle(PathFillType::INVERSE_WINDING);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing.h97 using RSPathFillType = Rosen::Drawing::PathFillType;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp213 path.SetFillStyle(static_cast<PathFillType>(fillstyle % FILLTYPE_SIZE)); in PathFuzzTest004()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp213 void Path::SetFillStyle(PathFillType fillstyle) in SetFillStyle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp493 path->SetFillStyle(static_cast<PathFillType>(fillstyle)); in OH_Drawing_PathSetFillType()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/path_napi/
H A Djs_path.cpp1064 GET_ENUM_PARAM(ARGC_ZERO, jsFillType, 0, static_cast<int32_t>(PathFillType::INVERSE_EVENTODD)); in OnSetFillType()
1066 JS_CALL_DRAWING_FUNC(m_path->SetFillStyle(static_cast<PathFillType>(jsFillType))); in OnSetFillType()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md786 判断指定坐标点是否被路径包含,判定是否被路径包含的规则参考[PathFillType](#pathfilltype12)。
825 setFillType(pathFillType: PathFillType): void
835 | pathFillType | [PathFillType](#pathfilltype12) | 是 | 表示路径填充规则。 |
851 path.setFillType(drawing.PathFillType.WINDING);
3332 ## PathFillType<sup>12+</sup>
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/
H A Djs-apis-graphics-drawing.md786 Checks whether a coordinate point is included in this path. For details, see [PathFillType](#pathfi…
825 setFillType(pathFillType: PathFillType): void
835 | pathFillType | [PathFillType](#pathfilltype12) | Yes | Fill type of the path.|
851 path.setFillType(drawing.PathFillType.WINDING);
3332 ## PathFillType<sup>12+</sup>