Home
last modified time | relevance | path

Searched refs:fillstyle (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_path.cpp482 void OH_Drawing_PathSetFillType(OH_Drawing_Path* cPath, OH_Drawing_PathFillType fillstyle) in OH_Drawing_PathSetFillType() argument
484 if (fillstyle < PATH_FILL_TYPE_WINDING || fillstyle > PATH_FILL_TYPE_INVERSE_EVEN_ODD) { in OH_Drawing_PathSetFillType()
493 path->SetFillStyle(static_cast<PathFillType>(fillstyle)); in OH_Drawing_PathSetFillType()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A Dpath.cpp213 void Path::SetFillStyle(PathFillType fillstyle) in SetFillStyle() argument
215 impl_->SetFillStyle(fillstyle); in SetFillStyle()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/path_fuzzer/
H A Dpath_fuzzer.cpp212 uint32_t fillstyle = GetObject<uint32_t>(); in PathFuzzTest004() local
213 path.SetFillStyle(static_cast<PathFillType>(fillstyle % FILLTYPE_SIZE)); in PathFuzzTest004()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dpath_impl.h86 virtual void SetFillStyle(PathFillType fillstyle) = 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() argument
279 SkPathFillType ft = static_cast<SkPathFillType>(fillstyle); in SetFillStyle()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/
H A Dpath.h400 * @param fillstyle enum PathFillType
402 virtual void SetFillStyle(PathFillType fillstyle);

Completed in 8 milliseconds