Home
last modified time | relevance | path

Searched refs:LoadGlyphBitmap (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/include/fxge/
Dfx_font.h383 …const CFX_GlyphBitmap* LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle, …
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp254 …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