Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_progress.cpp368 case FXDIB_8bppRgb: in PngReadHeaderFunc()
420 case FXDIB_8bppRgb: { in PngAskScanlineBufFunc()
479 case FXDIB_8bppRgb: { in PngOneOneMapResampleHorz()
790 case FXDIB_8bppRgb: { in GifDoubleLineResampleVert()
955 case FXDIB_8bppRgb: { in ResampleVertBT()
1378 case FXDIB_8bppRgb: { in GetTransMethod()
1713 case FXDIB_8bppRgb: { in ResampleVert()
1972 case FXDIB_8bppRgb: in StartDecode()
2258 case FXDIB_8bppRgb: in ContinueDecode()
2261 pClipBitmap->GetHeight(), FXDIB_8bppRgb); in ContinueDecode()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp205 case FXDIB_8bppRgb: { in TranslateScanline()
537 if (!bitmap_device2.Create(rect.Width(), rect.Height(), FXDIB_8bppRgb)) { in DrawPatternImage()
630 if (!bitmap_device2.Create(width, height, FXDIB_8bppRgb)) { in DrawMaskedImage()
Dfpdf_render_loadimage.cpp719 format = FXDIB_8bppRgb; in LoadJpxBitmap()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp296 case FXDIB_8bppRgb: { in Clear()
935 case FXDIB_8bppRgb: {
1071 case FXDIB_8bppRgb:
1118 case FXDIB_8bppRgb: {
Dfx_dib_engine.cpp772 format = FXDIB_8bppRgb; in _GetStretchedFormat()
773 } else if (format == FXDIB_8bppRgb) { in _GetStretchedFormat()
Dfx_dib_convert.cpp988 case FXDIB_8bppRgb: in ConvertBuffer()
1150 if (dest_format == FXDIB_8bppMask && src_format == FXDIB_8bppRgb && in ConvertFormat()
Dfx_dib_composite.cpp4486 if (m_DestFormat == FXDIB_8bppRgb) { in CompositePalBitmapLine()
4498 if (m_DestFormat == FXDIB_8bppRgb) { in CompositePalBitmapLine()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_dib.cpp215 : FXDIB_8bppRgb)) { in LoadFromDDB()
Dfx_win32_gdipext.cpp478 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb)) { in _StretchMonoToGray()
640 case FXDIB_8bppRgb: { in OutputImage()
/external/pdfium/core/include/fxge/
Dfx_dib.h19 FXDIB_8bppRgb = 0x008, enumerator
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp419 case FXDIB_8bppRgb: in DrawDIBits()
/external/pdfium/fpdfsdk/src/
Dfpdfview.cpp836 fx_format = FXDIB_8bppRgb; in FPDFBitmap_CreateEx()