Home
last modified time | relevance | path

Searched refs:rsPath2d_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp726 rsPath2d_.Reset(); in Fill()
790 rsPath2d_.Reset(); in Stroke()
832 rsPath2d_.Reset(); in Clip()
1021 rsPath2d_.AddPath(out); in Path2DAddPath()
1026 rsPath2d_.Close(); in Path2DClosePath()
1063 rsPath2d_.ArcTo( in Path2DArc()
1100 rsPath2d_.Transform(matrix); in Path2DEllipse()
1111 rsPath2d_.ArcTo( in Path2DEllipse()
1119 rsPath2d_.Transform(matrix); in Path2DEllipse()
1137 rsPath2d_.Transform(matrix); in Path2DSetTransform()
[all …]
H A Dcustom_paint_paint_method.h386 RSPath rsPath2d_; variable