Searched refs:ApplyNone (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/ |
H A D | svg_fit_convertor.cpp | 31 ApplyNone, 82 void SvgFitConvertor::ApplyNone(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) in ApplyNone() function in OHOS::Ace::NG::SvgFitConvertor
|
H A D | svg_fit_convertor.h | 35 static void ApplyNone(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize);
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/svg/ |
H A D | mock_svg_fit_convertor.cpp | 42 void SvgFitConvertor::ApplyNone(RSCanvas& canvas, const Size& layoutSize, const Size& svgSize) in ApplyNone() function in OHOS::Ace::NG::SvgFitConvertor
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | image_painter.cpp | 79 void ApplyNone(const SizeF& rawPicSize, const SizeF& dstSize, RectF& srcRect, RectF& dstRect) in ApplyNone() function 284 ApplyNone(rawPicSize, dstSize, srcRect, dstRect); in ApplyImageFit() 300 ApplyNone(rawPicSize, dstSize, srcRect, dstRect); in ApplyImageFit()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | render_image.h | 299 …void ApplyNone(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& imageComponentSiz…
|
H A D | render_image.cpp | 496 ApplyNone(srcRect, dstRect, rawPicSize, layoutSize); in ApplyImageFit() 509 ApplyNone(srcRect, dstRect, rawPicSize, layoutSize); in ApplyImageFit() 568 void RenderImage::ApplyNone(Rect& srcRect, Rect& dstRect, const Size& rawPicSize, const Size& layou… in ApplyNone() function in OHOS::Ace::RenderImage
|