Searched refs:text_flags (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 99 #define ADJUST_ALPHA(background, foreground, src_alpha, text_flags, a) \ argument 130 FX_DWORD fill_color, FX_DWORD text_flags, in DrawNormalText() argument 133 int nativetext_flags = text_flags; in DrawNormalText() 135 if (!(text_flags & FXTEXT_PRINTGRAPHICTEXT)) { in DrawNormalText() 137 …if (!(text_flags & FXFONT_CIDFONT) && pFont->GetPsName().Find(CFX_WideString::FromLocal("+ZJHL")) … in DrawNormalText() 150 } else if (!(text_flags & FXTEXT_NO_NATIVETEXT)) { in DrawNormalText() 152 if (!(text_flags & FXFONT_CIDFONT)) in DrawNormalText() 169 && !(text_flags & FXTEXT_PRINTIMAGETEXT))) { in DrawNormalText() 171 int nPathFlags = (text_flags & FXTEXT_NOSMOOTH) == 0 ? 0 : FXFILL_NOPATHSMOOTH; in DrawNormalText() 177 if ((text_flags & FXTEXT_NOSMOOTH) == 0) { in DrawNormalText() [all …]
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 387 int dest_width, int anti_alias, int& text_flags);
|
D | fx_ge.h | 436 FX_DWORD fill_color, FX_DWORD text_flags,
|