Home
last modified time | relevance | path

Searched refs:FXDIB_8bppMask (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/core/fxge/ge/
Dcfx_cliprgn.cpp53 new_dib->Create(m_Box.Width(), m_Box.Height(), FXDIB_8bppMask); in IntersectMaskRect()
66 ASSERT(mask_dib->GetFormat() == FXDIB_8bppMask); in IntersectMaskF()
84 new_dib->Create(new_box.Width(), new_box.Height(), FXDIB_8bppMask); in IntersectMaskF()
Dcfx_facecache.cpp187 anti_alias == FXFT_RENDER_MODE_MONO ? FXDIB_1bppMask : FXDIB_8bppMask); in RenderGlyph()
Dcfx_renderdevice.cpp429 return pDIB->Create(width, height, FXDIB_8bppMask); in CreateCompatibleBitmap()
990 if (!bitmap.Create(pixel_width, pixel_height, FXDIB_8bppMask)) in DrawNormalText()
/external/pdfium/core/fxge/dib/
Dfx_dib_main.cpp247 if (!m_pAlphaMask->Create(m_Width, m_Height, FXDIB_8bppMask)) { in BuildAlphaMask()
318 case FXDIB_8bppMask: in Clear()
452 dest_format = FXDIB_8bppMask; in TransferBitmap()
618 if (!pMask->Create(rect.Width(), rect.Height(), FXDIB_8bppMask)) in CloneAlphaMask()
675 pSrcClone = pSrcBitmap->CloneConvert(FXDIB_8bppMask); in LoadChannel()
700 if (!ConvertFormat(FXDIB_8bppMask)) in LoadChannel()
774 if (!ConvertFormat(FXDIB_8bppMask)) { in LoadChannel()
846 if (!ConvertFormat(FXDIB_8bppMask)) in MultiplyAlpha()
901 if (!pMask->Create(m_Width, m_Height, FXDIB_8bppMask)) { in GetGrayData()
932 if (!pMask->Create(m_Width, m_Height, FXDIB_8bppMask)) { in GetGrayData()
[all …]
Dfx_dib_convert.cpp673 case FXDIB_8bppMask: { in ConvertBuffer()
699 return ConvertBuffer(FXDIB_8bppMask, dest_buf, dest_pitch, width, in ConvertBuffer()
834 if (dest_format == FXDIB_8bppMask && src_format == FXDIB_8bppRgb && in ConvertFormat()
Dfx_dib_composite.cpp3827 if (dest_format == FXDIB_8bppMask) { in ScanlineCompositor_InitSourceMask()
4050 if (m_SrcFormat == FXDIB_1bppMask || m_SrcFormat == FXDIB_8bppMask) { in Init()
4059 if (dest_format == FXDIB_8bppMask) { in Init()
4142 if (m_DestFormat == FXDIB_8bppMask) { in CompositeRgbBitmapLine()
4343 if (m_DestFormat == FXDIB_8bppMask) { in CompositePalBitmapLine()
4409 if (m_DestFormat == FXDIB_8bppMask) { in CompositeByteMaskLine()
4452 if (m_DestFormat == FXDIB_8bppMask) { in CompositeBitMaskLine()
4926 if (m_SrcFormat == FXDIB_8bppMask) { in DoCompose()
Dfx_dib_engine.cpp25 return FXDIB_8bppMask; in GetStretchedFormat()
Dfx_dib_transform.cpp106 format = FXDIB_8bppMask; in GetTransformedFormat()
/external/pdfium/core/fpdfapi/render/
Dcpdf_dibtransferfunc.cpp25 return FXDIB_8bppMask; in GetDestFormat()
101 case FXDIB_8bppMask: { in TranslateScanline()
Dcpdf_imagerenderer.cpp326 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask); in DrawPatternImage()
380 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask); in DrawMaskedImage()
Dcpdf_renderstatus.cpp902 pPattern->colored() ? FXDIB_Argb : FXDIB_8bppMask)) { in DrawPatternBitmap()
1557 if (!pTextMask->Create(width, height, FXDIB_8bppMask)) in ProcessTransparency()
1936 static_cast<int>(rect.Height() * sd), FXDIB_8bppMask)) { in ProcessType3Text()
2548 format = bLuminosity ? FXDIB_Rgb32 : FXDIB_8bppMask; in LoadSMask()
2550 format = bLuminosity ? FXDIB_Rgb : FXDIB_8bppMask; in LoadSMask()
2612 if (!pMask->Create(width, height, FXDIB_8bppMask)) in LoadSMask()
/external/pdfium/core/fxcodec/codec/
Dfx_codec_progress.cpp391 case FXDIB_8bppMask: in PngReadHeader()
438 case FXDIB_8bppMask: in PngAskScanlineBuf()
498 case FXDIB_8bppMask: in PngOneOneMapResampleHorz()
804 case FXDIB_8bppMask: in GifDoubleLineResampleVert()
966 case FXDIB_8bppMask: in ResampleVertBT()
1362 case FXDIB_8bppMask: in GetTransMethod()
1689 case FXDIB_8bppMask: in ResampleVert()
1954 case FXDIB_8bppMask: in StartDecode()
2260 case FXDIB_8bppMask: in ContinueDecode()
2263 pClipBitmap->GetHeight(), FXDIB_8bppMask); in ContinueDecode()
[all …]
/external/pdfium/core/fxge/
Dfx_dib.h22 FXDIB_8bppMask = 0x108, enumerator
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp531 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask); in SetClipMask()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1397 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask); in SetClipMask()