Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp75 extDecoder->ConvertInfoToAlphaType(alphaType, outputType); in ExtDecoderFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h102 bool ConvertInfoToAlphaType(SkAlphaType &alphaType, OHOS::Media::AlphaType &outputType);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp388 bool ret = extDecoder->ConvertInfoToAlphaType(alphaType, outputType);
392 ret = extDecoder->ConvertInfoToAlphaType(alphaType, outputType);
396 ret = extDecoder->ConvertInfoToAlphaType(alphaType, outputType);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1455 bool ExtDecoder::ConvertInfoToAlphaType(SkAlphaType &alphaType, AlphaType &outputType) in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder
1502 if (ConvertInfoToAlphaType(res, outputType)) { in HeapMemAlloc()