Searched refs:iGlyphIndex (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 236 int32_t iGlyphIndex = m_pFontEncoding->GlyphFromCharCode(wUnicode); in GetGlyphIndexAndFont() local 237 if (iGlyphIndex > 0) in GetGlyphIndexAndFont() 238 return {iGlyphIndex, RetainPtr<CFGAS_GEFont>(this)}; in GetGlyphIndexAndFont() 251 std::tie(iGlyphIndex, font) = in GetGlyphIndexAndFont() 253 if (iGlyphIndex != 0xFFFF) { in GetGlyphIndexAndFont() 256 return {(iGlyphIndex | ((i + 1) << 24)), it->second}; in GetGlyphIndexAndFont() 277 std::tie(iGlyphIndex, font) = pFont->GetGlyphIndexAndFont(wUnicode, false); in GetGlyphIndexAndFont() 278 if (iGlyphIndex == 0xFFFF) in GetGlyphIndexAndFont() 281 return {(iGlyphIndex | (m_SubstFonts.size() << 24)), pFont}; in GetGlyphIndexAndFont() 292 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { in GetSubstFont() argument [all …]
|
D | cfgas_gefont.h | 49 RetainPtr<CFGAS_GEFont> GetSubstFont(int32_t iGlyphIndex);
|
/external/pdfium/core/fxge/android/ |
D | cfpf_skiafont.cpp | 64 int32_t CFPF_SkiaFont::GetGlyphWidth(int32_t iGlyphIndex) { in GetGlyphWidth() argument 68 m_Face, iGlyphIndex, in GetGlyphWidth() 90 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) { in GetGlyphBBox() argument 96 if (FXFT_Load_Glyph(m_Face, iGlyphIndex, in GetGlyphBBox() 120 m_Face, iGlyphIndex, in GetGlyphBBox()
|
D | cfpf_skiafont.h | 30 int32_t GetGlyphWidth(int32_t iGlyphIndex); 33 bool GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox);
|