Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
Dpixel_convert.h186 static AlphaConvertType GetAlphaConvertType(const AlphaType &srcType, const AlphaType &dstType);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
Dpixel_convert.cpp1078 extension.alphaConvertType = GetAlphaConvertType(srcInfo.alphaType, dstInfo.alphaType); in Create()
1086 AlphaConvertType PixelConvert::GetAlphaConvertType(const AlphaType &srcType, const AlphaType &dstTy… in GetAlphaConvertType() function in OHOS::Media::PixelConvert