Home
last modified time | relevance | path

Searched refs:FXFILL_FULLCOVER (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_renderdevice.h47 #define FXFILL_FULLCOVER 4 macro
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1477 !!(fill_mode & FXFILL_FULLCOVER), false, 0, in DrawPath()
1495 !!(fill_mode & FXFILL_FULLCOVER), m_bGroupKnockout, in DrawPath()
1522 !!(fill_mode & FXFILL_FULLCOVER), m_bGroupKnockout, 0, in DrawPath()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1016 ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || in DrawPath()
Dfx_win32_gdipext.cpp1189 } else if (!(fill_mode & FXFILL_FULLCOVER)) { in DrawPath()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp699 m_fillFullCover = !!(fill_mode & FXFILL_FULLCOVER); in DrawPath()
1532 if (fill_mode & FXFILL_FULLCOVER) in DrawPath()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp752 int fillFlags = FXFILL_WINDING | FXFILL_FULLCOVER; in Draw()
1283 FillType |= FXFILL_FULLCOVER; in ProcessPath()