Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_facecache.cpp240 if (text_flags & FXTEXT_NO_NATIVETEXT) { in LoadGlyphBitmap()
268 if (text_flags & FXTEXT_NO_NATIVETEXT) { in LoadGlyphBitmap()
309 text_flags |= FXTEXT_NO_NATIVETEXT; in LoadGlyphBitmap()
Dcfx_renderdevice.h61 #define FXTEXT_NO_NATIVETEXT 0x08 macro
Dcfx_renderdevice.cpp885 } else if (!(text_flags & FXTEXT_NO_NATIVETEXT)) { in DrawNormalText()
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp138 FXGE_flags |= FXTEXT_NO_NATIVETEXT; in DrawNormalText()