/third_party/skia/third_party/externals/freetype/src/base/ |
H A D | ftstroke.c | 656 FT_UInt num_contours = 0; in ft_stroke_border_get_counts() local 679 num_contours++; in ft_stroke_border_get_counts() 690 *anum_contours = num_contours; in ft_stroke_border_get_counts() 695 num_contours = 0; in ft_stroke_border_get_counts() 1938 FT_UInt num_points = 0, num_contours = 0; in FT_EXPORT_DEF() local 1949 &num_points, &num_contours ); in FT_EXPORT_DEF() 1955 *anum_contours = num_contours; in FT_EXPORT_DEF() 1969 FT_UInt count3, count4, num_contours = 0; in FT_EXPORT_DEF() local 1990 num_contours = count2 + count4; in FT_EXPORT_DEF() 1997 *anum_contours = num_contours; in FT_EXPORT_DEF() 2280 FT_UInt num_points, num_contours; FT_EXPORT_DEF() local 2356 FT_UInt num_points, num_contours; FT_EXPORT_DEF() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-glyf-table.hh | 634 int num_contours = header.numberOfContours; in get_contour_points() local 635 if (unlikely (!bytes.check_range (&endPtsOfContours[num_contours + 1]))) return false; in get_contour_points() 636 unsigned int num_points = endPtsOfContours[num_contours - 1] + 1; in get_contour_points() 642 for (int i = 0; i < num_contours; i++) in get_contour_points() 646 const HBUINT8 *p = &StructAtOffset<HBUINT8> (&endPtsOfContours[num_contours + 1], in get_contour_points() 647 endPtsOfContours[num_contours]); in get_contour_points() 888 int num_contours = header->numberOfContours; in Glyph() local 889 if (unlikely (num_contours == 0)) type = EMPTY; in Glyph() 890 else if (num_contours > 0) type = SIMPLE; in Glyph()
|
/third_party/skia/third_party/externals/freetype/src/sdf/ |
H A D | ftsdf.c | 1319 FT_UInt num_contours = 0; in sdf_shape_dump() local 1346 FT_TRACE5(( " Contour %d\n", num_contours )); in sdf_shape_dump() 1393 num_contours++; in sdf_shape_dump() 1398 FT_TRACE5(( " total number of contours = %d\n", num_contours )); in sdf_shape_dump() 3499 FT_Int num_contours; /* total number of contours */ in sdf_generate_with_overlaps() local 3534 num_contours = 0; in sdf_generate_with_overlaps() 3539 num_contours++; in sdf_generate_with_overlaps() 3545 (FT_UInt)num_contours * sizeof ( *bitmaps ) ) ) in sdf_generate_with_overlaps() 3550 (FT_UInt)num_contours * sizeof ( *orientations ) ) ) in sdf_generate_with_overlaps() 3556 for ( i = 0; i < num_contours; in sdf_generate_with_overlaps() [all...] |
/third_party/skia/third_party/externals/freetype/src/autofit/ |
H A D | afhints.c | 421 AF_Point* climit = contour + hints->num_contours; in af_glyph_hints_dump_points() 834 hints->num_contours = 0; in af_glyph_hints_done() 874 hints->num_contours = 0; in FT_LOCAL_DEF() 936 hints->num_contours = outline->n_contours; in FT_LOCAL_DEF() 1040 AF_Point* contour_limit = contour + hints->num_contours; in FT_LOCAL_DEF() 1068 AF_Point* contour_limit = hints->contours + hints->num_contours; in FT_LOCAL_DEF() 1669 AF_Point* contour_limit = contour + hints->num_contours; in af_glyph_hints_align_weak_points()
|
H A D | afhints.h | 355 FT_Int num_contours; /* number of used contours */ member
|
H A D | aflatin.c | 1542 AF_Point* contour_limit = contour + hints->num_contours; in FT_LOCAL_DEF()
|
/third_party/skia/third_party/externals/freetype/src/pshinter/ |
H A D | pshalgo.c | 932 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_inflections() 1047 glyph->num_contours = 0; in psh_glyph_done() 1175 glyph->num_contours = (FT_UInt)outline->n_contours; in psh_glyph_init() 1183 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_init() 1295 for ( n = 0; n < glyph->num_contours; n++ ) in psh_glyph_compute_extrema() 1922 FT_UInt num_contours = glyph->num_contours; in psh_glyph_interpolate_other_points() local 1925 for ( ; num_contours > 0; num_contours--, contour++ ) in psh_glyph_interpolate_other_points()
|
H A D | pshalgo.h | 188 FT_UInt num_contours; member
|
/third_party/mesa3d/src/imgui/ |
H A D | imstb_truetype.h | 3458 static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num_verts, float objspace_flatness, int **contour_lengths, int *num_contours, void *userdata) 3471 *num_contours = n; 3477 *num_contours = 0; 3531 *num_contours = 0;
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imstb_truetype.h | 3458 static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num_verts, float objspace_flatness, int **contour_lengths, int *num_contours, void *userdata) 3471 *num_contours = n; 3477 *num_contours = 0; 3531 *num_contours = 0;
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 12135 float objspace_flatness, int **contour_lengths, int *num_contours, in nk_tt_FlattenCurves() 12151 *num_contours = n; in nk_tt_FlattenCurves() 12157 *num_contours = 0; in nk_tt_FlattenCurves() 12208 *num_contours = 0; in nk_tt_FlattenCurves() 12134 nk_tt_FlattenCurves(struct nk_tt_vertex *vertices, int num_verts, float objspace_flatness, int **contour_lengths, int *num_contours, struct nk_allocator *alloc) nk_tt_FlattenCurves() argument
|