Searched refs:FillRGB565 (Results 1 - 1 of 1) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 120 static uint16_t FillRGB565(uint32_t R, uint32_t G, uint32_t B) in FillRGB565() function 350 destinationRow[i] = FillRGB565(R, G, B); in RGB888Convert() 419 destinationRow[i] = FillRGB565(R, G, B); in RGBA8888Convert() 488 destinationRow[i] = FillRGB565(R, G, B); in BGRA8888Convert() 559 destinationRow[i] = FillRGB565(R, G, B); in ARGB8888Convert() 631 destinationRow[i] = FillRGB565(R, G, B); in RGB161616Convert() 781 destinationRow[i] = FillRGB565(R, G, B); in CMYKConvert() 907 destinationRow[i] = FillRGB565(R, G, B); in RGBAF16Convert()
|
Completed in 4 milliseconds