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

  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 320 anoutline->n_points = (FT_UShort)numPoints;
357 FT_Int n_points = outline->n_points; local
364 if ( n_points == 0 && n_contours == 0 )
368 if ( n_points <= 0 || n_contours <= 0 )
377 if ( end <= end0 || end >= n_points )
383 if ( end != n_points - 1 )
405 source->n_points != target->n_points ||
412 FT_ARRAY_COPY( target->points, source->points, source->n_points );
    [all...]
  /external/freetype/src/base/
ftoutln.c 320 anoutline->n_points = (FT_UShort)numPoints;
357 FT_Int n_points = outline->n_points; local
364 if ( n_points == 0 && n_contours == 0 )
368 if ( n_points <= 0 || n_contours <= 0 )
377 if ( end <= end0 || end >= n_points )
383 if ( end != n_points - 1 )
405 source->n_points != target->n_points ||
412 FT_ARRAY_COPY( target->points, source->points, source->n_points );
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 353 /* n_points :: The number of points in the outline. */
355 /* points :: A pointer to an array of `n_points' @FT_Vector */
358 /* tags :: A pointer to an array of `n_points' chars, giving */
395 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
406 /* FT_Outline.{n_contours,n_points} */
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 355 FT_Int n_points; local
397 n_points = 0;
400 n_points = cont[-1] + 1;
401 if ( n_points < 0 )
406 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 );
454 flag_limit = flag + n_points;
481 vec_limit = vec + n_points;
520 vec_limit = vec + n_points;
553 outline->n_points = (FT_UShort)n_points;
865 FT_Int n_points; local
    [all...]
  /external/freetype/include/
ftimage.h 353 /* n_points :: The number of points in the outline. */
355 /* points :: A pointer to an array of `n_points' @FT_Vector */
358 /* tags :: A pointer to an array of `n_points' chars, giving */
395 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
406 /* FT_Outline.{n_contours,n_points} */
    [all...]
  /external/freetype/src/truetype/
ttgload.c 352 FT_Int n_points; local
395 n_points = 0;
398 n_points = cont[-1] + 1;
399 if ( n_points < 0 )
404 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 );
459 flag_limit = flag + n_points;
486 vec_limit = vec + n_points;
525 vec_limit = vec + n_points;
558 outline->n_points = (FT_UShort)n_points;
863 FT_Int n_points; local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 1367 FT_UShort n_points; \/* number of points in zone *\/ member in struct:TT_GlyphZoneRec_
    [all...]
  /external/freetype/include/internal/
tttypes.h 1444 FT_UShort n_points; \/* number of points in zone *\/ member in struct:TT_GlyphZoneRec_
    [all...]

Completed in 1672 milliseconds