HomeSort by relevance Sort by last modified time
    Searched refs:DitherFS (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 406 pBitmap->DitherFS(pal, 4, &rect);
409 pBitmap->DitherFS(pal, 8, &rect);
412 pBitmap->DitherFS(pal, 16, &rect);
    [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 347 FX_BOOL DitherFS(const FX_DWORD* pPalette, int pal_size, const FX_RECT* pRect = NULL);
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 563 m_pFXDevice->GetBitmap()->DitherFS(palette, nPalette + 1, &tmpRect);
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp     [all...]

Completed in 677 milliseconds