Searched refs:iGlyphIndex (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/fgas/font/ |
D | cfgas_gefont.cpp | 360 int32_t iGlyphIndex = m_pFontEncoding->GlyphFromCharCode(wUnicode); in GetGlyphIndex() local 361 if (iGlyphIndex > 0) { in GetGlyphIndex() 364 return iGlyphIndex; in GetGlyphIndex() 376 iGlyphIndex = in GetGlyphIndex() 378 if (iGlyphIndex != 0xFFFF) { in GetGlyphIndex() 383 return (iGlyphIndex | ((i + 1) << 24)); in GetGlyphIndex() 403 iGlyphIndex = pFont->GetGlyphIndex(wUnicode, false, nullptr, bCharCode); in GetGlyphIndex() 404 if (iGlyphIndex == 0xFFFF) in GetGlyphIndex() 409 return (iGlyphIndex | (m_SubstFonts.size() << 24)); in GetGlyphIndex() 420 CFX_RetainPtr<CFGAS_GEFont> CFGAS_GEFont::GetSubstFont(int32_t iGlyphIndex) { in GetSubstFont() argument [all …]
|
D | cfgas_gefont.h | 60 CFX_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 | 29 int32_t GetGlyphWidth(int32_t iGlyphIndex); 32 bool GetGlyphBBox(int32_t iGlyphIndex, FX_RECT& rtBBox);
|