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

/external/pdfium/xfa/fgas/font/
H A Dcfgas_gefont.cpp236 int32_t iGlyphIndex = m_pFontEncoding->GlyphFromCharCode(wUnicode); local
237 if (iGlyphIndex > 0)
238 return {iGlyphIndex, RetainPtr<CFGAS_GEFont>(this)};
251 std::tie(iGlyphIndex, font) =
253 if (iGlyphIndex != 0xFFFF) {
256 return {(iGlyphIndex | ((i + 1) << 24)), it->second};
277 std::tie(iGlyphIndex, font) = pFont->GetGlyphIndexAndFont(wUnicode, false);
278 if (iGlyphIndex == 0xFFFF)
281 return {(iGlyphIndex | (m_SubstFonts.size() << 24)), pFont};
292 RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { argument
[all...]
H A Dcfgas_gefont.h49 RetainPtr<CFGAS_GEFont> GetSubstFont(int32_t iGlyphIndex);
/external/pdfium/core/fxge/android/
H A Dcfpf_skiafont.h30 int32_t GetGlyphWidth(int32_t iGlyphIndex);
33 bool GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox);
H A Dcfpf_skiafont.cpp64 int32_t CFPF_SkiaFont::GetGlyphWidth(int32_t iGlyphIndex) { argument
68 m_Face, iGlyphIndex,
90 bool CFPF_SkiaFont::GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox) { argument
96 if (FXFT_Load_Glyph(m_Face, iGlyphIndex,
120 m_Face, iGlyphIndex,

Completed in 123 milliseconds