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 150 uint16_t GlyphCount;
152 TCoverageFormat1() : GlyphCount(0), GlyphArray(NULL) { CoverageFormat = 1; }
194 uint16_t GlyphCount;
196 TClassDefFormat1() : StartGlyph(0), GlyphCount(0), ClassValueArray(NULL) {
258 uint16_t GlyphCount;
260 TSingleSubstFormat2() : Coverage(NULL), GlyphCount(0), Substitute(NULL) {
ttgsubtable.cpp 150 if (0 <= index && index < tbl2->GlyphCount) {
169 for (i = 0; i < c1->GlyphCount; i++) {
322 rec->GlyphCount = GetUInt16(sp);
323 if (rec->GlyphCount <= 0) {
326 rec->GlyphArray = new uint16_t[rec->GlyphCount];
327 for (i = 0; i < rec->GlyphCount; i++) {
376 rec->GlyphCount = GetUInt16(sp);
377 if (rec->GlyphCount <= 0) {
380 rec->Substitute = new uint16_t[rec->GlyphCount];
381 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 353 milliseconds