Home
last modified time | relevance | path

Searched refs:GlyphCount (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/src/fpdfapi/fpdf_font/
Dttgsubtable.cpp161 if(0 <= index && index < tbl2->GlyphCount) { in GetVerticalGlyphSub2()
180 for(i = 0; i < c1->GlyphCount; i++) { in GetCoverageIndex()
353 rec->GlyphCount = GetUInt16(sp); in ParseCoverageFormat1()
354 if(rec->GlyphCount <= 0) { in ParseCoverageFormat1()
357 rec->GlyphArray = new TT_uint16_t[rec->GlyphCount]; in ParseCoverageFormat1()
358 for(i = 0; i < rec->GlyphCount; i++) { in ParseCoverageFormat1()
412 rec->GlyphCount = GetUInt16(sp); in ParseSingleSubstFormat2()
413 if(rec->GlyphCount <= 0) { in ParseSingleSubstFormat2()
416 rec->Substitute = new TT_uint16_t[rec->GlyphCount]; in ParseSingleSubstFormat2()
417 for(i = 0; i < rec->GlyphCount; i++) { in ParseSingleSubstFormat2()
Dttgsubtable.h162 TT_uint16_t GlyphCount; member
164 TCoverageFormat1(): GlyphCount(0), GlyphArray(NULL) in TCoverageFormat1()
217 TT_uint16_t GlyphCount; member
219 TClassDefFormat1(): StartGlyph(0), GlyphCount(0), ClassValueArray(NULL) in TClassDefFormat1()
295 TT_uint16_t GlyphCount; member
297 TSingleSubstFormat2(): Coverage(NULL), GlyphCount(0), Substitute(NULL) in TSingleSubstFormat2()
/external/fonttools/Lib/fontTools/
Dsubset.py186 self.GlyphCount = len(self.Substitute)
187 return bool(self.GlyphCount and
1168 GlyphCount = table.AttachList.GlyphCount
1171 if i < GlyphCount]
1172 table.AttachList.GlyphCount = len(table.AttachList.AttachPoint)
1191 if table.AttachList and not table.AttachList.GlyphCount: