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

/external/chromium_org/third_party/ots/src/
H A Dmaxp.h17 uint16_t max_contours; member in struct:ots::OpenTypeMAXP
H A Dmaxp.cc38 !table.ReadU16(&maxp->max_contours) ||
88 !out->WriteU16(maxp->max_contours) ||
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftgloadr.h83 FT_UInt max_contours; member in struct:FT_GlyphLoaderRec_
132 (unsigned long)(_count)) <= (_loader)->max_contours )
H A Dtttypes.h1345 /* max_contours :: Max size in links contours of the zone. */
1366 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_
132 (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/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftgloadr.h83 FT_UInt max_contours; member in struct:FT_GlyphLoaderRec_
132 (unsigned long)(_count)) <= (_loader)->max_contours )
H A Dtttypes.h1345 /* max_contours :: Max size in links contours of the zone. */
1366 FT_UShort max_contours; member in struct:TT_GlyphZoneRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftgloadr.h83 FT_UInt max_contours; member in struct:FT_GlyphLoaderRec_
132 (unsigned long)(_count)) <= (_loader)->max_contours )
H A Dtttypes.h1345 /* max_contours :: Max size in links contours of the zone. */
1366 FT_UShort max_contours; member in struct:TT_GlyphZoneRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1objs.h124 FT_Int max_contours; member in struct:T1_GlyphSlotRec_
/external/chromium_org/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/freetype/src/base/
H A Dftgloadr.c119 loader->max_contours = 0;
247 old_max = loader->max_contours;
261 loader->max_contours = new_max;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftgloadr.c119 loader->max_contours = 0;
247 old_max = loader->max_contours;
261 loader->max_contours = new_max;
/external/chromium_org/third_party/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/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/chromium_org/third_party/freetype/src/autofit/
H A Dafhints.h345 FT_Int max_contours; /* number of allocated contours */ member in struct:AF_GlyphHintsRec_
H A Dafhints.c567 hints->max_contours = 0;
616 old_max = hints->max_contours;
624 hints->max_contours = new_max;
/external/freetype/src/autofit/
H A Dafhints.h356 FT_Int max_contours; /* number of allocated contours */ member in struct:AF_GlyphHintsRec_
H A Dafhints.c533 hints->max_contours = 0;
582 old_max = hints->max_contours;
590 hints->max_contours = new_max;
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttobjs.c88 zone->max_contours = zone->n_contours = 0;
138 zone->max_contours = maxContours;
/external/freetype/src/truetype/
H A Dttobjs.c88 zone->max_contours = zone->n_contours = 0;
138 zone->max_contours = maxContours;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttobjs.c88 zone->max_contours = zone->n_contours = 0;
138 zone->max_contours = maxContours;

Completed in 429 milliseconds