Home
last modified time | relevance | path

Searched refs:FXDIB_8bppRgb (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp303 case FXDIB_8bppRgb: { in Clear()
907 case FXDIB_8bppRgb: {
1047 case FXDIB_8bppRgb:
1095 case FXDIB_8bppRgb: {
Dfx_dib_engine.cpp695 format = FXDIB_8bppRgb; in _GetStretchedFormat()
696 } else if (format == FXDIB_8bppRgb) { in _GetStretchedFormat()
Dfx_dib_convert.cpp856 case FXDIB_8bppRgb: in ConvertBuffer()
982 if (dest_format == FXDIB_8bppMask && src_format == FXDIB_8bppRgb && m_pPalette == NULL) { in ConvertFormat()
Dfx_dib_composite.cpp3975 if (m_DestFormat == FXDIB_8bppRgb) { in CompositePalBitmapLine()
3983 if (m_DestFormat == FXDIB_8bppRgb) { in CompositePalBitmapLine()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp206 … (!pDIBitmap->Create(bmih.biWidth, height, bmih.biBitCount == 1 ? FXDIB_1bppRgb : FXDIB_8bppRgb)) { in LoadFromDDB()
Dfx_win32_gdipext.cpp306 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb)) { in _StretchMonoToGray()
448 case FXDIB_8bppRgb: { in OutputImage()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp178 case FXDIB_8bppRgb: { in TranslateScanline()
505 if (!bitmap_device2.Create(rect.Width(), rect.Height(), FXDIB_8bppRgb)) { in DrawPatternImage()
592 if (!bitmap_device2.Create(width, height, FXDIB_8bppRgb)) { in DrawMaskedImage()
Dfpdf_render_loadimage.cpp674 format = FXDIB_8bppRgb; in LoadJpxBitmap()
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp518 if(m_pFXDevice->GetBitmap() && m_pFXDevice->GetBitmap()->GetFormat() == FXDIB_8bppRgb && in Display()
/external/pdfium/core/include/fxge/
Dfx_dib.h18 FXDIB_8bppRgb = 0x008, enumerator
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp390 case FXDIB_8bppRgb: in DrawDIBits()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp613 fx_format = FXDIB_8bppRgb; in FPDFBitmap_CreateEx()