Home
last modified time | relevance | path

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

/external/freetype/include/freetype/internal/
Dftgloadr.h83 FT_UInt max_contours; member
132 (unsigned long)(_count)) <= (_loader)->max_contours )
Dtttypes.h1366 FT_UShort max_contours; member
/external/chromium_org/third_party/freetype/include/freetype/internal/
Dftgloadr.h83 FT_UInt max_contours; member
132 (unsigned long)(_count)) <= (_loader)->max_contours )
Dtttypes.h1366 FT_UShort max_contours; member
/external/chromium_org/third_party/ots/src/
Dmaxp.cc38 !table.ReadU16(&maxp->max_contours) || in ots_maxp_parse()
88 !out->WriteU16(maxp->max_contours) || in ots_maxp_serialise()
Dmaxp.h17 uint16_t max_contours; member
/external/chromium_org/third_party/freetype/src/base/
Dftgloadr.c119 loader->max_contours = 0; in FT_GlyphLoader_Reset()
247 old_max = loader->max_contours; in FT_GlyphLoader_CheckPoints()
261 loader->max_contours = new_max; in FT_GlyphLoader_CheckPoints()
/external/freetype/src/base/
Dftgloadr.c119 loader->max_contours = 0; in FT_GlyphLoader_Reset()
247 old_max = loader->max_contours; in FT_GlyphLoader_CheckPoints()
261 loader->max_contours = new_max; in FT_GlyphLoader_CheckPoints()
/external/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);
/external/chromium_org/third_party/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);
/external/chromium_org/third_party/freetype/src/autofit/
Dafhints.h345 FT_Int max_contours; /* number of allocated contours */ member
Dafhints.c567 hints->max_contours = 0; in af_glyph_hints_done()
616 old_max = hints->max_contours; in af_glyph_hints_reload()
624 hints->max_contours = new_max; in af_glyph_hints_reload()
/external/freetype/src/autofit/
Dafhints.h345 FT_Int max_contours; /* number of allocated contours */ member
Dafhints.c567 hints->max_contours = 0; in af_glyph_hints_done()
616 old_max = hints->max_contours; in af_glyph_hints_reload()
624 hints->max_contours = new_max; in af_glyph_hints_reload()
/external/chromium_org/third_party/freetype/src/truetype/
Dttobjs.c88 zone->max_contours = zone->n_contours = 0; in tt_glyphzone_done()
138 zone->max_contours = maxContours; in tt_glyphzone_new()
/external/freetype/src/truetype/
Dttobjs.c88 zone->max_contours = zone->n_contours = 0; in tt_glyphzone_done()
138 zone->max_contours = maxContours; in tt_glyphzone_new()