Home
last modified time | relevance | path

Searched refs:renderSuface_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_paint_method.h27 WebPaintMethod(RefPtr<NG::RenderSurface> surface): renderSuface_(surface) {} in DECLARE_ACE_TYPE()
34 RefPtr<NG::RenderSurface> renderSuface_; variable
H A Dweb_content_modifier.h40 WebContentModifier(RefPtr<NG::RenderSurface> renderSuface) : renderSuface_(renderSuface) {} in DECLARE_ACE_TYPE()
43 RefPtr<NG::RenderSurface> renderSuface_; variable
H A Dweb_content_modifier.cpp31 auto surface = DynamicCast<NG::RosenRenderSurface>(renderSuface_); in onDraw()
H A Dweb_paint_method.cpp37 auto surface = DynamicCast<NG::RosenRenderSurface>(painter->renderSuface_); in GetForegroundDrawFunction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_paint_method.h28 : renderSuface_(surface), pattern_(pattern) in DECLARE_ACE_TYPE()
35 RefPtr<NG::RenderSurface> renderSuface_;
H A Dxcomponent_paint_method.cpp35 auto surface = painter->renderSuface_; in GetContentDrawFunction()