Searched defs:max_contours (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/third_party/freetype/src/type1/
H A Dt1objs.h124 FT_Int max_contours; member in struct:T1_GlyphSlotRec_
/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/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/sfntly/cpp/src/sfntly/table/core/
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.h346 FT_Int max_contours; /* number of allocated contours */ member in struct:AF_GlyphHintsRec_

Completed in 604 milliseconds