Searched defs:GetFillPath (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_paint.cpp | 196 bool SkiaPaint::GetFillPath(const Pen& pen, const Path& src, Path& dst, const Rect* rect, const Mat… in GetFillPath() function in OHOS::Rosen::Drawing::SkiaPaint
|
H A D | skia_static_factory.cpp | 151 bool SkiaStaticFactory::GetFillPath(const Pen& pen, const Path& src, Path& dst, const Rect* rect, c… in GetFillPath() function in OHOS::Rosen::Drawing::SkiaStaticFactory
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | pen.cpp | 242 bool Pen::GetFillPath(const Path& src, Path& dst, const Rect* rect, const Matrix& matrix) in GetFillPath() function in OHOS::Rosen::Drawing::Pen
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/ |
H A D | static_factory.cpp | 248 bool StaticFactory::GetFillPath(const Pen& pen, const Path& src, Path& dst, const Rect* rect, const… in GetFillPath() function in OHOS::Rosen::Drawing::StaticFactory
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/pen_napi/ |
H A D | js_pen.cpp | 571 napi_value JsPen::GetFillPath(napi_env env, napi_callback_info info) in GetFillPath() function in OHOS::Rosen::Drawing::JsPen
|