Searched refs:LoadGlyphBitmap (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/include/fxge/ |
D | fx_font.h | 383 …const CFX_GlyphBitmap* LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle, …
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 254 …glyph.m_pGlyph = pFaceCache->LoadGlyphBitmap(pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &n… in DrawNormalText() 257 …glyph.m_pGlyph = pFaceCache->LoadGlyphBitmap(pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &d… in DrawNormalText() 1123 const CFX_GlyphBitmap* CFX_FaceCache::LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOO… in LoadGlyphBitmap() function in CFX_FaceCache
|