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

  /external/chromium_org/third_party/ots/src/
maxp.h 17 uint16_t max_contours; member in struct:ots::OpenTypeMAXP
maxp.cc 38 !table.ReadU16(&maxp->max_contours) ||
88 !out->WriteU16(maxp->max_contours) ||
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftgloadr.h 83 FT_UInt max_contours; member in struct:FT_GlyphLoaderRec_
132 (unsigned long)(_count)) <= (_loader)->max_contours )
tttypes.h 1469 FT_UShort max_contours; member in struct:TT_GlyphZoneRec_
    [all...]
  /external/freetype/include/freetype/internal/
ftgloadr.h 83 FT_UInt max_contours; member in struct:FT_GlyphLoaderRec_
132 (unsigned long)(_count)) <= (_loader)->max_contours )
tttypes.h 1366 FT_UShort max_contours; member in struct:TT_GlyphZoneRec_
    [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.h 50 void SetMaxContours(int32_t max_contours);
maximum_profile_table.cc 141 void MaximumProfileTable::Builder::SetMaxContours(int32_t max_contours) {
142 InternalWriteData()->WriteUShort(Offset::kMaxContours, max_contours);
  /external/chromium_org/third_party/freetype/src/base/
ftgloadr.c 118 loader->max_contours = 0;
246 old_max = loader->max_contours;
260 loader->max_contours = new_max;
  /external/freetype/src/base/
ftgloadr.c 119 loader->max_contours = 0;
247 old_max = loader->max_contours;
261 loader->max_contours = new_max;
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.h 345 FT_Int max_contours; /* number of allocated contours */ member in struct:AF_GlyphHintsRec_
afhints.c 544 hints->max_contours = 0;
594 old_max = hints->max_contours;
602 hints->max_contours = new_max;
  /external/freetype/src/autofit/
afhints.h 345 FT_Int max_contours; /* number of allocated contours */ member in struct:AF_GlyphHintsRec_
afhints.c 567 hints->max_contours = 0;
616 old_max = hints->max_contours;
624 hints->max_contours = new_max;
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 87 zone->max_contours = zone->n_contours = 0;
137 zone->max_contours = maxContours;
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 88 zone->max_contours = zone->n_contours = 0;
138 zone->max_contours = maxContours;
    [all...]

Completed in 431 milliseconds