Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/font/
Dcpdf_cidfont.cpp565 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_CIDFont
584 uint32_t vindex = m_pTTGSUBTable->GetVerticalGlyph(index); in GetVerticalGlyph()
Dcpdf_cidfont.h71 int GetVerticalGlyph(int index, bool* pVertGlyph);
Dcfx_cttgsubtable.h23 uint32_t GetVerticalGlyph(uint32_t glyphnum) const;
Dcfx_cttgsubtable.cpp60 uint32_t CFX_CTTGSUBTable::GetVerticalGlyph(uint32_t glyphnum) const { in GetVerticalGlyph() function in CFX_CTTGSUBTable