Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/
Dcfx_renderdevice.cpp354 bool ShouldDrawDeviceText(const CFX_Font* pFont, uint32_t text_flags) { in ShouldDrawDeviceText() argument
356 if (text_flags & FXFONT_CIDFONT) in ShouldDrawDeviceText()
858 uint32_t text_flags) { in DrawNormalText() argument
859 int nativetext_flags = text_flags; in DrawNormalText()
861 if (!(text_flags & FXTEXT_PRINTGRAPHICTEXT)) { in DrawNormalText()
862 if (ShouldDrawDeviceText(pFont, text_flags) && in DrawNormalText()
870 } else if (!(text_flags & FXTEXT_NO_NATIVETEXT)) { in DrawNormalText()
871 if (ShouldDrawDeviceText(pFont, text_flags) && in DrawNormalText()
882 !(text_flags & FXTEXT_PRINTIMAGETEXT))) { in DrawNormalText()
885 (text_flags & FXTEXT_NOSMOOTH) == 0 ? 0 : FXFILL_NOPATHSMOOTH; in DrawNormalText()
[all …]
Dcfx_renderdevice.h164 uint32_t text_flags);