Home
last modified time | relevance | path

Searched refs:imageComponentSize (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.h52 void SetImageComponentSize(const Size& imageComponentSize) in SetImageComponentSize() argument
54 imageComponentSize_ = imageComponentSize; in SetImageComponentSize()
295 …ApplyContain(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& imageComponentSize);
296 …d ApplyCover(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& imageComponentSize);
297 …pplyFitWidth(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& imageComponentSize);
298 …plyFitHeight(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& imageComponentSize);
299 …id ApplyNone(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& imageComponentSize);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Drender_clock.cpp310 …nderClock::LayoutClockImage(const RefPtr<RenderImage>& renderImage, const Size& imageComponentSize) in LayoutClockImage() argument
313 imageLayoutParam.SetFixedSize(imageComponentSize); in LayoutClockImage()
314 renderImage->SetImageComponentSize(imageComponentSize); in LayoutClockImage()
H A Drender_clock.h118 …atic void LayoutClockImage(const RefPtr<RenderImage>& renderImage, const Size& imageComponentSize);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/
H A Drender_rating.h219 void LayoutRenderImage(const RefPtr<RenderImage>& renderImage, const Size& imageComponentSize);
H A Drender_rating.cpp215 …erRating::LayoutRenderImage(const RefPtr<RenderImage>& renderImage, const Size& imageComponentSize) in LayoutRenderImage() argument
218 imageLayoutParam.SetFixedSize(imageComponentSize); in LayoutRenderImage()