Searched refs:imageComponentSize (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | render_image.h | 52 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 D | render_clock.cpp | 310 …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 D | render_clock.h | 118 …atic void LayoutClockImage(const RefPtr<RenderImage>& renderImage, const Size& imageComponentSize);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | render_rating.h | 219 void LayoutRenderImage(const RefPtr<RenderImage>& renderImage, const Size& imageComponentSize);
|
H A D | render_rating.cpp | 215 …erRating::LayoutRenderImage(const RefPtr<RenderImage>& renderImage, const Size& imageComponentSize) in LayoutRenderImage() argument 218 imageLayoutParam.SetFixedSize(imageComponentSize); in LayoutRenderImage()
|