Home
last modified time | relevance | path

Searched refs:FX_FILL_STROKE (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp196 if ((fill_mode & 3) && stroke_alpha == 0 && !(fill_mode & FX_FILL_STROKE) && in DrawPath()
227 (fill_mode & FX_FILL_STROKE)) { in DrawPath()
/external/pdfium/core/include/fxge/
Dfx_ge.h221 #define FX_FILL_STROKE 16 macro
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp280 flag |= FX_FILL_STROKE; in ProcessText()
Dfpdf_render.cpp521 FillType |= FX_FILL_STROKE; in ProcessPath()