Home
last modified time | relevance | path

Searched refs:contour (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/freetype/src/autofit/
A Dafhints.c688 AF_Point* contour = hints->contours; in af_glyph_hints_reload() local
689 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() local
1207 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()
A Daflatin2.c715 AF_Point* contour = hints->contours; in af_latin2_hints_compute_segments() local
716 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()
A Daflatin.c1131 AF_Point* contour = hints->contours; in af_latin_hints_compute_segments() local
1132 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()
/AliOS-Things-master/components/freetype/src/pshinter/
A Dpshalgo.c1283 PSH_Contour contour = glyph->contours; in psh_glyph_init() local
1295 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() local
2041 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()
A Dpshalgo.h165 PSH_Contour contour; member
/AliOS-Things-master/components/freetype/src/truetype/
A Dttinterp.c6035 FT_Short contour, bounds; in Ins_SHC() local
6039 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() local
7412 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 29 milliseconds