Home
last modified time | relevance | path

Searched refs:FXFT_RENDER_MODE_NORMAL (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_freetype.h32 #define FXFT_RENDER_MODE_NORMAL FT_RENDER_MODE_NORMAL macro
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp211 anti_alias = FXFT_RENDER_MODE_NORMAL; in DrawNormalText()
347 if (anti_alias == FXFT_RENDER_MODE_NORMAL) { in DrawNormalText()
1487 error = FXFT_Render_Glyph(face, FXFT_RENDER_MODE_NORMAL); in _OutputGlyph()