Home
last modified time | relevance | path

Searched defs:iGlyphIndex (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/android/
Dcfpf_skiafont.cpp64 int32_t CFPF_SkiaFont::GetGlyphWidth(int32_t iGlyphIndex) { in GetGlyphWidth()
90 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) { in GetGlyphBBox()
/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp360 int32_t iGlyphIndex = m_pFontEncoding->GlyphFromCharCode(wUnicode); in GetGlyphIndex() local
420 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { in GetSubstFont()