Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpixel_map.h436 uint32_t CheckAlphaFormatInput(PixelMap &wPixelMap, const bool isPremul);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp3227 uint32_t PixelMap::CheckAlphaFormatInput(PixelMap &wPixelMap, const bool isPremul) in CheckAlphaFormatInput() function in OHOS::Media::PixelMap
3278 uint32_t res = CheckAlphaFormatInput(wPixelMap, isPremul); in ConvertAlphaFormat()