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

  /external/freetype/src/base/
ftgloadr.c 93 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...]
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...]
ftbbox.c 590 if ( outline->n_points == 0 || outline->n_contours <= 0 )
606 for ( n = 1; n < outline->n_points; n++ )
ftglyph.c 174 error = FT_Outline_New( library, source->n_points, source->n_contours,
206 error = FT_Outline_New( library, source->outline.n_points,
ftstroke.c 636 FT_ARRAY_COPY( outline->points + outline->n_points,
644 FT_Byte* write = (FT_Byte*)outline->tags + outline->n_points;
663 FT_Short idx = (FT_Short)outline->n_points;
676 outline->n_points = (short)( outline->n_points + border->num_points );
    [all...]
  /external/freetype/include/freetype/internal/
ftgloadr.h 116 /* 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 + \
tttypes.h 1470 FT_UShort n_points; \/* number of points in zone *\/ member in struct:TT_GlyphZoneRec_
    [all...]
  /external/freetype/src/truetype/
ttgload.c 359 FT_Int n_points; local
399 n_points = 0;
402 n_points = cont[-1] + 1;
403 if ( n_points < 0 )
408 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 );
461 flag_limit = flag + n_points;
488 vec_limit = vec + n_points;
527 vec_limit = vec + n_points;
560 outline->n_points = (FT_UShort)n_points;
856 FT_Int n_points; local
    [all...]
ttgxvar.h 168 FT_UInt n_points );
ttinterp.c 623 exec->pts.n_points = 0;
    [all...]
ttgxvar.c     [all...]
ttobjs.c 86 zone->max_points = zone->n_points = 0;
642 size->twilight.n_points = n_twilight;
694 for ( i = 0; i < (FT_UInt)size->twilight.n_points; i++ )
    [all...]
  /external/freetype/src/autofit/
afloader.c 133 slot->outline.n_points + 4,
140 slot->outline.n_points );
148 slot->outline.n_points );
150 gloader->current.outline.n_points = slot->outline.n_points;
162 if ( slot->outline.n_points == 0 )
254 start_point = gloader->base.outline.n_points;
284 num_base_points = gloader->base.outline.n_points;
305 num_points = gloader->base.outline.n_points;
364 dummy.n_points = (short)num_new_points
    [all...]
afhints.c 478 new_max = (FT_UInt)( outline->n_points + 2 );
490 hints->num_points = outline->n_points;
aflatin.c 66 if ( error || face->glyph->outline.n_points <= 0 )
216 if ( error || glyph->outline.n_points <= 0 )
    [all...]
aflatin2.c 73 if ( error || face->glyph->outline.n_points <= 0 )
221 if ( error || glyph->outline.n_points <= 0 )
    [all...]
  /external/freetype/src/psaux/
psobjs.c     [all...]
t1decode.c 792 hinter->reset( hinter->hints, builder->current->n_points );
    [all...]
  /external/freetype/src/cff/
cffgload.c 485 FT_Vector* point = outline->points + outline->n_points;
486 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points;
494 outline->n_points++;
534 (short)( outline->n_points - 1 );
581 if ( outline->n_points > 1 )
584 FT_Vector* p2 = outline->points + outline->n_points - 1;
585 FT_Byte* control = (FT_Byte*)outline->tags + outline->n_points - 1;
592 outline->n_points--;
599 if ( first == outline->n_points - 1 )
602 outline->n_points--
    [all...]
  /external/freetype/include/freetype/
ftimage.h 332 /* n_points :: The number of points in the outline. */
334 /* points :: A pointer to an array of `n_points' @FT_Vector */
337 /* tags :: A pointer to an array of `n_points' chars, giving */
374 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
385 /* FT_Outline.{n_contours,n_points} */
    [all...]
  /external/icu4c/samples/layout/
GnomeFontInstance.cpp 168 if (pointNumber >= fFace->glyph->outline.n_points) {
  /external/freetype/src/smooth/
ftsmooth.c 236 FT_Vector* points_end = points + outline->n_points;
255 FT_Vector* points_end = points + outline->n_points;
ftgrays.c 420 FT_Vector* limit = vec + outline->n_points;
423 if ( outline->n_points <= 0 )
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c     [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]

Completed in 646 milliseconds