Searched refs:FXFILL_FULLCOVER (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.cpp | 461 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/ |
D | fx_agg_driver.cpp | 1231 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/ |
D | fx_ge.h | 219 #define FXFILL_FULLCOVER 4 macro
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 374 if (fillMode & FXFILL_FULLCOVER) { in DrawPath()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 886 ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || in DrawPath()
|
D | fx_win32_gdipext.cpp | 1192 } else if (!(fill_mode & FXFILL_FULLCOVER)) { in DrawPath()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 515 FillType |= FXFILL_FULLCOVER; in ProcessPath()
|
D | fpdf_render_pattern.cpp | 679 int fillFlags = FXFILL_WINDING | FXFILL_FULLCOVER; in Draw()
|