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

  /external/freetype/src/truetype/
ttobjs.c 104 /* maxPoints :: The capacity of glyph zone in points. */
116 FT_UShort maxPoints,
126 if ( FT_NEW_ARRAY( zone->org, maxPoints ) ||
127 FT_NEW_ARRAY( zone->cur, maxPoints ) ||
128 FT_NEW_ARRAY( zone->orus, maxPoints ) ||
129 FT_NEW_ARRAY( zone->tags, maxPoints ) ||
136 zone->max_points = maxPoints;
    [all...]
ttinterp.h 174 FT_UShort maxPoints; /* capacity of this context's `pts' */
ttobjs.h 123 FT_UShort maxPoints,
ttinterp.c 407 exec->maxPoints = 0;
466 exec->maxPoints = 0;
    [all...]
  /external/chromium/third_party/icu/source/test/letest/
FontObject.h 133 le_uint16 maxPoints;
sfnt.h 303 le_uint16 maxPoints;
  /external/freetype/include/freetype/
tttables.h 478 /* maxPoints :: The maximum number of points in a */
490 /* structure element `maxPoints'. */
532 FT_UShort maxPoints;
    [all...]
  /external/icu4c/samples/layout/
sfnt.h 170 le_uint16 maxPoints;
  /external/icu4c/test/letest/
FontObject.h 133 le_uint16 maxPoints;
sfnt.h 303 le_uint16 maxPoints;
  /external/freetype/src/sfnt/
ttload.c 636 FT_FRAME_USHORT( maxPoints ),
660 maxProfile->maxPoints = 0;
    [all...]

Completed in 85 milliseconds