Home
last modified time | relevance | path

Searched refs:isPixelPremul (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp3090 static void SetF16PixelAlpha(uint8_t *pixel, const float percent, bool isPixelPremul) in SetF16PixelAlpha() argument
3098 if (isPixelPremul) { in SetF16PixelAlpha()
3131 uint8_t pixelByte, int8_t alphaIndex, bool isPixelPremul) in SetUintPixelAlpha()
3138 if (isPixelPremul) { in SetUintPixelAlpha()
3164 static void SetRGBA1010102PixelAlpha(uint8_t *src, const float percent, int8_t alphaIndex, bool isPixelPremul) in SetRGBA1010102PixelAlpha() argument
3166 if (isPixelPremul) { in SetRGBA1010102PixelAlpha()
3330 bool isPixelPremul = alphaType == AlphaType::IMAGE_ALPHA_TYPE_PREMUL; in SetAlpha() local
3349 SetF16PixelAlpha(pixel, percent, isPixelPremul); in SetAlpha()
3351 SetRGBA1010102PixelAlpha(pixel, percent, alphaIndex, isPixelPremul); in SetAlpha()
3353 SetUintPixelAlpha(pixel, percent, pixelBytes_, alphaIndex, isPixelPremul); in SetAlpha()
3130 SetUintPixelAlpha(uint8_t *pixel, const float percent, uint8_t pixelByte, int8_t alphaIndex, bool isPixelPremul) SetUintPixelAlpha() argument
[all...]

Completed in 7 milliseconds