Home
last modified time | relevance | path

Searched refs:FXTEXT_NO_NATIVETEXT (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp208 } else if (!(text_flags & FXTEXT_NO_NATIVETEXT)) { in DrawNormalText()
1299 if (text_flags & FXTEXT_NO_NATIVETEXT) { in LoadGlyphBitmap()
1328 if (text_flags & FXTEXT_NO_NATIVETEXT) { in LoadGlyphBitmap()
1366 text_flags |= FXTEXT_NO_NATIVETEXT; in LoadGlyphBitmap()
/external/pdfium/core/include/fxge/
Dfx_ge.h230 #define FXTEXT_NO_NATIVETEXT 0x08 macro
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_text.cpp711 FXGE_flags |= FXTEXT_NO_NATIVETEXT; in DrawNormalText()