HomeSort by relevance Sort by last modified time
    Searched refs:LoadGlyphBitmap (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/include/fxge/
fx_font.h 386 const CFX_GlyphBitmap* LoadGlyphBitmap(CFX_Font* pFont, FX_DWORD glyph_index, FX_BOOL bFontStyle, const CFX_AffineMatrix* pMatrix,
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 229 glyph.m_pGlyph = pFaceCache->LoadGlyphBitmap(pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &new_matrix,
232 glyph.m_pGlyph = pFaceCache->LoadGlyphBitmap(pFont, charpos.m_GlyphIndex, charpos.m_bFontStyle, &deviceCtm,
    [all...]

Completed in 1252 milliseconds