Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/dib/
Dcfx_imagestretcher.cpp32 if (format == FXDIB_1bppRgb) in GetStretchedFormat()
70 if (m_pSource->GetFormat() == FXDIB_1bppRgb && m_pSource->GetPalette()) { in Start()
Dcfx_dibitmap_unittest.cpp14 EXPECT_TRUE(pBitmap->Create(400, 300, FXDIB_1bppRgb)); in TEST()
Dcfx_dibitmap.cpp131 case FXDIB_1bppRgb: { in Clear()
554 case FXDIB_1bppRgb: { in GetPixel()
593 case FXDIB_1bppRgb: in SetPixel()
Dcfx_scanlinecompositor.cpp3073 if (m_SrcFormat == FXDIB_1bppRgb) { in CompositePalBitmapLine()
/external/pdfium/testing/fuzzers/
Dpdf_codec_jbig2_fuzzer.cc35 if (!bitmap->Create(width, height, FXDIB_1bppRgb)) in LLVMFuzzerTestOneInput()
Dpdf_scanlinecompositor_fuzzer.cc14 FXDIB_Invalid, FXDIB_1bppRgb, FXDIB_8bppRgb, FXDIB_Rgb,
/external/pdfium/core/fxge/
Dfx_dib.h18 FXDIB_1bppRgb = 0x001, enumerator
/external/pdfium/core/fpdfapi/page/
Dcpdf_transferfuncdib.cpp52 case FXDIB_1bppRgb: { in TranslateScanline()
Dcpdf_dib.cpp504 m_Width, m_Height, m_bImageMask ? FXDIB_1bppMask : FXDIB_1bppRgb)) { in CreateDecoder()
/external/pdfium/core/fxcodec/
Dprogressivedecoder.cpp279 case FXDIB_1bppRgb: in PngReadHeader()
326 case FXDIB_1bppRgb: in PngAskScanlineBuf()
639 case FXDIB_1bppRgb: in ResampleVertBT()
950 case FXDIB_1bppRgb: in GifDoubleLineResampleVert()
1160 case FXDIB_1bppRgb: in PngOneOneMapResampleHorz()
1703 case FXDIB_1bppRgb: { in GetTransMethod()
2062 case FXDIB_1bppRgb: in ResampleVert()
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp367 case FXDIB_1bppRgb: in DrawDIBits()
Dfx_win32_gdipext.cpp363 case FXDIB_1bppRgb: { in OutputImage()