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.cpp402 …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/
Dfx_agg_driver.cpp1148 …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/
Dfx_ge.h281 #define FXFILL_FULLCOVER 4 macro
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp412 if (fillMode & FXFILL_FULLCOVER) { in DrawPath()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp793 …if (bDrawAlpha || ((m_DeviceClass != FXDC_PRINTER && !(fill_mode & FXFILL_FULLCOVER)) || pGraphSta… in DrawPath()
Dfx_win32_gdipext.cpp934 } else if (!(fill_mode & FXFILL_FULLCOVER)) { in DrawPath()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp526 FillType |= FXFILL_FULLCOVER; in ProcessPath()
Dfpdf_render_pattern.cpp625 int fillFlags = FXFILL_WINDING | FXFILL_FULLCOVER; in Draw()