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 69 int GetVerticalGlyph(int index, bool* pVertGlyph);
cfx_cttgsubtable.h 24 bool GetVerticalGlyph(uint32_t glyphnum, uint32_t* vglyphnum);
cpdf_cidfont.cpp 585 return GetVerticalGlyph(index, pVertGlyph);
601 return GetVerticalGlyph(index, pVertGlyph);
604 int CPDF_CIDFont::GetVerticalGlyph(int index, bool* pVertGlyph) {
606 m_pTTGSUBTable->GetVerticalGlyph(index, &vindex);
cfx_cttgsubtable.cpp 27 bool CFX_CTTGSUBTable::GetVerticalGlyph(uint32_t glyphnum,

Completed in 98 milliseconds