HomeSort by relevance Sort by last modified time
    Searched refs:FXDIB_8bppMask (Results 1 - 15 of 15) sorted by null

  /external/pdfium/core/fxge/ge/
cfx_cliprgn.cpp 53 new_dib->Create(m_Box.Width(), m_Box.Height(), FXDIB_8bppMask);
66 ASSERT(mask_dib->GetFormat() == FXDIB_8bppMask);
84 new_dib->Create(new_box.Width(), new_box.Height(), FXDIB_8bppMask);
cfx_facecache.cpp 187 anti_alias == FXFT_RENDER_MODE_MONO ? FXDIB_1bppMask : FXDIB_8bppMask);
cfx_renderdevice.cpp 429 return pDIB->Create(width, height, FXDIB_8bppMask);
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_dibtransferfunc.cpp 25 return FXDIB_8bppMask;
101 case FXDIB_8bppMask: {
cpdf_imagerenderer.cpp 326 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask);
380 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask);
cpdf_renderstatus.cpp 902 pPattern->colored() ? FXDIB_Argb : FXDIB_8bppMask)) {
    [all...]
  /external/pdfium/core/fxge/dib/
fx_dib_main.cpp 247 if (!m_pAlphaMask->Create(m_Width, m_Height, FXDIB_8bppMask)) {
318 case FXDIB_8bppMask:
452 dest_format = FXDIB_8bppMask;
618 if (!pMask->Create(rect.Width(), rect.Height(), FXDIB_8bppMask))
675 pSrcClone = pSrcBitmap->CloneConvert(FXDIB_8bppMask);
700 if (!ConvertFormat(FXDIB_8bppMask))
774 if (!ConvertFormat(FXDIB_8bppMask)) {
846 if (!ConvertFormat(FXDIB_8bppMask))
901 if (!pMask->Create(m_Width, m_Height, FXDIB_8bppMask)) {
932 if (!pMask->Create(m_Width, m_Height, FXDIB_8bppMask)) {
    [all...]
fx_dib_convert.cpp 673 case FXDIB_8bppMask: {
699 return ConvertBuffer(FXDIB_8bppMask, dest_buf, dest_pitch, width,
834 if (dest_format == FXDIB_8bppMask && src_format == FXDIB_8bppRgb &&
fx_dib_composite.cpp     [all...]
fx_dib_engine.cpp 25 return FXDIB_8bppMask;
    [all...]
fx_dib_transform.cpp 106 format = FXDIB_8bppMask;
    [all...]
  /external/pdfium/core/fxcodec/codec/
fx_codec_progress.cpp 391 case FXDIB_8bppMask:
438 case FXDIB_8bppMask:
498 case FXDIB_8bppMask:
804 case FXDIB_8bppMask:
    [all...]
  /external/pdfium/core/fxge/
fx_dib.h 22 FXDIB_8bppMask = 0x108,
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 531 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask);
    [all...]
  /external/pdfium/core/fxge/skia/
fx_skia_device.cpp     [all...]

Completed in 245 milliseconds