Home
last modified time | relevance | path

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

/external/mesa3d/include/GL/
Dwmesa.h94 extern WMesaContext WMesaCreateContext(HDC hDC,HPALETTE* pPal,
/external/pdfium/core/src/fxge/dib/
Dfx_dib_transform.cpp627 FX_ARGB* pPal = m_Storer.GetBitmap()->GetPalette(); in Continue() local
628 if (pPal) { in Continue()
630 argb[i] = pPal[i]; in Continue()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp206 FX_ARGB* pPal = m_pSrc->GetPalette(); in TranslateScanline() local
208 if (pPal) { in TranslateScanline()
209 FX_ARGB src_argb = pPal[*src_buf]; in TranslateScanline()