Home
last modified time | relevance | path

Searched refs:GetVerticalGlyph (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp585 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_CIDFont
606 m_pTTGSUBTable->GetVerticalGlyph(index, &vindex); in GetVerticalGlyph()
Dcpdf_cidfont.h69 int GetVerticalGlyph(int index, bool* pVertGlyph);
Dcfx_cttgsubtable.h24 bool GetVerticalGlyph(uint32_t glyphnum, uint32_t* vglyphnum);
Dcfx_cttgsubtable.cpp27 bool CFX_CTTGSUBTable::GetVerticalGlyph(uint32_t glyphnum, in GetVerticalGlyph() function in CFX_CTTGSUBTable