Home
last modified time | relevance | path

Searched refs:widgetHeight (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/frameworks/components/
H A Dui_image_view.cpp269 int16_t widgetWidth, int16_t widgetHeight) const in AdjustScaleAndTranslate()
299 translate.y_ += (static_cast<float>(widgetHeight) - static_cast<float>(imageHeight_) * ratio) * 0.5f; in AdjustScaleAndTranslate()
324 int16_t widgetHeight = viewRect.GetHeight() - style_->paddingTop_ - style_->paddingBottom_ - in UpdateContentMatrix() local
328 float scaleY = static_cast<float>(widgetHeight) / static_cast<float>(imageHeight_); in UpdateContentMatrix()
332 AdjustScaleAndTranslate(scale, translate, widgetWidth, widgetHeight); in UpdateContentMatrix()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_image_view.h338 int16_t widgetWidth, int16_t widgetHeight) const;

Completed in 4 milliseconds