Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp100 static void _Adjust_alpha(int background, int foreground, int& src_alpha, int text_flags, int a) in _Adjust_alpha() argument
121 #define ADJUST_ALPHA(background, foreground, src_alpha, text_flags, a) \ argument
152 FX_DWORD fill_color, FX_DWORD text_flags, in DrawNormalText() argument
155 int nativetext_flags = text_flags; in DrawNormalText()
157 if (!(text_flags & FXTEXT_PRINTGRAPHICTEXT)) { in DrawNormalText()
159 …if (!(text_flags & FXFONT_CIDFONT) && pFont->GetPsName().Find(CFX_WideString::FromLocal("+ZJHL")) … in DrawNormalText()
172 } else if (!(text_flags & FXTEXT_NO_NATIVETEXT)) { in DrawNormalText()
174 if (!(text_flags & FXFONT_CIDFONT)) in DrawNormalText()
191 && !(text_flags & FXTEXT_PRINTIMAGETEXT))) { in DrawNormalText()
193 int nPathFlags = (text_flags & FXTEXT_NOSMOOTH) == 0 ? 0 : FXFILL_NOPATHSMOOTH; in DrawNormalText()
[all …]
/external/pdfium/core/include/fxge/
Dfx_font.h384 int dest_width, int anti_alias, int& text_flags);
Dfx_ge.h440 FX_DWORD fill_color, FX_DWORD text_flags,