Home
last modified time | relevance | path

Searched refs:DATA_ABILITY_DECODED (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_image_source_info.cpp88 return SrcType::DATA_ABILITY_DECODED; in ResolveURIType()
109 return SrcType::DATA_ABILITY_DECODED; in ResolveURIType()
224 return pixmap_ || srcType_ == SrcType::DATA_ABILITY_DECODED; in IsPixmap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_source_info.cpp106 return SrcType::DATA_ABILITY_DECODED; in ResolveURIType()
130 return SrcType::DATA_ABILITY_DECODED; in ResolveURIType()
338 …return pixmap_ != nullptr || SrcType::DATA_ABILITY_DECODED == srcType_ || SrcType::ASTC == srcType… in IsPixmap()
H A Dimage_loader.cpp130 case SrcType::DATA_ABILITY_DECODED: { in CreateImageLoader()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_provider/
H A Dimage_provider_test_ng.cpp757 bool isPixelMapResource = (SrcType::DATA_ABILITY_DECODED == ctx->GetSourceInfo().GetSrcType());
847 bool isPixelMapResource = (SrcType::DATA_ABILITY_DECODED == ctx->GetSourceInfo().GetSrcType());
1257 bool isPixelMapResource = (SrcType::DATA_ABILITY_DECODED == ctx->GetSourceInfo().GetSrcType());
1270 src.srcType_ = SrcType::DATA_ABILITY_DECODED;
1274 bool isPixelMapResource = (SrcType::DATA_ABILITY_DECODED == ctx->GetSourceInfo().GetSrcType());
1289 src.srcType_ = SrcType::DATA_ABILITY_DECODED;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_loading_context.cpp331 bool isPixelMapResource = (SrcType::DATA_ABILITY_DECODED == GetSourceInfo().GetSrcType()); in OnMakeCanvasImage()
360 bool isPixelMapResource = (SrcType::DATA_ABILITY_DECODED == GetSourceInfo().GetSrcType()); in ResizableCalcDstSize()
H A Dimage_provider.cpp107 if (src.GetSrcType() == SrcType::DATA_ABILITY_DECODED) { in QueryImageObjectFromCache()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h426 DATA_ABILITY_DECODED, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp332 case SrcType::DATA_ABILITY_DECODED: in HandleOnCopy()
H A Drosen_render_image.cpp361 case SrcType::DATA_ABILITY_DECODED: { in FetchImageObject()