Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Dimage_painter.cpp68 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 Drender_image.h298 …void ApplyFitHeight(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& imageCompone…
H A Drender_image.cpp505 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