Home
last modified time | relevance | path

Searched defs:clipHeight (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Drosen_render_clip.cpp70 double clipHeight = NearZero(height_) ? paintSize.Height() : height_; in SyncGeometryProperties() local
H A Drender_clip.cpp170 double clipHeight = 0.0; in GetClipRect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_transition_demo.cpp297 float clipHeight = 0; in Draw() local
314 void SetClipHeight(float clipHeight) in SetClipHeight()