Searched refs:max_contours (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/third_party/freetype/include/internal/
H A Dftgloadr.h83 FT_UInt max_contours; member in struct:FT_GlyphLoaderRec_
134 (unsigned long)(_count)) <= (_loader)->max_contours )
H A Dtttypes.h1422 /* max_contours :: Max size in links contours of the zone. */
1443 FT_UShort max_contours; member in struct:TT_GlyphZoneRec_
/external/freetype/include/internal/
H A Dftgloadr.h83 FT_UInt max_contours; member in struct:FT_GlyphLoaderRec_
134 (FT_UInt)(_count) ) <= (_loader)->max_contours )
H A Dtttypes.h1420 /* max_contours :: Max size in links contours of the zone. */
1441 FT_Short max_contours; member in struct:TT_GlyphZoneRec_
/external/pdfium/third_party/freetype/src/type1/
H A Dt1objs.h124 FT_Int max_contours; member in struct:T1_GlyphSlotRec_
/external/freetype/src/base/
H A Dftgloadr.c119 loader->max_contours = 0;
248 old_max = loader->max_contours;
262 loader->max_contours = new_max;
/external/pdfium/third_party/freetype/src/base/
H A Dftgloadr.c119 loader->max_contours = 0;
247 old_max = loader->max_contours;
261 loader->max_contours = new_max;
/external/sfntly/cpp/src/sfntly/table/core/
H A Dmaximum_profile_table.h50 void SetMaxContours(int32_t max_contours);
H A Dmaximum_profile_table.cc141 void MaximumProfileTable::Builder::SetMaxContours(int32_t max_contours) { argument
142 InternalWriteData()->WriteUShort(Offset::kMaxContours, max_contours);
/external/freetype/src/autofit/
H A Dafhints.c571 hints->max_contours = 0;
621 old_max = (FT_UInt)hints->max_contours;
628 hints->max_contours = AF_CONTOURS_EMBEDDED;
641 hints->max_contours = (FT_Int)new_max;
H A Dafhints.h346 FT_Int max_contours; /* number of allocated contours */ member in struct:AF_GlyphHintsRec_
/external/freetype/src/truetype/
H A Dttobjs.c88 zone->max_contours = zone->n_contours = 0;
138 zone->max_contours = maxContours;
/external/pdfium/third_party/freetype/src/truetype/
H A Dttobjs.c88 zone->max_contours = zone->n_contours = 0;
138 zone->max_contours = maxContours;

Completed in 259 milliseconds