Searched refs:ApplyFitHeight (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | image_painter.cpp | 68 void ApplyFitHeight(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyFitHeight() function 296 ApplyFitHeight(rawPicSize, dstSize, srcRect, dstRect); in ApplyImageFit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | render_image.h | 298 …void ApplyFitHeight(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& imageCompone…
|
H A D | render_image.cpp | 505 ApplyFitHeight(srcRect, dstRect, rawPicSize, layoutSize); in ApplyImageFit() 557 void RenderImage::ApplyFitHeight(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& … in ApplyFitHeight() function in OHOS::Ace::RenderImage
|