Home
last modified time | relevance | path

Searched refs:isPixelMapResource (Results 1 – 2 of 2) sorted by relevance

/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()); variable
771 EXPECT_FALSE(isPixelMapResource);
847 bool isPixelMapResource = (SrcType::DATA_ABILITY_DECODED == ctx->GetSourceInfo().GetSrcType()); variable
861 EXPECT_FALSE(isPixelMapResource);
1257 bool isPixelMapResource = (SrcType::DATA_ABILITY_DECODED == ctx->GetSourceInfo().GetSrcType()); variable
1259 EXPECT_FALSE(isPixelMapResource);
1274 bool isPixelMapResource = (SrcType::DATA_ABILITY_DECODED == ctx->GetSourceInfo().GetSrcType()); variable
1276 EXPECT_TRUE(isPixelMapResource);
1296 bool isPixelMapResource = (SrcType::DATA_ABILITY == ctx->GetSourceInfo().GetSrcType()); variable
1298 EXPECT_FALSE(isPixelMapResource);
/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() local
332 if (autoResize_ && !isPixelMapResource) { in OnMakeCanvasImage()
360 bool isPixelMapResource = (SrcType::DATA_ABILITY_DECODED == GetSourceInfo().GetSrcType()); in ResizableCalcDstSize() local
361 if (autoResize_ && !isPixelMapResource) { in ResizableCalcDstSize()