Searched refs:_ColorDecode (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_convert.cpp | 148 void _ColorDecode(FX_DWORD pal_v, uint8_t& r, uint8_t& g, uint8_t& b) { in _ColorDecode() function 169 _ColorDecode(color, r, g, b); in _Obtain_Pal() 180 _ColorDecode(cLut[lut_offset], r, g, b); in _Obtain_Pal() 574 _ColorDecode(cLut[row], r, g, b); in _ConvertBuffer_Rgb2PltRgb8_NoTransform()
|