Searched refs:GetVerticalGlyph (Results 1 – 4 of 4) sorted by relevance
565 return GetVerticalGlyph(index, pVertGlyph); in GetGlyphIndex()580 return GetVerticalGlyph(index, pVertGlyph); in GetGlyphIndex()583 int CPDF_CIDFont::GetVerticalGlyph(int index, bool* pVertGlyph) { in GetVerticalGlyph() function in CPDF_CIDFont584 uint32_t vindex = m_pTTGSUBTable->GetVerticalGlyph(index); in GetVerticalGlyph()
71 int GetVerticalGlyph(int index, bool* pVertGlyph);
23 uint32_t GetVerticalGlyph(uint32_t glyphnum) const;
60 uint32_t CFX_CTTGSUBTable::GetVerticalGlyph(uint32_t glyphnum) const { in GetVerticalGlyph() function in CFX_CTTGSUBTable