Searched refs:GlyphCount (Results 1 – 3 of 3) sorted by relevance
161 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()
162 TT_uint16_t GlyphCount; member164 TCoverageFormat1(): GlyphCount(0), GlyphArray(NULL) in TCoverageFormat1()217 TT_uint16_t GlyphCount; member219 TClassDefFormat1(): StartGlyph(0), GlyphCount(0), ClassValueArray(NULL) in TClassDefFormat1()295 TT_uint16_t GlyphCount; member297 TSingleSubstFormat2(): Coverage(NULL), GlyphCount(0), Substitute(NULL) in TSingleSubstFormat2()
186 self.GlyphCount = len(self.Substitute)187 return bool(self.GlyphCount and1168 GlyphCount = table.AttachList.GlyphCount1171 if i < GlyphCount]1172 table.AttachList.GlyphCount = len(table.AttachList.AttachPoint)1191 if table.AttachList and not table.AttachList.GlyphCount: