Home
last modified time | relevance | path

Searched refs:max_contours (Results 1 – 25 of 31) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dftgloadr.h65 FT_UInt max_contours; member
116 (FT_UInt)(_count) ) <= (_loader)->max_contours )
Dtttypes.h1695 FT_Short max_contours; member
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftgloadr.h65 FT_UInt max_contours; member
116 (FT_UInt)(_count) ) <= (_loader)->max_contours )
Dtttypes.h1694 FT_Short max_contours; member
/third_party/freetype/include/freetype/internal/
Dftgloadr.h64 FT_UInt max_contours; member
115 (FT_UInt)(_count) ) <= (_loader)->max_contours )
Dtttypes.h1694 FT_Short max_contours; member
/third_party/flutter/skia/third_party/externals/freetype/src/base/
Dftgloadr.c119 loader->max_contours = 0; in FT_GlyphLoader_Reset()
248 old_max = loader->max_contours; in FT_GlyphLoader_CheckPoints()
262 loader->max_contours = new_max; in FT_GlyphLoader_CheckPoints()
/third_party/skia/third_party/externals/freetype/src/base/
Dftgloadr.c119 loader->max_contours = 0; in FT_GlyphLoader_Reset()
260 old_max = loader->max_contours; in FT_GlyphLoader_CheckPoints()
274 loader->max_contours = new_max; in FT_GlyphLoader_CheckPoints()
/third_party/freetype/src/base/
Dftgloadr.c119 loader->max_contours = 0; in FT_GlyphLoader_Reset()
260 old_max = loader->max_contours; in FT_GlyphLoader_CheckPoints()
274 loader->max_contours = new_max; in FT_GlyphLoader_CheckPoints()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dmaximum_profile_table.cc141 void MaximumProfileTable::Builder::SetMaxContours(int32_t max_contours) { in SetMaxContours() argument
142 InternalWriteData()->WriteUShort(Offset::kMaxContours, max_contours); in SetMaxContours()
Dmaximum_profile_table.h50 void SetMaxContours(int32_t max_contours);
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dmaximum_profile_table.cc141 void MaximumProfileTable::Builder::SetMaxContours(int32_t max_contours) { in SetMaxContours() argument
142 InternalWriteData()->WriteUShort(Offset::kMaxContours, max_contours); in SetMaxContours()
Dmaximum_profile_table.h50 void SetMaxContours(int32_t max_contours);
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1objs.h127 FT_Int max_contours; member
/third_party/freetype/src/type1/
Dt1objs.h127 FT_Int max_contours; member
/third_party/flutter/skia/third_party/externals/freetype/src/type1/
Dt1objs.h127 FT_Int max_contours; member
/third_party/skia/third_party/externals/freetype/src/autofit/
Dafhints.h354 FT_Int max_contours; /* number of allocated contours */ member
Dafhints.c833 hints->max_contours = 0; in af_glyph_hints_done()
883 old_max = hints->max_contours; in af_glyph_hints_reload()
890 hints->max_contours = AF_CONTOURS_EMBEDDED; in af_glyph_hints_reload()
903 hints->max_contours = new_max; in af_glyph_hints_reload()
/third_party/freetype/src/autofit/
Dafhints.c735 hints->max_contours = 0; in af_glyph_hints_done()
785 old_max = (FT_UInt)hints->max_contours; in af_glyph_hints_reload()
792 hints->max_contours = AF_CONTOURS_EMBEDDED; in af_glyph_hints_reload()
805 hints->max_contours = (FT_Int)new_max; in af_glyph_hints_reload()
Dafhints.h354 FT_Int max_contours; /* number of allocated contours */ member
/third_party/flutter/skia/third_party/externals/freetype/src/autofit/
Dafhints.c735 hints->max_contours = 0; in af_glyph_hints_done()
785 old_max = (FT_UInt)hints->max_contours; in af_glyph_hints_reload()
792 hints->max_contours = AF_CONTOURS_EMBEDDED; in af_glyph_hints_reload()
805 hints->max_contours = (FT_Int)new_max; in af_glyph_hints_reload()
Dafhints.h354 FT_Int max_contours; /* number of allocated contours */ member
/third_party/skia/third_party/externals/freetype/src/truetype/
Dttobjs.c84 zone->max_contours = zone->n_contours = 0; in tt_glyphzone_done()
138 zone->max_contours = maxContours; in tt_glyphzone_new()
/third_party/flutter/skia/third_party/externals/freetype/src/truetype/
Dttobjs.c85 zone->max_contours = zone->n_contours = 0; in tt_glyphzone_done()
139 zone->max_contours = maxContours; in tt_glyphzone_new()
/third_party/freetype/src/truetype/
Dttobjs.c84 zone->max_contours = zone->n_contours = 0; in tt_glyphzone_done()
138 zone->max_contours = maxContours; in tt_glyphzone_new()

12