Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Drender_defines.h38 #define FX_FILL_TEXT_MODE 128 macro
Dcfx_renderdevice.cpp573 !(fill_mode & FX_FILL_TEXT_MODE)) { in DrawPathWithBlend()
1077 fill_mode |= FX_FILL_TEXT_MODE; in DrawTextPath()
/external/pdfium/core/fxge/win32/
Dfx_win32_device.cpp1035 if (old_fill_mode & FX_FILL_TEXT_MODE) { in DrawPath()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp435 FillType |= FX_FILL_TEXT_MODE; in ProcessPath()