Searched defs:n_points (Results 1 - 7 of 7) sorted by relevance

/external/harfbuzz/contrib/
H A Dharfbuzz-freetype.c69 hb_uint32 *n_points) {
81 *n_points = face->glyph->outline.n_points;
82 if (!(*n_points))
85 if (point > *n_points)
67 hb_freetype_outline_point_get(HB_Font font, HB_Glyph glyph, int flags, hb_uint32 point, HB_Fixed *xpos, HB_Fixed *ypos, hb_uint32 *n_points) argument
/external/freetype/src/base/
H A Dftoutln.c312 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/
H A Dftimage.h344 /* 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} */
/external/freetype/src/truetype/
H A Dttgload.c342 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/
H A Dtttypes.h1450 /* n_points :: The current number of points in the zone. */
1470 FT_UShort n_points; /* number of points in zone */ member in struct:TT_GlyphZoneRec_
/external/harfbuzz/src/
H A Dharfbuzz-gpos.c755 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)
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos.c755 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)

Completed in 1562 milliseconds