Searched refs:bFontStyle (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/fxge/ |
D | cfx_facecache.cpp | 74 bool bFontStyle, in RenderGlyph() argument 89 bUseCJKSubFont = pSubstFont->m_bSubstCJK && bFontStyle; in RenderGlyph() 217 bool bFontStyle, in LoadGlyphBitmap() argument 266 bFontStyle, dest_width, anti_alias); in LoadGlyphBitmap() 270 bFontStyle, dest_width, anti_alias); in LoadGlyphBitmap() 311 bFontStyle, dest_width, anti_alias); in LoadGlyphBitmap() 341 bool bFontStyle, in LookUpGlyphBitmap() argument 358 pFont, glyph_index, bFontStyle, pMatrix, dest_width, anti_alias); in LookUpGlyphBitmap()
|
D | cfx_facecache.h | 31 bool bFontStyle, 51 bool bFontStyle, 65 bool bFontStyle,
|
D | cfx_font.h | 53 bool bFontStyle,
|
D | cfx_font.cpp | 614 bool bFontStyle, in LoadGlyphBitmap() argument 619 return GetFaceCache()->LoadGlyphBitmap(this, glyph_index, bFontStyle, pMatrix, in LoadGlyphBitmap()
|