Searched refs:FillBGRA8888 (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | pixel_convert.cpp | 112 static uint32_t FillBGRA8888(uint32_t B, uint32_t G, uint32_t R, uint32_t A) in FillBGRA8888() function 276 destinationRow[i] = FillBGRA8888(B, G, R, A); in BGR888Convert() 345 destinationRow[i] = FillBGRA8888(B, G, R, A); in RGB888Convert() 414 destinationRow[i] = FillBGRA8888(B, G, R, A); in RGBA8888Convert() 479 destinationRow[i] = FillBGRA8888(B, G, R, A); in BGRA8888Convert() 554 destinationRow[i] = FillBGRA8888(B, G, R, A); in ARGB8888Convert() 626 destinationRow[i] = FillBGRA8888(B, G, R, A); in RGB161616Convert() 706 destinationRow[i] = FillBGRA8888(A, B, G, R); in RGBA16161616Convert() 776 destinationRow[i] = FillBGRA8888(B, G, R, A); in CMYKConvert() 841 destinationRow[i] = FillBGRA8888(B, G, R, A); in RGB565Convert() [all …]
|