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

  /external/freetype/src/base/
ftgloadr.c 111 FT_FREE( loader->base.outline.contours );
150 current->contours = base->contours + base->n_contours;
245 /* check contours */
256 if ( FT_RENEW_ARRAY( base->contours, old_max, new_max ) )
349 /* adjust contours count in newest outline */
351 current->outline.contours[n] =
352 (short)( current->outline.contours[n] + n_base_points );
379 FT_ARRAY_COPY( out->contours, in->contours,
    [all...]
ftoutln.c 89 last = outline->contours[n];
309 FT_NEW_ARRAY( anoutline->contours, numContours ) )
366 end = outline->contours[n];
368 /* note that we don't accept empty contours */
408 FT_ARRAY_COPY( target->contours, source->contours, source->n_contours );
431 FT_FREE( outline->contours );
548 last = outline->contours[n];
718 (outline)->contours[c - 1] + 1 \
720 (last) = (outline)->points + (outline)->contours[c];
    [all...]
ftstroke.c 658 /* copy contours */
662 FT_Short* write = outline->contours + outline->n_contours;
    [all...]
  /external/freetype/src/autofit/
afhints.c 416 FT_FREE( hints->contours );
460 /* first of all, reallocate the contours array when necessary */
467 if ( FT_RENEW_ARRAY( hints->contours, old_max, new_max ) )
527 AF_Point end = points + outline->contours[0];
559 end = points + outline->contours[contour_index];
566 /* set-up the contours array */
568 AF_Point* contour = hints->contours;
570 short* end = outline->contours;
994 AF_Point* contour = hints->contours;
afhints.h 206 AF_Point* contours; member in struct:AF_GlyphHintsRec_
afloader.c 142 FT_ARRAY_COPY( gloader->current.outline.contours,
143 slot->outline.contours,
aflatin.c 238 last = glyph->outline.contours[nn];
240 /* Avoid single-point contours since they are never rasterized. */
667 AF_Point* contour = hints->contours;
818 } /* contours */
    [all...]
aflatin2.c 243 last = glyph->outline.contours[nn];
245 /* Avoid single-point contours since they are never rasterized. */
669 AF_Point* contour = hints->contours;
830 } /* contours */
    [all...]
  /external/freetype/include/freetype/
ftimage.h 330 /* n_contours :: The number of contours in the outline. */
355 /* contours :: An array of `n_contours' shorts, giving the end */
358 /* `0' to `contours[0]', the second one is defined by */
359 /* the points `contours[0]+1' to `contours[1]', etc. */
373 short n_contours; /* number of contours in glyph */
378 short* contours; /* the contour end points */ member in struct:FT_Outline_
405 /* (i.e., `points', `flags', and `contours') are `owned' by the */
414 /* By default, outside contours of an outline are oriented in */
    [all...]
  /external/freetype/src/pshinter/
pshalgo.c 1045 if ( glyph->contours[n].count < 4 )
1049 first = glyph->contours[n].start;
1148 FT_FREE( glyph->contours );
    [all...]
pshalgo.h 209 PSH_Contour contours; member in struct:PSH_GlyphRec_
  /external/freetype/src/truetype/
ttobjs.c 80 FT_FREE( zone->contours );
106 /* maxContours :: The capacity of glyph zone in contours. */
130 FT_NEW_ARRAY( zone->contours, maxContours ) )
    [all...]
ttgload.c 337 FT_TRACE5(( " # of contours: %d\n", loader->n_contours ));
369 /* check that we can add the contours to the glyph */
374 /* reading the contours' endpoints & number of points */
375 cont = gloader->current.outline.contours;
378 /* check space for contours array + instructions count */
392 /* unordered contours: this is invalid */
412 /* we'd better check the contours table right now */
415 for ( cont = outline->contours + 1; cont < cont_limit; cont++ )
719 zone->contours = (FT_UShort*)load->outline.contours + start_contour
    [all...]
ttinterp.c     [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1478 FT_UShort* contours; \/* contour end points *\/ member in struct:TT_GlyphZoneRec_
    [all...]
  /external/freetype/src/psaux/
psobjs.c     [all...]
  /external/freetype/src/cff/
cffgload.c 533 outline->contours[outline->n_contours - 1] =
577 ? 0 : outline->contours[outline->n_contours - 2] + 1;
597 /* Don't add contours only consisting of one point, i.e., */
605 outline->contours[outline->n_contours - 1] =
    [all...]
  /external/freetype/src/smooth/
ftgrays.c     [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]

Completed in 510 milliseconds