Searched defs:ArgbDecode (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_main.cpp21 void ArgbDecode(FX_DWORD argb, int& a, int& r, int& g, int& b) function
28 void ArgbDecode(FX_DWORD argb, int& a, FX_COLORREF& rgb) function
324 ArgbDecode(color, a, r, g, b);

Completed in 41 milliseconds