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

  /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/include/freetype/
tttables.h 478 /* maxPoints :: The maximum number of points in a */
490 /* structure element `maxPoints'. */
532 FT_UShort maxPoints;
    [all...]
  /external/freetype/src/truetype/
ttinterp.h 175 FT_UShort maxPoints; /* capacity of this context's `pts' */
ttobjs.h 123 FT_UShort maxPoints,
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.c 410 exec->maxPoints = 0;
469 exec->maxPoints = 0;
    [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/harfbuzz_ng/src/hb-icu-le/
sfnt.h 306 le_uint16 maxPoints;
  /external/opencv/cv/src/
cvcalibration.cpp     [all...]
  /external/freetype/src/sfnt/
ttload.c 641 FT_FRAME_USHORT( maxPoints ),
665 maxProfile->maxPoints = 0;
    [all...]
  /external/opencv/cvaux/include/
cvaux.h     [all...]

Completed in 176 milliseconds