Home
last modified time | relevance | path

Searched refs:text_flags (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp336 bool ShouldDrawDeviceText(const CFX_Font* pFont, uint32_t text_flags) { in ShouldDrawDeviceText() argument
338 if (text_flags & FXFONT_CIDFONT) in ShouldDrawDeviceText()
873 uint32_t text_flags) { in DrawNormalText() argument
874 int nativetext_flags = text_flags; in DrawNormalText()
876 if (!(text_flags & FXTEXT_PRINTGRAPHICTEXT)) { in DrawNormalText()
877 if (ShouldDrawDeviceText(pFont, text_flags) && in DrawNormalText()
885 } else if (!(text_flags & FXTEXT_NO_NATIVETEXT)) { in DrawNormalText()
886 if (ShouldDrawDeviceText(pFont, text_flags) && in DrawNormalText()
902 !(text_flags & FXTEXT_PRINTIMAGETEXT))) { in DrawNormalText()
905 (text_flags & FXTEXT_NOSMOOTH) == 0 ? 0 : FXFILL_NOPATHSMOOTH; in DrawNormalText()
[all …]
Dcfx_facecache.cpp221 int& text_flags) { in LoadGlyphBitmap() argument
240 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_facecache.h35 int& text_flags);
Dcfx_font.h57 int& text_flags) const;
Dcfx_font.cpp618 int& text_flags) const { in LoadGlyphBitmap()
620 dest_width, anti_alias, text_flags); in LoadGlyphBitmap()
Dcfx_renderdevice.h216 uint32_t text_flags);