Searched refs:text_flags (Results 1 – 6 of 6) sorted by relevance
336 bool ShouldDrawDeviceText(const CFX_Font* pFont, uint32_t text_flags) { in ShouldDrawDeviceText() argument338 if (text_flags & FXFONT_CIDFONT) in ShouldDrawDeviceText()873 uint32_t text_flags) { in DrawNormalText() argument874 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 …]
221 int& text_flags) { in LoadGlyphBitmap() argument240 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()
35 int& text_flags);
57 int& text_flags) const;
618 int& text_flags) const { in LoadGlyphBitmap()620 dest_width, anti_alias, text_flags); in LoadGlyphBitmap()
216 uint32_t text_flags);