Home
last modified time | relevance | path

Searched refs:PaintHolder (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Doffscreen_canvas.h194 PaintHolder holder; in SaveStates()
273 std::stack<PaintHolder> saveStates_;
H A Drender_custom_paint.h279 PaintHolder holder; in SaveStates()
324 std::stack<PaintHolder> saveStates_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_paint_method.h370 PaintHolder state_;
371 std::vector<PaintHolder> saveStates_;
H A Dcustom_paint_paint_method.cpp1973 std::vector<PaintHolder>().swap(saveStates_); in ResetStates()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dpaint_state.h426 struct PaintHolder { struct