HomeSort by relevance Sort by last modified time
    Searched defs:pPal (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 543 FX_ARGB* pPal = m_Storer.GetBitmap()->GetPalette();
544 if (pPal) {
546 argb[i] = pPal[i];
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 223 FX_ARGB* pPal = m_pSrc->GetPalette();
225 if (pPal) {
226 FX_ARGB src_argb = pPal[*src_buf];
    [all...]

Completed in 110 milliseconds