Home
last modified time | relevance | path

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

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpixel_convert.h76 constexpr uint8_t ALPHA_OPAQUE = 0xFF; member
127 if (colorComponent > ALPHA_OPAQUE || alpha > ALPHA_OPAQUE) { in Unpremul255()
133 if (alpha == ALPHA_OPAQUE) { in Unpremul255()
136 uint32_t result = static_cast<float>(colorComponent) * ALPHA_OPAQUE / alpha + HALF_ONE; in Unpremul255()
137 return (result > ALPHA_OPAQUE) ? ALPHA_OPAQUE : result; in Unpremul255()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp73 A = ALPHA_OPAQUE; in AlphaTypeConvertOnRGB()
81 A = ALPHA_OPAQUE; in AlphaTypeConvertOnRGB()
194 uint32_t A = ALPHA_OPAQUE; in GrayConvert()
270 uint32_t A = ALPHA_OPAQUE; in BGR888Convert()
339 uint32_t A = ALPHA_OPAQUE; in RGB888Convert()
618 uint32_t A = ALPHA_OPAQUE; in RGB161616Convert()
768 uint32_t A = ALPHA_OPAQUE; in CMYKConvert()
835 uint32_t A = ALPHA_OPAQUE; in RGB565Convert()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/src/
H A Djpeg_encoder.cpp352 rowBuffer[i] = static_cast<uint8_t>(orgPlane/MAX_HALF*ALPHA_OPAQUE); in RGBAF16Encoder()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp711 dstPixels[i] = ALPHA_OPAQUE; in UpdatePixelsAlpha()

Completed in 12 milliseconds