Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Drender_defines.h45 #define FXTEXT_NO_NATIVETEXT 0x08 macro
Dcfx_glyphcache.cpp259 const bool bNative = !(*pTextFlags & FXTEXT_NO_NATIVETEXT); in LoadGlyphBitmap()
268 const bool bDoLookUp = !!(*pTextFlags & FXTEXT_NO_NATIVETEXT); in LoadGlyphBitmap()
309 *pTextFlags |= FXTEXT_NO_NATIVETEXT; in LoadGlyphBitmap()
Dcfx_renderdevice.cpp870 } else if (!(text_flags & FXTEXT_NO_NATIVETEXT)) { in DrawNormalText()
/external/pdfium/core/fpdfapi/render/
Dcpdf_textrenderer.cpp134 fxge_flags |= FXTEXT_NO_NATIVETEXT; in DrawNormalText()