Searched refs:text_flags (Results 1 – 2 of 2) sorted by relevance
354 bool ShouldDrawDeviceText(const CFX_Font* pFont, uint32_t text_flags) { in ShouldDrawDeviceText() argument356 if (text_flags & FXFONT_CIDFONT) in ShouldDrawDeviceText()858 uint32_t text_flags) { in DrawNormalText() argument859 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 …]
164 uint32_t text_flags);