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

1234

/external/chromium_org/third_party/freetype/src/base/
H A Dftgloadr.c94 base->outline.n_points = 0;
149 current->points = base->points + base->n_points;
150 current->tags = base->tags + base->n_points;
157 base->n_points;
160 base->n_points;
196 /* Ensure that we can add `n_points' and `n_contours' to our glyph. */
202 FT_UInt n_points,
215 new_max = base->n_points + current->n_points + n_points;
[all...]
H A Dftoutln.c320 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/
H A Dftgloadr.c94 base->outline.n_points = 0;
149 current->points = base->points + base->n_points;
150 current->tags = base->tags + base->n_points;
157 base->n_points;
160 base->n_points;
196 /* Ensure that we can add `n_points' and `n_contours' to our glyph. */
202 FT_UInt n_points,
215 new_max = base->n_points + current->n_points + n_points;
[all...]
H A Dftoutln.c320 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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftgloadr.c94 base->outline.n_points = 0;
149 current->points = base->points + base->n_points;
150 current->tags = base->tags + base->n_points;
157 base->n_points;
160 base->n_points;
196 /* Ensure that we can add `n_points' and `n_contours' to our glyph. */
202 FT_UInt n_points,
215 new_max = base->n_points + current->n_points + n_points;
[all...]
H A Dftoutln.c320 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/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 + \
/external/freetype/include/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 + \
/external/pdfium/core/include/thirdparties/freetype/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 + \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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 + \
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgload.c355 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...]
H A Dttgxvar.h168 FT_UInt n_points );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgload.c356 FT_Int n_points; local
398 n_points = 0;
401 n_points = cont[-1] + 1;
402 if ( n_points < 0 )
407 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;
870 FT_Int n_points; local
[all...]
H A Dttgxvar.h168 FT_UInt n_points );
H A Dttinterp.c640 exec->pts.n_points = 0;
2677 if ( BOUNDS( aIdx1, CUR.zp2.n_points ) ||
2678 BOUNDS( aIdx2, CUR.zp1.n_points ) )
5200 if ( BOUNDSL( L, CUR.zp2.n_points ) )
5237 if ( BOUNDS( L, CUR.zp2.n_points ) )
5280 if ( BOUNDS( L, CUR.zp0.n_points ) ||
5281 BOUNDS( K, CUR.zp1.n_points ) )
5357 if ( BOUNDS( p2, CUR.zp1.n_points ) ||
5358 BOUNDS( p1, CUR.zp2.n_points ) )
5671 if ( BOUNDS( point, CUR.pts.n_points ) )
[all...]
/external/freetype/src/truetype/
H A Dttgload.c352 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...]
H A Dttgxvar.h168 FT_UInt n_points );
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafloader.c149 slot->outline.n_points + 4,
156 slot->outline.n_points );
164 slot->outline.n_points );
166 gloader->current.outline.n_points = slot->outline.n_points;
178 if ( slot->outline.n_points == 0 )
270 start_point = gloader->base.outline.n_points;
300 num_base_points = gloader->base.outline.n_points;
321 num_points = gloader->base.outline.n_points;
380 dummy.n_points
[all...]
/external/freetype/src/autofit/
H A Dafloader.c150 slot->outline.n_points + 4,
157 slot->outline.n_points );
165 slot->outline.n_points );
167 gloader->current.outline.n_points = slot->outline.n_points;
179 if ( slot->outline.n_points == 0 )
281 start_point = gloader->base.outline.n_points;
311 num_base_points = gloader->base.outline.n_points;
327 num_points = gloader->base.outline.n_points;
386 dummy.n_points
[all...]
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsobjs.c1609 FT_Vector* point = outline->points + outline->n_points;
1610 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points;
1617 outline->n_points++;
1664 (short)( outline->n_points - 1 );
1714 if ( outline->n_points > 1 )
1717 FT_Vector* p2 = outline->points + outline->n_points - 1;
1718 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1;
1725 outline->n_points--;
1732 if ( first == outline->n_points - 1 )
1735 outline->n_points
[all...]
/external/freetype/src/psaux/
H A Dpsobjs.c1611 FT_Vector* point = outline->points + outline->n_points;
1612 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points;
1619 outline->n_points++;
1666 (short)( outline->n_points - 1 );
1716 if ( outline->n_points > 1 )
1719 FT_Vector* p2 = outline->points + outline->n_points - 1;
1720 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1;
1727 outline->n_points--;
1734 if ( first == outline->n_points - 1 )
1737 outline->n_points
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsobjs.c1611 FT_Vector* point = outline->points + outline->n_points;
1612 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points;
1619 outline->n_points++;
1666 (short)( outline->n_points - 1 );
1716 if ( outline->n_points > 1 )
1719 FT_Vector* p2 = outline->points + outline->n_points - 1;
1720 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1;
1727 outline->n_points--;
1734 if ( first == outline->n_points - 1 )
1737 outline->n_points
[all...]
/external/chromium_org/third_party/freetype/src/cff/
H A Dcffgload.c492 FT_Vector* point = outline->points + outline->n_points;
493 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points;
514 outline->n_points++;
554 (short)( outline->n_points - 1 );
601 if ( outline->n_points > 1 )
604 FT_Vector* p2 = outline->points + outline->n_points - 1;
605 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1;
612 outline->n_points--;
619 if ( first == outline->n_points - 1 )
622 outline->n_points
[all...]
/external/freetype/src/cff/
H A Dcffgload.c488 FT_Vector* point = outline->points + outline->n_points;
489 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points;
510 outline->n_points++;
550 (short)( outline->n_points - 1 );
597 if ( outline->n_points > 1 )
600 FT_Vector* p2 = outline->points + outline->n_points - 1;
601 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1;
608 outline->n_points--;
615 if ( first == outline->n_points - 1 )
618 outline->n_points
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcffgload.c492 FT_Vector* point = outline->points + outline->n_points;
493 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points;
514 outline->n_points++;
554 (short)( outline->n_points - 1 );
601 if ( outline->n_points > 1 )
604 FT_Vector* p2 = outline->points + outline->n_points - 1;
605 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1;
612 outline->n_points--;
619 if ( first == outline->n_points - 1 )
622 outline->n_points
[all...]

Completed in 388 milliseconds

1234