Home
last modified time | relevance | path

Searched defs:CustomPaintComponent (Results 1 – 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Drendering_context_model_impl.cpp23 auto CustomPaintComponent = AceType::DynamicCast<CanvasTaskPool>(canvasPattern); in GetWidth() local
33 auto CustomPaintComponent = AceType::DynamicCast<CanvasTaskPool>(canvasPattern); in GetHeight() local
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
Dcustom_paint_component.h166 CustomPaintComponent() : RenderComponent() in CustomPaintComponent() function