Home
last modified time | relevance | path

Searched refs:dest_pal (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_convert.cpp168 void _Obtain_Pal(FX_DWORD* aLut, FX_DWORD*cLut, FX_DWORD* dest_pal, int pal_type, FX_DWORD* win_mac… in _Obtain_Pal() argument
181 dest_pal[row] = ((FX_DWORD)r << 16) | ((FX_DWORD)g << 8) | b | 0xff000000; in _Obtain_Pal()
205 dest_pal[row] = win_mac_pal[c_index]; in _Obtain_Pal()