Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp461 fill_mode & FXFILL_FULLCOVER, FALSE, alpha_flag, in DrawPath()
505 fill_mode & FXFILL_FULLCOVER, FALSE, fill_flag, in DrawPath()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp1231 if (!RenderRasterizer(rasterizer, fill_color, fill_mode & FXFILL_FULLCOVER, in DrawPath()
1252 fill_mode & FXFILL_FULLCOVER, m_bGroupKnockout, in DrawPath()
1281 fill_mode & FXFILL_FULLCOVER, m_bGroupKnockout, in DrawPath()
/external/pdfium/core/include/fxge/
Dfx_ge.h219 #define FXFILL_FULLCOVER 4 macro
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp374 if (fillMode & FXFILL_FULLCOVER) { in DrawPath()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp886 ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || in DrawPath()
Dfx_win32_gdipext.cpp1192 } else if (!(fill_mode & FXFILL_FULLCOVER)) { in DrawPath()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp515 FillType |= FXFILL_FULLCOVER; in ProcessPath()
Dfpdf_render_pattern.cpp679 int fillFlags = FXFILL_WINDING | FXFILL_FULLCOVER; in Draw()