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

  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 244 if (!m_pAlphaMask->Create(m_Width, m_Height, FXDIB_8bppMask)) {
313 case FXDIB_8bppMask:
425 dest_format = FXDIB_8bppMask;
585 if (!pMask->Create(rect.Width(), rect.Height(), FXDIB_8bppMask)) {
638 pSrcClone = pSrcBitmap->CloneConvert(FXDIB_8bppMask);
666 if(!ConvertFormat(FXDIB_8bppMask)) {
771 if(!ConvertFormat(FXDIB_8bppMask)) {
845 if(!ConvertFormat(FXDIB_8bppMask)) {
913 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 333 format = FXDIB_8bppMask;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 173 return FXDIB_8bppMask;
243 case FXDIB_8bppMask:
626 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask);
713 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask);
    [all...]
fpdf_render_text.cpp 499 if (!bitmap.Create((int)(rect.Width() * sa), (int)(rect.Height() * sd), FXDIB_8bppMask)) {
fpdf_render.cpp 854 if (!pTextMask->Create(width, height, FXDIB_8bppMask)) {
    [all...]
fpdf_render_pattern.cpp     [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_path.cpp 64 new_dib->Create(m_Box.Width(), m_Box.Height(), FXDIB_8bppMask);
76 ASSERT(mask_dib->GetFormat() == FXDIB_8bppMask);
96 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 303 if (!bitmap.Create(pixel_width, pixel_height, FXDIB_8bppMask)) {
    [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 17 FXDIB_8bppMask = 0x108,
  /external/pdfium/core/src/fpdfapi/fpdf_edit/
fpdf_edit_image.cpp 204 if (maskFormat == FXDIB_1bppMask || maskFormat == FXDIB_8bppMask) {
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 516 if (pDispSource->GetFormat() == FXDIB_1bppMask || pDispSource->GetFormat() == FXDIB_8bppMask) {
layoutprocessor_reflow.cpp     [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 310 pThisLayer->Create(path_rect.Width(), path_rect.Height(), FXDIB_8bppMask);
    [all...]

Completed in 69 milliseconds