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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 178 case FXDIB_8bppRgb: {
505 if (!bitmap_device2.Create(rect.Width(), rect.Height(), FXDIB_8bppRgb)) {
592 if (!bitmap_device2.Create(width, height, FXDIB_8bppRgb)) {
    [all...]
fpdf_render_loadimage.cpp 674 format = FXDIB_8bppRgb;
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 303 case FXDIB_8bppRgb: {
907 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 206 if (!pDIBitmap->Create(bmih.biWidth, height, bmih.biBitCount == 1 ? FXDIB_1bppRgb : FXDIB_8bppRgb)) {
fx_win32_gdipext.cpp 306 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb)) {
448 case FXDIB_8bppRgb: {
    [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 18 FXDIB_8bppRgb = 0x008,
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 518 if(m_pFXDevice->GetBitmap() && m_pFXDevice->GetBitmap()->GetFormat() == FXDIB_8bppRgb &&
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 390 case FXDIB_8bppRgb:
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 613 fx_format = FXDIB_8bppRgb;

Completed in 485 milliseconds