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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_cache.cpp 263 if (pSrc->GetFormat() == FXDIB_8bppRgb && pSrc->GetPalette() &&
343 if (m_pCurBitmap->GetFormat() == FXDIB_8bppRgb && m_pCurBitmap->GetPalette() &&
fpdf_render_image.cpp 222 case FXDIB_8bppRgb: {
577 if (!bitmap_device2.Create(rect.Width(), rect.Height(), FXDIB_8bppRgb)) {
664 if (!bitmap_device2.Create(width, height, FXDIB_8bppRgb)) {
    [all...]
fpdf_render_loadimage.cpp 675 format = FXDIB_8bppRgb;
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 316 case FXDIB_8bppRgb: {
932 case FXDIB_8bppRgb: {
    [all...]
fx_dib_engine.cpp     [all...]
fx_dib_convert.cpp     [all...]
fx_dib_composite.cpp     [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 234 if (!pDIBitmap->Create(bmih.biWidth, height, bmih.biBitCount == 1 ? FXDIB_1bppRgb : FXDIB_8bppRgb)) {
fx_win32_gdipext.cpp 304 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb)) {
446 case FXDIB_8bppRgb: {
    [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 18 FXDIB_8bppRgb = 0x008,
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 521 if(m_pFXDevice->GetBitmap() && m_pFXDevice->GetBitmap()->GetFormat() == FXDIB_8bppRgb &&
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 393 case FXDIB_8bppRgb:
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 715 fx_format = FXDIB_8bppRgb;

Completed in 93 milliseconds