Searched refs:n_points (Results 1 - 25 of 29) sorted by relevance

12

/external/freetype/src/base/
H A Dftgloadr.c93 base->outline.n_points = 0;
148 current->points = base->points + base->n_points;
149 current->tags = base->tags + base->n_points;
156 base->n_points;
159 base->n_points;
195 /* Ensure that we can add `n_points' and `n_contours' to our glyph. */
201 FT_UInt n_points,
214 new_max = base->n_points + current->n_points + n_points;
[all...]
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...]
H A Dftbbox.c590 if ( outline->n_points == 0 || outline->n_contours <= 0 )
606 for ( n = 1; n < outline->n_points; n++ )
H A Dftglyph.c174 error = FT_Outline_New( library, source->n_points, source->n_contours,
206 error = FT_Outline_New( library, source->outline.n_points,
H A Dftstroke.c705 FT_ARRAY_COPY( outline->points + outline->n_points,
713 FT_Byte* write = (FT_Byte*)outline->tags + outline->n_points;
732 FT_Short idx = (FT_Short)outline->n_points;
745 outline->n_points = (short)( outline->n_points + border->num_points );
2306 outline->n_points = 0;
2395 outline->n_points = 0;
/external/freetype/include/freetype/internal/
H A Dftgloadr.h116 /* check that there is enough space to add `n_points' and `n_contours' */
120 FT_UInt n_points,
125 ( (_count) == 0 || ((_loader)->base.outline.n_points + \
126 (_loader)->current.outline.n_points + \
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/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...]
H A Dttgxvar.h168 FT_UInt n_points );
H A Dttinterp.c631 exec->pts.n_points = 0;
2834 if ( BOUNDS( aIdx1, CUR.zp2.n_points ) ||
2835 BOUNDS( aIdx2, CUR.zp1.n_points ) )
5074 if ( BOUNDSL( L, CUR.zp2.n_points ) )
5111 if ( BOUNDS( L, CUR.zp2.n_points ) )
5154 if ( BOUNDS( L, CUR.zp0.n_points ) ||
5155 BOUNDS( K, CUR.zp1.n_points ) )
5224 if ( BOUNDS( p2, CUR.zp1.n_points ) ||
5225 BOUNDS( p1, CUR.zp2.n_points ) )
5532 if ( BOUNDS( point, CUR.pts.n_points ) )
[all...]
H A Dttgxvar.c1310 /* n_points :: The number of the points in the glyph, including */
1323 FT_UInt n_points )
1350 if ( FT_NEW_ARRAY( delta_xy, n_points ) )
1454 point_count == 0 ? n_points
1457 point_count == 0 ? n_points
1466 for ( j = 0; j < n_points; ++j )
1477 if ( localpoints[j] >= n_points )
H A Dttobjs.c86 zone->max_points = zone->n_points = 0;
976 size->twilight.n_points = n_twilight;
1029 for ( i = 0; i < (FT_UInt)size->twilight.n_points; i++ )
/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/autofit/
H A Dafloader.c143 slot->outline.n_points + 4,
150 slot->outline.n_points );
158 slot->outline.n_points );
160 gloader->current.outline.n_points = slot->outline.n_points;
172 if ( slot->outline.n_points == 0 )
264 start_point = gloader->base.outline.n_points;
294 num_base_points = gloader->base.outline.n_points;
315 num_points = gloader->base.outline.n_points;
374 dummy.n_points
[all...]
H A Dafhints.c610 new_max = (FT_UInt)( outline->n_points + 2 );
622 hints->num_points = outline->n_points;
H A Dafcjk.c95 if ( error || face->glyph->outline.n_points <= 0 )
345 if ( error || glyph->outline.n_points <= 0 )
H A Daflatin.c81 if ( error || face->glyph->outline.n_points <= 0 )
238 if ( error || glyph->outline.n_points <= 0 )
/external/freetype/src/psaux/
H A Dpsobjs.c1554 FT_Vector* point = outline->points + outline->n_points;
1555 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points;
1562 outline->n_points++;
1609 (short)( outline->n_points - 1 );
1659 if ( outline->n_points > 1 )
1662 FT_Vector* p2 = outline->points + outline->n_points - 1;
1663 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1;
1670 outline->n_points--;
1677 if ( first == outline->n_points - 1 )
1680 outline->n_points
[all...]
H A Dt1decode.c793 hinter->reset( hinter->hints, builder->current->n_points );
1091 if ( hinter->close( hinter->hints, builder->current->n_points ) )
/external/freetype/src/cff/
H A Dcffgload.c484 FT_Vector* point = outline->points + outline->n_points;
485 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points;
493 outline->n_points++;
533 (short)( outline->n_points - 1 );
580 if ( outline->n_points > 1 )
583 FT_Vector* p2 = outline->points + outline->n_points - 1;
584 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1;
591 outline->n_points--;
598 if ( first == outline->n_points - 1 )
601 outline->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/icu4c/samples/layout/
H A DGnomeFontInstance.cpp168 if (pointNumber >= fFace->glyph->outline.n_points) {
/external/freetype/src/smooth/
H A Dftsmooth.c259 FT_Vector* points_end = points + outline->n_points;
278 FT_Vector* points_end = points + outline->n_points;
H A Dftgrays.c428 FT_Vector* limit = vec + outline->n_points;
431 if ( outline->n_points <= 0 )
1880 if ( outline->n_points == 0 || outline->n_contours <= 0 )
1886 if ( outline->n_points !=
/external/freetype/src/pshinter/
H A Dpshalgo.c1274 if ( FT_NEW_ARRAY( glyph->points, outline->n_points ) ||
1278 glyph->num_points = outline->n_points;
2196 if ( outline->n_points == 0 || outline->n_contours == 0 )

Completed in 477 milliseconds

12