Searched refs:contour (Results 1 – 6 of 6) sorted by relevance
688 AF_Point* contour = hints->contours; in af_glyph_hints_reload() local689 AF_Point* contour_limit = contour + hints->num_contours; in af_glyph_hints_reload()694 for ( ; contour < contour_limit; contour++, end++ ) in af_glyph_hints_reload()696 contour[0] = points + idx; in af_glyph_hints_reload()1206 AF_Point* contour = hints->contours; in af_glyph_hints_align_weak_points() local1207 AF_Point* contour_limit = contour + hints->num_contours; in af_glyph_hints_align_weak_points()1237 for ( ; contour < contour_limit; contour++ ) in af_glyph_hints_align_weak_points()1242 point = *contour; in af_glyph_hints_align_weak_points()
715 AF_Point* contour = hints->contours; in af_latin2_hints_compute_segments() local716 AF_Point* contour_limit = contour + hints->num_contours; in af_latin2_hints_compute_segments()756 for ( ; contour < contour_limit; contour++ ) in af_latin2_hints_compute_segments()758 AF_Point point = contour[0]; in af_latin2_hints_compute_segments()
1131 AF_Point* contour = hints->contours; in af_latin_hints_compute_segments() local1132 AF_Point* contour_limit = contour + hints->num_contours; in af_latin_hints_compute_segments()1172 for ( ; contour < contour_limit; contour++ ) in af_latin_hints_compute_segments()1174 AF_Point point = contour[0]; in af_latin_hints_compute_segments()
1283 PSH_Contour contour = glyph->contours; in psh_glyph_init() local1295 contour->start = points + first; in psh_glyph_init()1296 contour->count = (FT_UInt)count; in psh_glyph_init()1303 point->contour = contour; in psh_glyph_init()1310 point->contour = contour; in psh_glyph_init()1315 contour++; in psh_glyph_init()2037 PSH_Contour contour = glyph->contours; in psh_glyph_interpolate_other_points() local2041 for ( ; num_contours > 0; num_contours--, contour++ ) in psh_glyph_interpolate_other_points()2043 PSH_Point start = contour->start; in psh_glyph_interpolate_other_points()2049 next = start + contour->count; in psh_glyph_interpolate_other_points()
165 PSH_Contour contour; member
6035 FT_Short contour, bounds; in Ins_SHC() local6039 contour = (FT_UShort)args[0]; in Ins_SHC()6042 if ( BOUNDS( contour, bounds ) ) in Ins_SHC()6052 if ( contour == 0 ) in Ins_SHC()6055 start = (FT_UShort)( CUR.zp2.contours[contour - 1] + 1 - in Ins_SHC()6062 limit = (FT_UShort)( CUR.zp2.contours[contour] - in Ins_SHC()7387 FT_Short contour; /* current contour */ in Ins_IUP() local7412 contour = 0; in Ins_IUP()7427 end_point = CUR.pts.contours[contour] - CUR.pts.first_point; in Ins_IUP()7476 contour++; in Ins_IUP()[all …]
Completed in 26 milliseconds