Home
last modified time | relevance | path

Searched refs:paintChild_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_canvas.h33 return paintChild_;
41 RefPtr<CustomPaintComponent> paintChild_; member in OHOS::Ace::Framework::DOMCanvas
H A Ddom_canvas.cpp30 paintChild_ = AceType::MakeRefPtr<CustomPaintComponent>(); in DOMCanvas()
36 paintChild_->SetTextDirection(IsRightToLeft() ? TextDirection::RTL : TextDirection::LTR); in PrepareSpecializedComponent()

Completed in 1 milliseconds