Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/
H A Dimage_animator_pattern.cpp448 auto heightPx = image.height.ConvertToPx(); in AdaptSelfSize() local
449 if (heightPx > maxHeightPx) { in AdaptSelfSize()
450 maxHeightPx = heightPx; in AdaptSelfSize()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/
H A Dimage_animator_test_ng.cpp1306 auto heightPx = image.height.ConvertToPx(); variable
1307 if (heightPx > maxHeightPx) {
1308 maxHeightPx = heightPx;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp593 Dimension heightPx = Dimension(viewPort_.Height()); in ApplyGradientColor() local
602 mainPx = heightPx; in ApplyGradientColor()