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

1 2 3

  /external/chromium_org/third_party/freetype/src/base/
ftgloadr.c 94 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...]
ftoutln.c 320 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...]
ftbbox.c 577 if ( outline->n_points == 0 || outline->n_contours <= 0 )
593 for ( n = 1; n < outline->n_points; n++ )
  /external/freetype/src/base/
ftgloadr.c 94 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...]
ftoutln.c 320 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/
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 + \
  /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 + \
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 355 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...]
ttgxvar.h 168 FT_UInt n_points );
ttinterp.c 640 exec->pts.n_points = 0;
    [all...]
ttgxvar.c     [all...]
  /external/freetype/src/truetype/
ttgload.c 355 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...]
ttgxvar.h 168 FT_UInt n_points );
ttinterp.c 640 exec->pts.n_points = 0;
    [all...]
ttgxvar.c     [all...]
  /external/harfbuzz/contrib/
harfbuzz-freetype.c 69 hb_uint32 *n_points) {
81 *n_points = face->glyph->outline.n_points;
82 if (!(*n_points))
85 if (point > *n_points)
  /external/chromium_org/third_party/freetype/src/autofit/
afloader.c 149 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 = (short)num_new_points
    [all...]
  /external/freetype/src/autofit/
afloader.c 149 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 = (short)num_new_points
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
psobjs.c     [all...]
  /external/freetype/src/psaux/
psobjs.c     [all...]
  /external/chromium_org/third_party/freetype/src/cff/
cffgload.c 492 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/
cffgload.c 492 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/chromium_org/third_party/freetype/include/freetype/
ftimage.h 353 /* n_points :: The number of points in the outline. */
355 /* points :: A pointer to an array of `n_points' @FT_Vector */
358 /* tags :: A pointer to an array of `n_points' chars, giving */
395 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
406 /* FT_Outline.{n_contours,n_points} */
    [all...]
  /external/freetype/include/freetype/
ftimage.h 353 /* n_points :: The number of points in the outline. */
355 /* points :: A pointer to an array of `n_points' @FT_Vector */
358 /* tags :: A pointer to an array of `n_points' chars, giving */
395 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
406 /* FT_Outline.{n_contours,n_points} */
    [all...]
  /external/icu4c/samples/layout/
GnomeFontInstance.cpp 168 if (pointNumber >= fFace->glyph->outline.n_points) {

Completed in 803 milliseconds

1 2 3