Home
last modified time | relevance | path

Searched refs:needClipRect_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.h197 needClipRect_ = needClipRect; in SetNeedCilpRect()
202 return needClipRect_; in GetNeedCilpRect()
269 bool needClipRect_ = true; variable
H A Drender_text_overlay.h222 bool needClipRect_ = true; variable
H A Drender_text_overlay.cpp169 needClipRect_ = overlay->GetNeedCilpRect(); in Update()
701 if (needClipRect_) { in ComputeChildPosition()