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

12 3

  /external/freetype/src/smooth/
ftsmooth.c 274 FT_Vector* points_end = points + outline->n_points;
293 FT_Vector* points_end = points + outline->n_points;
ftgrays.c 458 FT_Vector* limit = vec + outline->n_points;
461 if ( outline->n_points <= 0 )
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 344 /* n_points :: The number of points in the outline. */
346 /* points :: A pointer to an array of `n_points' @FT_Vector */
349 /* tags :: A pointer to an array of `n_points' chars, giving */
386 short n_points; /* number of points in the glyph */ member in struct:FT_Outline_
397 /* 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/chromium_org/third_party/freetype/src/base/
ftbbox.c 590 if ( outline->n_points == 0 || outline->n_contours <= 0 )
606 for ( n = 1; n < outline->n_points; n++ )
ftstroke.c 705 FT_ARRAY_COPY( outline->points + outline->n_points,
713 FT_Byte* write = (FT_Byte*)outline->tags + outline->n_points;
732 FT_Short idx = (FT_Short)outline->n_points;
745 outline->n_points = (short)( outline->n_points + border->num_points );
    [all...]
  /external/freetype/src/base/
ftbbox.c 577 if ( outline->n_points == 0 || outline->n_contours <= 0 )
593 for ( n = 1; n < outline->n_points; n++ )
ftstroke.c 705 FT_ARRAY_COPY( outline->points + outline->n_points,
713 FT_Byte* write = (FT_Byte*)outline->tags + outline->n_points;
732 FT_Short idx = (FT_Short)outline->n_points;
745 outline->n_points = (short)( outline->n_points + border->num_points );
    [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.c 86 zone->max_points = zone->n_points = 0;
969 size->twilight.n_points = n_twilight;
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 87 zone->max_points = zone->n_points = 0;
    [all...]
  /external/chromium_org/third_party/ots/src/
woff2.cc 214 unsigned int n_points, std::vector<Point>* result,
220 if (n_points > in_size) {
225 for (unsigned int i = 0; i < n_points; ++i) {
    [all...]
  /external/chromium_org/third_party/freetype/src/smooth/
ftgrays.c 418 FT_Vector* limit = vec + outline->n_points;
421 if ( outline->n_points <= 0 )
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ft.cc 219 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points))
  /external/harfbuzz_ng/src/
hb-ft.cc 219 if (unlikely (point_index >= (unsigned int) ft_face->glyph->outline.n_points))
  /external/chromium_org/third_party/freetype/src/autofit/
afhints.c 610 new_max = (FT_UInt)( outline->n_points + 2 );
622 hints->num_points = outline->n_points;
afcjk.c 95 if ( error || face->glyph->outline.n_points <= 0 )
345 if ( error || glyph->outline.n_points <= 0 )
    [all...]
aflatin.c 81 if ( error || face->glyph->outline.n_points <= 0 )
238 if ( error || glyph->outline.n_points <= 0 )
    [all...]
aflatin2.c 84 if ( error || face->glyph->outline.n_points <= 0 )
233 if ( error || glyph->outline.n_points <= 0 )
    [all...]
  /external/freetype/src/autofit/
afhints.c 632 new_max = (FT_UInt)( outline->n_points + 2 );
644 hints->num_points = outline->n_points;
    [all...]
  /external/chromium_org/third_party/freetype/src/pshinter/
pshalgo.c     [all...]
  /external/freetype/src/pshinter/
pshalgo.c     [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 1470 FT_UShort n_points; \/* number of points in zone *\/ member in struct:TT_GlyphZoneRec_
    [all...]
  /external/chromium_org/third_party/freetype/src/psaux/
t1decode.c 786 hinter->reset( hinter->hints, builder->current->n_points );
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 1367 FT_UShort n_points; \/* number of points in zone *\/ member in struct:TT_GlyphZoneRec_
    [all...]
  /external/freetype/src/psaux/
t1decode.c 799 hinter->reset( hinter->hints, builder->current->n_points );
    [all...]

Completed in 1741 milliseconds

12 3