HomeSort by relevance Sort by last modified time
    Searched defs:n_points (Results 1 - 4 of 4) sorted by null

  /external/freetype/src/base/
ftoutln.c 312 anoutline->n_points = (FT_UShort)numPoints;
349 FT_Int n_points = outline->n_points; local
356 if ( n_points == 0 && n_contours == 0 )
360 if ( n_points <= 0 || n_contours <= 0 )
369 if ( end <= end0 || end >= n_points )
375 if ( end != n_points - 1 )
397 source->n_points != target->n_points ||
404 FT_ARRAY_COPY( target->points, source->points, source->n_points );
    [all...]
  /external/freetype/include/freetype/
ftimage.h 332 /* n_points :: The number of points in the outline. */
334 /* points :: A pointer to an array of `n_points' @FT_Vector */
337 /* tags :: A pointer to an array of `n_points' chars, giving */
374 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
385 /* FT_Outline.{n_contours,n_points} */
    [all...]
  /external/freetype/src/truetype/
ttgload.c 359 FT_Int n_points; local
399 n_points = 0;
402 n_points = cont[-1] + 1;
403 if ( n_points < 0 )
408 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 );
461 flag_limit = flag + n_points;
488 vec_limit = vec + n_points;
527 vec_limit = vec + n_points;
560 outline->n_points = (FT_UShort)n_points;
856 FT_Int n_points; local
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1470 FT_UShort n_points; \/* number of points in zone *\/ member in struct:TT_GlyphZoneRec_
    [all...]

Completed in 93 milliseconds