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

  /external/freetype/src/base/
ftoutln.c 324 anoutline->n_points = (FT_Short)numPoints;
361 FT_Int n_points = outline->n_points; local
368 if ( n_points == 0 && n_contours == 0 )
372 if ( n_points <= 0 || n_contours <= 0 )
381 if ( end <= end0 || end >= n_points )
387 if ( end != n_points - 1 )
411 if ( source->n_points != target->n_points ||
418 if ( source->n_points )
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftoutln.c 324 anoutline->n_points = (FT_Short)numPoints;
361 FT_Int n_points = outline->n_points; local
368 if ( n_points == 0 && n_contours == 0 )
372 if ( n_points <= 0 || n_contours <= 0 )
381 if ( end <= end0 || end >= n_points )
387 if ( end != n_points - 1 )
411 if ( source->n_points != target->n_points ||
418 FT_ARRAY_COPY( target->points, source->points, source->n_points );
    [all...]
  /external/freetype/include/freetype/
ftimage.h 295 /* n_points :: The number of points in the outline. */
297 /* points :: A pointer to an array of `n_points' @FT_Vector */
300 /* tags :: A pointer to an array of `n_points' chars, giving */
337 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
350 /* FT_Outline.{n_contours,n_points} */
    [all...]
  /external/freetype/src/truetype/
ttgload.c 334 FT_Int n_points; local
377 n_points = 0;
380 n_points = cont[-1] + 1;
381 if ( n_points < 0 )
386 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 );
442 flag_limit = flag + n_points;
469 vec_limit = vec + n_points;
508 vec_limit = vec + n_points;
541 outline->n_points = (FT_Short)n_points;
867 FT_Int n_points; local
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftimage.h 295 /* n_points :: The number of points in the outline. */
297 /* points :: A pointer to an array of `n_points' @FT_Vector */
300 /* tags :: A pointer to an array of `n_points' chars, giving */
337 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
350 /* FT_Outline.{n_contours,n_points} */
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c 333 FT_Int n_points; local
376 n_points = 0;
379 n_points = cont[-1] + 1;
380 if ( n_points < 0 )
385 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 );
440 flag_limit = flag + n_points;
467 vec_limit = vec + n_points;
506 vec_limit = vec + n_points;
539 outline->n_points = (FT_Short)n_points;
853 FT_Int n_points; local
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftimage.h 295 /* n_points :: The number of points in the outline. */
297 /* points :: A pointer to an array of `n_points' @FT_Vector */
300 /* tags :: A pointer to an array of `n_points' chars, giving */
337 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
350 /* FT_Outline.{n_contours,n_points} */
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1591 FT_UShort n_points; \/* number of points in zone *\/ member in struct:TT_GlyphZoneRec_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/internal/
tttypes.h 1442 FT_UShort n_points; \/* number of points in zone *\/ member in struct:TT_GlyphZoneRec_
    [all...]

Completed in 384 milliseconds