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

  /external/harfbuzz_ng/src/
hb-ot-glyf-table.hh 293 int16_t num_contours = (int16_t) glyph_header.numberOfContours; local
295 if (num_contours < 0)
299 else if (num_contours > 0)
302 glyph += GlyphHeader::static_size + 2 * num_contours;
396 int16_t num_contours = (int16_t) glyph_header.numberOfContours; local
397 if (num_contours < 0)
421 unsigned int instruction_length_offset = start_offset + GlyphHeader::static_size + 2 * num_contours;
  /external/freetype/src/base/
ftgloadr.c 370 FT_UInt num_contours = (FT_UInt)source->base.outline.n_contours; local
373 error = FT_GlyphLoader_CheckPoints( target, num_points, num_contours );
385 num_contours );
397 out->n_contours = (short)num_contours;
ftstroke.c 661 FT_UInt num_contours = 0; local
684 num_contours++;
695 *anum_contours = num_contours;
700 num_contours = 0;
1984 FT_UInt num_points = 0, num_contours = 0; local
2015 FT_UInt count3, count4, num_contours = 0; local
2326 FT_UInt num_points, num_contours; local
2402 FT_UInt num_points, num_contours; local
    [all...]
  /external/freetype/src/autofit/
afhints.c 310 AF_Point* climit = contour + hints->num_contours;
706 hints->num_contours = 0;
746 hints->num_contours = 0;
808 hints->num_contours = outline->n_contours;
907 AF_Point* contour_limit = contour + hints->num_contours;
935 AF_Point* contour_limit = hints->contours + hints->num_contours;
    [all...]
afhints.h 349 FT_Int num_contours; /* number of used contours */ member in struct:AF_GlyphHintsRec_
aflatin2.c 740 AF_Point* contour_limit = contour + hints->num_contours;
    [all...]
aflatin.c     [all...]
  /external/freetype/src/pshinter/
pshalgo.c 932 for ( n = 0; n < glyph->num_contours; n++ )
1047 glyph->num_contours = 0;
1175 glyph->num_contours = (FT_UInt)outline->n_contours;
1183 for ( n = 0; n < glyph->num_contours; n++ )
1931 FT_UInt num_contours = glyph->num_contours; local
    [all...]
pshalgo.h 192 FT_UInt num_contours; member in struct:PSH_GlyphRec_
  /external/u-boot/drivers/video/
stb_truetype.h     [all...]

Completed in 235 milliseconds