Home
last modified time | relevance | path

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 Dskia_paint.cpp196 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 Dskia_static_factory.cpp151 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 Dpen.cpp242 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 Dstatic_factory.cpp248 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 Djs_pen.cpp571 napi_value JsPen::GetFillPath(napi_env env, napi_callback_info info) in GetFillPath() function in OHOS::Rosen::Drawing::JsPen