Searched refs:bFontStyle (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_glyphcache.h | 38 bool bFontStyle, 63 bool bFontStyle, 77 bool bFontStyle,
|
D | cfx_glyphcache.cpp | 106 bool bFontStyle, in RenderGlyph() argument 121 bUseCJKSubFont = pSubstFont->m_bSubstCJK && bFontStyle; in RenderGlyph() 249 bool bFontStyle, in LoadGlyphBitmap() argument 274 bFontStyle, dest_width, anti_alias); in LoadGlyphBitmap() 311 bFontStyle, dest_width, anti_alias); in LoadGlyphBitmap() 343 bool bFontStyle, in LookUpGlyphBitmap() argument 360 pFont, glyph_index, bFontStyle, matrix, dest_width, anti_alias); in LookUpGlyphBitmap()
|
D | cfx_font.h | 72 bool bFontStyle,
|
D | cfx_font.cpp | 702 bool bFontStyle, in LoadGlyphBitmap() argument 707 return GetOrCreateGlyphCache()->LoadGlyphBitmap(this, glyph_index, bFontStyle, in LoadGlyphBitmap()
|