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.cpp194 …if((fill_mode & 3) && stroke_alpha == 0 && !(fill_mode & FX_FILL_STROKE) && !(fill_mode & FX_FILL_… in DrawPath()
219 if ((fill_mode & 3) && fill_alpha && stroke_alpha < 0xff && (fill_mode & FX_FILL_STROKE)) { in DrawPath()
/external/pdfium/core/include/fxge/
Dfx_ge.h283 #define FX_FILL_STROKE 16 macro
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp274 flag |= FX_FILL_STROKE; in ProcessText()
Dfpdf_render.cpp532 FillType |= FX_FILL_STROKE; in ProcessPath()