Searched refs:GetVerticalGlyph (Results 1 – 4 of 4) sorted by relevance
585 return GetVerticalGlyph(index, pVertGlyph); in GetGlyphIndex()601 return GetVerticalGlyph(index, pVertGlyph); in GetGlyphIndex()604 int CPDF_CIDFont::GetVerticalGlyph(int index, bool* pVertGlyph) { in GetVerticalGlyph() function in CPDF_CIDFont606 m_pTTGSUBTable->GetVerticalGlyph(index, &vindex); in GetVerticalGlyph()
69 int GetVerticalGlyph(int index, bool* pVertGlyph);
24 bool GetVerticalGlyph(uint32_t glyphnum, uint32_t* vglyphnum);
27 bool CFX_CTTGSUBTable::GetVerticalGlyph(uint32_t glyphnum, in GetVerticalGlyph() function in CFX_CTTGSUBTable