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

  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 231 if (!m_pAlphaMask->Create(m_Width, m_Height, FXDIB_8bppMask)) {
300 case FXDIB_8bppMask:
412 dest_format = FXDIB_8bppMask;
563 if (!pMask->Create(rect.Width(), rect.Height(), FXDIB_8bppMask)) {
616 pSrcClone = pSrcBitmap->CloneConvert(FXDIB_8bppMask);
644 if(!ConvertFormat(FXDIB_8bppMask)) {
749 if(!ConvertFormat(FXDIB_8bppMask)) {
823 if(!ConvertFormat(FXDIB_8bppMask)) {
888 if (!pMask->Create(m_Width, m_Height, FXDIB_8bppMask)) {
919 if (!pMask->Create(m_Width, m_Height, FXDIB_8bppMask)) {
    [all...]
fx_dib_convert.cpp     [all...]
fx_dib_composite.cpp     [all...]
fx_dib_engine.cpp     [all...]
fx_dib_transform.cpp 328 format = FXDIB_8bppMask;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 129 return FXDIB_8bppMask;
199 case FXDIB_8bppMask:
554 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask);
641 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask);
    [all...]
fpdf_render_text.cpp 486 if (!bitmap.Create((int)(rect.Width() * sa), (int)(rect.Height() * sd), FXDIB_8bppMask)) {
fpdf_render.cpp 820 if (!pTextMask->Create(width, height, FXDIB_8bppMask)) {
    [all...]
fpdf_render_pattern.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 66 new_dib->Create(m_Box.Width(), m_Box.Height(), FXDIB_8bppMask);
78 ASSERT(mask_dib->GetFormat() == FXDIB_8bppMask);
98 new_dib->Create(new_box.Width(), new_box.Height(), FXDIB_8bppMask);
fx_ge_device.cpp 72 return pDIB->Create(width, height, FXDIB_8bppMask);
fx_ge_text.cpp 278 if (!bitmap.Create(pixel_width, pixel_height, FXDIB_8bppMask)) {
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 200 if (maskFormat == FXDIB_1bppMask || maskFormat == FXDIB_8bppMask) {
  /external/pdfium/core/include/fxge/
fx_dib.h 17 FXDIB_8bppMask = 0x108,
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 513 if (pDispSource->GetFormat() == FXDIB_1bppMask || pDispSource->GetFormat() == FXDIB_8bppMask) {
layoutprocessor_reflow.cpp     [all...]
  /external/pdfium/core/src/fxge/skia/
fx_skia_device.cpp 284 pThisLayer->Create(clip_box.width(), clip_box.height(), FXDIB_8bppMask);
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 307 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask);
    [all...]

Completed in 544 milliseconds