Home
last modified time | relevance | path

Searched refs:bFontStyle (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxge/
Dcfx_glyphcache.h38 bool bFontStyle,
63 bool bFontStyle,
77 bool bFontStyle,
Dcfx_glyphcache.cpp106 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()
Dcfx_font.h72 bool bFontStyle,
Dcfx_font.cpp702 bool bFontStyle, in LoadGlyphBitmap() argument
707 return GetOrCreateGlyphCache()->LoadGlyphBitmap(this, glyph_index, bFontStyle, in LoadGlyphBitmap()