HomeSort by relevance Sort by last modified time
    Searched refs:max_contours (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/third_party/ots/src/
maxp.h 17 uint16_t max_contours; member in struct:ots::OpenTypeMAXP
maxp.cc 38 !table.ReadU16(&maxp->max_contours) ||
88 !out->WriteU16(maxp->max_contours) ||
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftgloadr.h 83 FT_UInt max_contours; member in struct:FT_GlyphLoaderRec_
132 (unsigned long)(_count)) <= (_loader)->max_contours )
tttypes.h 1366 FT_UShort max_contours; member in struct:TT_GlyphZoneRec_
    [all...]
  /external/freetype/include/internal/
ftgloadr.h 83 FT_UInt max_contours; member in struct:FT_GlyphLoaderRec_
132 (unsigned long)(_count)) <= (_loader)->max_contours )
tttypes.h 1443 FT_UShort max_contours; member in struct:TT_GlyphZoneRec_
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftgloadr.h 83 FT_UInt max_contours; member in struct:FT_GlyphLoaderRec_
132 (unsigned long)(_count)) <= (_loader)->max_contours )
tttypes.h 1366 FT_UShort max_contours; member in struct:TT_GlyphZoneRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftgloadr.h 83 FT_UInt max_contours; member in struct:FT_GlyphLoaderRec_
132 (unsigned long)(_count)) <= (_loader)->max_contours )
tttypes.h 1366 FT_UShort max_contours; member in struct:TT_GlyphZoneRec_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
t1objs.h 124 FT_Int max_contours; member in struct:T1_GlyphSlotRec_
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.h 50 void SetMaxContours(int32_t max_contours);
maximum_profile_table.cc 141 void MaximumProfileTable::Builder::SetMaxContours(int32_t max_contours) {
142 InternalWriteData()->WriteUShort(Offset::kMaxContours, max_contours);
  /external/sfntly/cpp/src/sfntly/table/core/
maximum_profile_table.h 50 void SetMaxContours(int32_t max_contours);
maximum_profile_table.cc 141 void MaximumProfileTable::Builder::SetMaxContours(int32_t max_contours) {
142 InternalWriteData()->WriteUShort(Offset::kMaxContours, max_contours);
  /external/chromium_org/third_party/freetype/src/base/
ftgloadr.c 119 loader->max_contours = 0;
247 old_max = loader->max_contours;
261 loader->max_contours = new_max;
  /external/freetype/src/base/
ftgloadr.c 119 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/
ftgloadr.c 119 loader->max_contours = 0;
247 old_max = loader->max_contours;
261 loader->max_contours = new_max;
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.h 345 FT_Int max_contours; /* number of allocated contours */ member in struct:AF_GlyphHintsRec_
afhints.c 567 hints->max_contours = 0;
616 old_max = hints->max_contours;
624 hints->max_contours = new_max;
    [all...]
  /external/freetype/src/autofit/
afhints.h 356 FT_Int max_contours; /* number of allocated contours */ member in struct:AF_GlyphHintsRec_
afhints.c 533 hints->max_contours = 0;
582 old_max = hints->max_contours;
590 hints->max_contours = new_max;
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 88 zone->max_contours = zone->n_contours = 0;
138 zone->max_contours = maxContours;
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 88 zone->max_contours = zone->n_contours = 0;
138 zone->max_contours = maxContours;
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttobjs.c 88 zone->max_contours = zone->n_contours = 0;
138 zone->max_contours = maxContours;
    [all...]

Completed in 595 milliseconds