HomeSort by relevance Sort by last modified time
    Searched refs:GetVerticalGlyph (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fpdfapi/font/
cpdf_cidfont.h 68 int GetVerticalGlyph(int index, bool* pVertGlyph);
cpdf_cidfont.cpp 569 return GetVerticalGlyph(index, pVertGlyph);
585 return GetVerticalGlyph(index, pVertGlyph);
588 int CPDF_CIDFont::GetVerticalGlyph(int index, bool* pVertGlyph) {
590 m_pTTGSUBTable->GetVerticalGlyph(index, &vindex);
ttgsubtable.h 40 bool GetVerticalGlyph(uint32_t glyphnum, uint32_t* vglyphnum);
ttgsubtable.cpp 88 bool CFX_CTTGSUBTable::GetVerticalGlyph(uint32_t glyphnum,

Completed in 2366 milliseconds