HomeSort by relevance Sort by last modified time
    Searched defs:n_points (Results 1 - 5 of 5) 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 344 /* n_points :: The number of points in the outline. */
346 /* points :: A pointer to an array of `n_points' @FT_Vector */
349 /* tags :: A pointer to an array of `n_points' chars, giving */
386 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
397 /* FT_Outline.{n_contours,n_points} */
    [all...]
  /external/freetype/src/truetype/
ttgload.c 342 FT_Int n_points; local
384 n_points = 0;
387 n_points = cont[-1] + 1;
388 if ( n_points < 0 )
393 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 );
441 flag_limit = flag + n_points;
468 vec_limit = vec + n_points;
507 vec_limit = vec + n_points;
540 outline->n_points = (FT_UShort)n_points;
836 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...]
  /external/harfbuzz/src/
harfbuzz-gpos.c 755 hb_uint32 n_points = 0; local
759 error = gpi->font->klass->getPointInOutline(gpi->font, glyph_index, gpi->load_flags, ap, x_value, y_value, &n_points);
762 /* if n_points is set to zero, we use the design coordinate value pair.
764 if (!n_points)
    [all...]

Completed in 514 milliseconds