Home
last modified time | relevance | path

Searched refs:iGlyphIndex (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp226 int32_t iGlyphIndex = m_pFontEncoding->GlyphFromCharCode(wUnicode); in GetGlyphIndexAndFont() local
227 if (iGlyphIndex > 0) in GetGlyphIndexAndFont()
228 return {iGlyphIndex, pdfium::WrapRetain(this)}; in GetGlyphIndexAndFont()
241 std::tie(iGlyphIndex, font) = in GetGlyphIndexAndFont()
243 if (iGlyphIndex != 0xFFFF) { in GetGlyphIndexAndFont()
246 return {(iGlyphIndex | ((i + 1) << 24)), it->second}; in GetGlyphIndexAndFont()
267 std::tie(iGlyphIndex, font) = pFont->GetGlyphIndexAndFont(wUnicode, false); in GetGlyphIndexAndFont()
268 if (iGlyphIndex == 0xFFFF) in GetGlyphIndexAndFont()
271 return {(iGlyphIndex | (m_SubstFonts.size() << 24)), pFont}; in GetGlyphIndexAndFont()
282 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { in GetSubstFont() argument
[all …]
Dcfgas_gefont.h56 RetainPtr<CFGAS_GEFont> GetSubstFont(int32_t iGlyphIndex);
/external/pdfium/core/fxge/android/
Dcfpf_skiafont.cpp51 int32_t CFPF_SkiaFont::GetGlyphWidth(int32_t iGlyphIndex) { in GetGlyphWidth() argument
54 if (FT_Load_Glyph(GetFaceRec(), iGlyphIndex, in GetGlyphWidth()
76 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) { in GetGlyphBBox() argument
82 if (FT_Load_Glyph(GetFaceRec(), iGlyphIndex, in GetGlyphBBox()
105 if (FT_Load_Glyph(GetFaceRec(), iGlyphIndex, in GetGlyphBBox()
Dcfpf_skiafont.h36 int32_t GetGlyphWidth(int32_t iGlyphIndex);
39 bool GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox);