HomeSort by relevance Sort by last modified time
    Searched refs:pBitmap (Results 51 - 53 of 53) sorted by null

1 23

  /external/pdfium/core/include/fxge/
fx_dib.h 597 void Replace(CFX_DIBitmap* pBitmap);
609 const CFX_DIBSource* pBitmap,
  /external/pdfium/core/src/fpdfapi/fpdf_render/
render_int.h 426 void Reset(const CFX_DIBitmap* pBitmap);
427 FX_BOOL GetCachedBitmap(CFX_DIBSource*& pBitmap,
fpdf_render.cpp 360 CFX_DIBitmap* pBitmap = m_pDevice->GetBitmap();
361 if (!pBitmap) {
370 pBitmap->DitherFS(pal, 4, &rect);
373 pBitmap->DitherFS(pal, 8, &rect);
377 pBitmap->DitherFS(pal, 16, &rect);
    [all...]

Completed in 293 milliseconds

1 23