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

  /external/fonttools/Lib/fontTools/ttLib/tables/
_m_a_x_p.py 15 maxPoints: H
70 maxPoints = 0
88 maxPoints = max(maxPoints, nPoints)
106 self.maxPoints = maxPoints
  /external/skia/src/sfnt/
SkOTTable_maxp_TT.h 22 SK_OT_USHORT maxPoints;
  /external/opencv/cvaux/src/
cvcalibfilter.cpp 69 maxPoints = 0;
228 maxPoints = 0;
460 if( maxPoints < newMaxPoints )
465 memcpy( points[i], prev, maxPoints * sizeof(prev[0]));
472 if( maxPoints < newMaxPoints )
473 maxPoints = newMaxPoints;
  /external/freetype/src/truetype/
ttinterp.h 209 FT_UShort maxPoints; /* capacity of this context's `pts' */
ttobjs.h 123 FT_UShort maxPoints,
ttobjs.c 105 /* maxPoints :: The capacity of glyph zone in points. */
117 FT_UShort maxPoints,
127 if ( FT_NEW_ARRAY( zone->org, maxPoints ) ||
128 FT_NEW_ARRAY( zone->cur, maxPoints ) ||
129 FT_NEW_ARRAY( zone->orus, maxPoints ) ||
130 FT_NEW_ARRAY( zone->tags, maxPoints ) ||
137 zone->max_points = maxPoints;
    [all...]
ttinterp.c 256 exec->maxPoints = 0;
313 exec->maxPoints = 0;
    [all...]
  /external/icu/icu4c/source/samples/layout/
sfnt.h 170 le_uint16 maxPoints;
  /external/icu/icu4c/source/test/letest/
FontObject.h 133 le_uint16 maxPoints;
sfnt.h 303 le_uint16 maxPoints;
  /external/icu/icu4c/source/test/perf/leperf/
FontObject.h 133 le_uint16 maxPoints;
sfnt.h 303 le_uint16 maxPoints;
  /external/pdfium/third_party/freetype/src/truetype/
ttinterp.h 221 FT_UShort maxPoints; /* capacity of this context's `pts' */
ttobjs.h 123 FT_UShort maxPoints,
ttobjs.c 105 /* maxPoints :: The capacity of glyph zone in points. */
117 FT_UShort maxPoints,
127 if ( FT_NEW_ARRAY( zone->org, maxPoints ) ||
128 FT_NEW_ARRAY( zone->cur, maxPoints ) ||
129 FT_NEW_ARRAY( zone->orus, maxPoints ) ||
130 FT_NEW_ARRAY( zone->tags, maxPoints ) ||
137 zone->max_points = maxPoints;
    [all...]
ttinterp.c 395 exec->maxPoints = 0;
452 exec->maxPoints = 0;
    [all...]
  /external/freetype/include/
tttables.h 501 /* maxPoints :: The maximum number of points in a */
513 /* structure element `maxPoints'. */
555 FT_UShort maxPoints;
    [all...]
  /external/pdfium/third_party/freetype/include/
tttables.h 501 /* maxPoints :: The maximum number of points in a */
513 /* structure element `maxPoints'. */
555 FT_UShort maxPoints;
    [all...]
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttload.c 646 FT_FRAME_USHORT( maxPoints ),
670 maxProfile->maxPoints = 0;
    [all...]
  /external/freetype/src/sfnt/
ttload.c 683 FT_FRAME_USHORT( maxPoints ),
707 maxProfile->maxPoints = 0;
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 162 milliseconds