Home
last modified time | relevance | path

Searched refs:widthPx (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.cpp441 auto widthPx = image.width.ConvertToPx(); in AdaptSelfSize() local
442 if (widthPx > maxWidthPx) { in AdaptSelfSize()
443 maxWidthPx = widthPx; in AdaptSelfSize()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/image_animator/
H A Dimage_animator_test_ng.cpp1299 auto widthPx = image.width.ConvertToPx(); variable
1300 if (widthPx > maxWidthPx) {
1301 maxWidthPx = widthPx;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp592 Dimension widthPx = Dimension(viewPort_.Width()); in ApplyGradientColor() local
599 mainPx = widthPx; in ApplyGradientColor()