Home
last modified time | relevance | path

Searched refs:FXDIB_1bppRgb (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp295 case FXDIB_1bppRgb: { in Clear()
876 case FXDIB_1bppRgb: {
1037 case FXDIB_1bppRgb: {
1077 case FXDIB_1bppRgb:
Dfx_dib_engine.cpp694 } else if (format == FXDIB_1bppRgb) { in _GetStretchedFormat()
715 if (pSource->GetFormat() == FXDIB_1bppRgb && pSource->GetPalette()) { in Start()
Dfx_dib_convert.cpp837 case FXDIB_1bppRgb: in ConvertBuffer()
Dfx_dib_composite.cpp3974 if (m_SrcFormat == FXDIB_1bppRgb) { in CompositePalBitmapLine()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp206 …if (!pDIBitmap->Create(bmih.biWidth, height, bmih.biBitCount == 1 ? FXDIB_1bppRgb : FXDIB_8bppRgb)… in LoadFromDDB()
Dfx_win32_print.cpp113 …ASSERT(pSrc->GetFormat() == FXDIB_1bppRgb || pSrc->GetFormat() == FXDIB_1bppMask || pSrc->GetForma… in Transform1bppBitmap()
Dfx_win32_gdipext.cpp460 case FXDIB_1bppRgb: { in OutputImage()
/external/pdfium/core/include/fxge/
Dfx_dib.h15 FXDIB_1bppRgb = 0x001, enumerator
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp386 case FXDIB_1bppRgb: in DrawDIBits()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp148 case FXDIB_1bppRgb: { in TranslateScanline()
Dfpdf_render_loadimage.cpp599 … if (!m_pCachedBitmap->Create(m_Width, m_Height, m_bImageMask ? FXDIB_1bppMask : FXDIB_1bppRgb)) { in CreateDecoder()