Searched refs:GetPixelColor (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ui_lite/frameworks/render/ |
H A D | render_pixfmt_rgba_blend.h | 142 void GetPixelColor(uint8_t& red, uint8_t& green, uint8_t& blue, uint8_t& alpha) const in GetPixelColor() function 156 Rgba8T GetPixelColor() const in GetPixelColor() function 351 return pixelPtr->GetPixelColor(); in Pixel()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/include/ |
H A D | gif_decoder.h | 70 uint32_t GetPixelColor(uint32_t red, uint32_t green, uint32_t blue, uint32_t alpha);
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libgifplugin/src/ |
H A D | gif_decoder.cpp | 476 *dstPixelMapBuffer = GetPixelColor(colorType.Red, colorType.Green, colorType.Blue, NO_TRANSPARENT); in CopyLine() 495 uint32_t GifDecoder::GetPixelColor(uint32_t red, uint32_t green, uint32_t blue, uint32_t alpha) in GetPixelColor() function in OHOS::ImagePlugin::GifDecoder 510 bgColor_ = GetPixelColor(bgColorType.Red, bgColorType.Green, bgColorType.Blue, NO_TRANSPARENT); in ParseBgColor()
|
Completed in 5 milliseconds