Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_facecache.cpp282 if (text_flags & FXTEXT_NO_NATIVETEXT) { in LoadGlyphBitmap()
310 if (text_flags & FXTEXT_NO_NATIVETEXT) { in LoadGlyphBitmap()
348 text_flags |= FXTEXT_NO_NATIVETEXT; in LoadGlyphBitmap()
Dcfx_renderdevice.cpp866 } else if (!(text_flags & FXTEXT_NO_NATIVETEXT)) { in DrawNormalText()
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp133 FXGE_flags |= FXTEXT_NO_NATIVETEXT; in DrawNormalText()
/external/pdfium/core/fxge/
Dcfx_renderdevice.h59 #define FXTEXT_NO_NATIVETEXT 0x08 macro