Home
last modified time | relevance | path

Searched refs:FX_FILL_TEXT_MODE (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_device.cpp194 …e & 3) && stroke_alpha == 0 && !(fill_mode & FX_FILL_STROKE) && !(fill_mode & FX_FILL_TEXT_MODE)) { in DrawPath()
Dfx_ge_text.cpp959 fill_mode |= FX_FILL_TEXT_MODE; in DrawTextPath()
/external/pdfium/core/include/fxge/
Dfx_ge.h286 #define FX_FILL_TEXT_MODE 128 macro
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp832 if (old_fill_mode & FX_FILL_TEXT_MODE) { in DrawPath()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render.cpp539 FillType |= FX_FILL_TEXT_MODE; in ProcessPath()