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

  /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 1469 FT_UShort max_contours; member in struct:TT_GlyphZoneRec_
    [all...]
  /external/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/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/truetype/
ttobjs.c 87 zone->max_contours = zone->n_contours = 0;
137 zone->max_contours = maxContours;
    [all...]

Completed in 777 milliseconds