Searched refs:anti_alias (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 15 FX_RECT FXGE_GetGlyphsBBox(FXTEXT_GLYPHPOS* pGlyphAndPos, int nChars, int anti_alias, FX_FLOAT reti… in FXGE_GetGlyphsBBox() argument 27 if (anti_alias == FXFT_RENDER_MODE_LCD) { in FXGE_GetGlyphsBBox() 175 int anti_alias = FXFT_RENDER_MODE_MONO; in DrawNormalText() local 186 anti_alias = FXFT_RENDER_MODE_LCD; in DrawNormalText() 189 anti_alias = FXFT_RENDER_MODE_NORMAL; in DrawNormalText() 192 anti_alias = FXFT_RENDER_MODE_LCD; in DrawNormalText() 195 anti_alias = FXFT_RENDER_MODE_LCD; in DrawNormalText() 219 if (anti_alias < FXFT_RENDER_MODE_LCD) { in DrawNormalText() 230 charpos.m_FontCharWidth, anti_alias, nativetext_flags); in DrawNormalText() 233 charpos.m_FontCharWidth, anti_alias, nativetext_flags); in DrawNormalText() [all …]
|
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 387 int dest_width, int anti_alias, int& text_flags); 395 … const CFX_AffineMatrix* pMatrix, int dest_width, int anti_alias); 397 const CFX_AffineMatrix* pMatrix, int dest_width, int anti_alias); 399 FX_DWORD glyph_index, FX_BOOL bFontStyle, int dest_width, int anti_alias); 419 FX_RECT FXGE_GetGlyphsBBox(FXTEXT_GLYPHPOS* pGlyphAndPos, int nChars, int anti_alias, FX_FLOAT reti…
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_apple_platform.cpp | 37 int anti_alias) in RenderGlyph_Nativetext() argument
|