Home
last modified time | relevance | path

Searched refs:clipHeight (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clip/
H A Drender_clip.cpp170 double clipHeight = 0.0; in GetClipRect() local
172 clipHeight = height_; in GetClipRect()
174 clipHeight = GetTransitionPaintRect().Height(); in GetClipRect()
176 return Rect(offset.GetX() + offsetX_, offset.GetY() + offsetY_, clipWidth, clipHeight); in GetClipRect()
H A Drosen_render_clip.cpp70 double clipHeight = NearZero(height_) ? paintSize.Height() : height_; in SyncGeometryProperties() local
71 rsNode->SetBounds(clipOffset.GetX(), clipOffset.GetY(), clipWidth, clipHeight); in SyncGeometryProperties()
/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
299 clipHeight = clipHeight_->Get(); in Draw()
304 context.width, clipHeight * context.height / clipPieces_); in Draw()
314 void SetClipHeight(float clipHeight) in SetClipHeight() argument
317 clipHeight_ = std::make_shared<RSAnimatableProperty<float>>(clipHeight); in SetClipHeight()
320 clipHeight_->Set(clipHeight); in SetClipHeight()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-shared-element-transition.md868 .height(this.AnimationProperties.clipHeight)
991 public clipHeight: Dimension = 0;
1032 this.clipHeight = initClipHeight;
1048 this.clipHeight = '100%';
1084 this.clipHeight = initClipHeight;
1397 clipHeight: Dimension = 0;
1413 @State clipHeight: Dimension = 0;
1451 this.clipHeight = this.targetInfo.clipHeight;
1503 clipHeight: itemClipHeight,
1527 this.clipHeight = this.originInfo.clipHeight;
[all …]
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-shared-element-transition.md868 .height(this.AnimationProperties.clipHeight)
991 public clipHeight: Dimension = 0;
1032 this.clipHeight = initClipHeight;
1048 this.clipHeight = '100%';
1084 this.clipHeight = initClipHeight;
1397 clipHeight: Dimension = 0;
1413 @State clipHeight: Dimension = 0;
1451 this.clipHeight = this.targetInfo.clipHeight;
1503 clipHeight: itemClipHeight,
1527 this.clipHeight = this.originInfo.clipHeight;
[all …]