Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.h49 #define FXFILL_FULLCOVER 4 macro
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1324 !!(fill_mode & FXFILL_FULLCOVER), false)) { in DrawPath()
1342 !!(fill_mode & FXFILL_FULLCOVER), m_bGroupKnockout); in DrawPath()
1366 !!(fill_mode & FXFILL_FULLCOVER), m_bGroupKnockout); in DrawPath()
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp722 m_fillFullCover = !!(fill_mode & FXFILL_FULLCOVER); in DrawPath()
1912 if (fill_mode & FXFILL_FULLCOVER) in DrawPath()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1005 ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || in DrawPath()
Dfx_win32_gdipext.cpp1232 } else if (!(fill_mode & FXFILL_FULLCOVER)) { in DrawPath()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp775 int fillFlags = FXFILL_WINDING | FXFILL_FULLCOVER; in Draw()
1322 FillType |= FXFILL_FULLCOVER; in ProcessPath()