Searched refs:FXFILL_FULLCOVER (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_device.cpp | 402 …zerSkia(path_data.m_PathData, spaint, rect, fill_color, fill_mode & FXFILL_FULLCOVER, FALSE, alpha… in DrawPath() 436 …if (!RenderRasterizerSkia(dst_path, spaint, rect, stroke_color, fill_mode & FXFILL_FULLCOVER, FALS… in DrawPath()
|
/external/pdfium/core/src/fxge/agg/agg23/ |
D | fx_agg_driver.cpp | 1148 …if (!RenderRasterizer(rasterizer, fill_color, fill_mode & FXFILL_FULLCOVER, FALSE, alpha_flag, pIc… in DrawPath() 1161 …if (!RenderRasterizer(rasterizer, stroke_color, fill_mode & FXFILL_FULLCOVER, m_bGroupKnockout, fi… in DrawPath() 1184 …if (!RenderRasterizer(rasterizer, stroke_color, fill_mode & FXFILL_FULLCOVER, m_bGroupKnockout, fi… in DrawPath()
|
/external/pdfium/core/include/fxge/ |
D | fx_ge.h | 281 #define FXFILL_FULLCOVER 4 macro
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 412 if (fillMode & FXFILL_FULLCOVER) { in DrawPath()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 793 …if (bDrawAlpha || ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || pGraphSta… in DrawPath()
|
D | fx_win32_gdipext.cpp | 934 } else if (!(fill_mode & FXFILL_FULLCOVER)) { in DrawPath()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render.cpp | 526 FillType |= FXFILL_FULLCOVER; in ProcessPath()
|
D | fpdf_render_pattern.cpp | 625 int fillFlags = FXFILL_WINDING | FXFILL_FULLCOVER; in Draw()
|