Home
last modified time | relevance | path

Searched refs:ApplySizeToDrawingImage (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Danimated_image_player.cpp69 dImage = ImageProvider::ApplySizeToDrawingImage(dImage, dstWidth, dstHeight); in RenderFrame()
H A Dimage_provider.h116 static std::shared_ptr<RSImage> ApplySizeToDrawingImage(
H A Dimage_provider.cpp581 return ApplySizeToDrawingImage(
638 std::shared_ptr<RSImage> ImageProvider::ApplySizeToDrawingImage( function in OHOS::Ace::ImageProvider
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_player.cpp254 dImage = ImageProvider::ApplySizeToDrawingImage(dImage, dstWidth, dstHeight); in RenderFrame()