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

  /external/freetype/include/freetype/internal/
ftgloadr.h 65 FT_UInt max_contours; member in struct:FT_GlyphLoaderRec_
116 (FT_UInt)(_count) ) <= (_loader)->max_contours )
tttypes.h 1590 FT_Short max_contours; member in struct:TT_GlyphZoneRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftgloadr.h 83 FT_UInt max_contours; member in struct:FT_GlyphLoaderRec_
134 (FT_UInt)(_count) ) <= (_loader)->max_contours )
tttypes.h 1441 FT_Short max_contours; member in struct:TT_GlyphZoneRec_
    [all...]
  /external/pdfium/third_party/freetype/src/type1/
t1objs.h 124 FT_Int max_contours; member in struct:T1_GlyphSlotRec_
  /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/freetype/src/base/
ftgloadr.c 119 loader->max_contours = 0;
248 old_max = loader->max_contours;
262 loader->max_contours = new_max;
  /external/pdfium/third_party/freetype/src/base/
ftgloadr.c 119 loader->max_contours = 0;
248 old_max = loader->max_contours;
262 loader->max_contours = new_max;
  /external/freetype/src/autofit/
afhints.h 348 FT_Int max_contours; /* number of allocated contours */ member in struct:AF_GlyphHintsRec_
afhints.c 692 hints->max_contours = 0;
742 old_max = (FT_UInt)hints->max_contours;
749 hints->max_contours = AF_CONTOURS_EMBEDDED;
762 hints->max_contours = (FT_Int)new_max;
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 84 zone->max_contours = zone->n_contours = 0;
134 zone->max_contours = maxContours;
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttobjs.c 88 zone->max_contours = zone->n_contours = 0;
138 zone->max_contours = maxContours;
    [all...]

Completed in 458 milliseconds