Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dimage_decoder.h35 static std::string GetResolutionQuality(AIImageQuality imageQuality);
H A Dimage_decoder.cpp103 GetResolutionQuality(imageQuality).c_str(), in MakePixmapImage()
264 std::string ImageDecoder::GetResolutionQuality(AIImageQuality imageQuality) in GetResolutionQuality() function in OHOS::Ace::NG::ImageDecoder
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Danimated_image.h52 std::string GetResolutionQuality(AIImageQuality imageQuality) in GetResolutionQuality() function
H A Danimated_image.cpp348 GetCacheKey().c_str(), idx, GetResolutionQuality(size_.imageQuality).c_str()); in DecodeImpl()