Home
last modified time | relevance | path

Searched refs:RSPathFillType (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/
H A Dsvg_path.cpp61 out.SetFillStyle(RSPathFillType::EVENTODD); in AsPath()
H A Dsvg_polygon.cpp69 path.SetFillStyle(RSPathFillType::EVENTODD); in AsPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/
H A Drosen_render_svg_polygon.cpp259 out->SetFillStyle(RSPathFillType::EVENTODD); in GetPath()
295 out->SetFillStyle(RSPathFillType::EVENTODD); in GetPath()
H A Drosen_render_svg_path.cpp182 out.SetFillStyle(RSPathFillType::EVENTODD); in GetPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/parse/
H A Dsvg_path.cpp97 out.SetFillStyle(RSPathFillType::EVENTODD); in AsPath()
H A Dsvg_polygon.cpp113 path.SetFillStyle(RSPathFillType::EVENTODD); in AsPath()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_mock.h95 using RSPathFillType = Testing::TestingPathFillType; variable
H A Ddrawing.h97 using RSPathFillType = Rosen::Drawing::PathFillType; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmoon_progress_modifier.cpp232 path.SetFillStyle(RSPathFillType::EVENTODD); in PaintSquareMoon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.cpp678 rsPath_.SetFillStyle(RSPathFillType::WINDING); in SetFillRuleForPath()
680 rsPath_.SetFillStyle(RSPathFillType::EVENTODD); in SetFillRuleForPath()
687 rsPath2d_.SetFillStyle(RSPathFillType::WINDING); in SetFillRuleForPath2D()
689 rsPath2d_.SetFillStyle(RSPathFillType::EVENTODD); in SetFillRuleForPath2D()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.cpp1301 drawingPath_.SetFillStyle(RSPathFillType::WINDING); in SetFillRuleForPath()
1303 drawingPath_.SetFillStyle(RSPathFillType::EVENTODD); in SetFillRuleForPath()
1318 drawingPath2d_.SetFillStyle(RSPathFillType::WINDING); in SetFillRuleForPath2D()
1320 drawingPath2d_.SetFillStyle(RSPathFillType::EVENTODD); in SetFillRuleForPath2D()
H A Drosen_render_offscreen_canvas.cpp185 path_.SetFillStyle(RSPathFillType::WINDING); in SetFillRuleForPath()
187 path_.SetFillStyle(RSPathFillType::EVENTODD); in SetFillRuleForPath()
203 path2d_.SetFillStyle(RSPathFillType::WINDING); in SetFillRuleForPath2D()
205 path2d_.SetFillStyle(RSPathFillType::EVENTODD); in SetFillRuleForPath2D()