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

1 2 3

  /external/chromium_org/third_party/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...]
ftglyph.c 174 error = FT_Outline_New( library, source->n_points, source->n_contours,
206 error = FT_Outline_New( library, source->outline.n_points,
  /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...]
ftglyph.c 176 error = FT_Outline_New( library, source->n_points, source->n_contours,
208 error = FT_Outline_New( library, source->outline.n_points,
  /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/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 342 FT_Int n_points; local
382 n_points = 0;
385 n_points = cont[-1] + 1;
386 if ( n_points < 0 )
391 error = FT_GLYPHLOADER_CHECK_POINTS( gloader, n_points + 4, 0 );
444 flag_limit = flag + n_points;
471 vec_limit = vec + n_points;
510 vec_limit = vec + n_points;
543 outline->n_points = (FT_UShort)n_points;
839 FT_Int n_points; local
    [all...]
ttgxvar.h 168 FT_UInt n_points );
ttinterp.c 631 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/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/autofit/
afloader.c 143 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 = (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 484 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/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/icu4c/samples/layout/
GnomeFontInstance.cpp 168 if (pointNumber >= fFace->glyph->outline.n_points) {
  /external/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c 259 FT_Vector* points_end = points + outline->n_points;
278 FT_Vector* points_end = points + outline->n_points;

Completed in 492 milliseconds

1 2 3