Searched refs:GetValidAlphaTypeByFormat (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | image_utils_test.cpp | 375 HWTEST_F(ImageUtilsTest, GetValidAlphaTypeByFormat, TestSize.Level3) 381 auto ret = imageutils.GetValidAlphaTypeByFormat(dsType, format); 385 ret = imageutils.GetValidAlphaTypeByFormat(dsType, format); 389 ret = imageutils.GetValidAlphaTypeByFormat(dsType, format); 393 ret = imageutils.GetValidAlphaTypeByFormat(dsType, format);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | image_utils.h | 43 static AlphaType GetValidAlphaTypeByFormat(const AlphaType &dstType, const PixelFormat &format);
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_utils.cpp | 291 AlphaType ImageUtils::GetValidAlphaTypeByFormat(const AlphaType &dstType, const PixelFormat &format) in GetValidAlphaTypeByFormat() function in OHOS::Media::ImageUtils
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/ |
H A D | pixel_map.cpp | 430 dstAlphaType = ImageUtils::GetValidAlphaTypeByFormat(dstAlphaType, dstPixelFormat); in Create() 661 dstAlphaType = ImageUtils::GetValidAlphaTypeByFormat(dstAlphaType, dstPixelFormat); in Create() 1731 AlphaType dstAlphaType = ImageUtils::GetValidAlphaTypeByFormat(GetAlphaType(), format); in ResetConfig() 1747 AlphaType type = ImageUtils::GetValidAlphaTypeByFormat(alphaType, imageInfo_.pixelFormat); in SetAlphaType()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | post_proc.cpp | 708 …dstImageInfo.alphaType = ImageUtils::GetValidAlphaTypeByFormat(dstImageInfo.alphaType, dstImageInf… in HasPixelConvert()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 2693 …dstImageInfo.alphaType = ImageUtils::GetValidAlphaTypeByFormat(dstImageInfo.alphaType, dstImageInf… in ImageConverChange()
|