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

  /external/pdfium/core/src/fpdfapi/fpdf_font/
ttgsubtable.h 160 TT_uint16_t GlyphCount;
162 TCoverageFormat1(): GlyphCount(0), GlyphArray(NULL)
215 TT_uint16_t GlyphCount;
217 TClassDefFormat1(): StartGlyph(0), GlyphCount(0), ClassValueArray(NULL)
293 TT_uint16_t GlyphCount;
295 TSingleSubstFormat2(): Coverage(NULL), GlyphCount(0), Substitute(NULL)
ttgsubtable.cpp 161 if(0 <= index && index < tbl2->GlyphCount) {
180 for(i = 0; i < c1->GlyphCount; i++) {
353 rec->GlyphCount = GetUInt16(sp);
354 if(rec->GlyphCount <= 0) {
357 rec->GlyphArray = new TT_uint16_t[rec->GlyphCount];
358 for(i = 0; i < rec->GlyphCount; i++) {
412 rec->GlyphCount = GetUInt16(sp);
413 if(rec->GlyphCount <= 0) {
416 rec->Substitute = new TT_uint16_t[rec->GlyphCount];
417 for(i = 0; i < rec->GlyphCount; i++) {
    [all...]
  /external/fonttools/Lib/fontTools/
subset.py 186 self.GlyphCount = len(self.Substitute)
187 return bool(self.GlyphCount and
    [all...]

Completed in 186 milliseconds