Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxge/android/
H A Dcfpf_skiafont.cpp53 int32_t CFPF_SkiaFont::GetGlyphWidth(int32_t iGlyphIndex) { in GetGlyphWidth()
79 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) { in GetGlyphBBox()
/aosp_15_r20/external/pdfium/xfa/fgas/font/
H A Dcfgas_gefont.cpp209 int32_t iGlyphIndex = m_pFontEncoding->GlyphFromCharCode(wUnicode); in GetGlyphIndexAndFont() local
266 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { in GetSubstFont()