Home | History | Annotate | Download | only in autofit

Lines Matching refs:points

199     /* bottom-most points (depending on `AF_IS_TOP_BLUE')                 */
221 FT_Vector* points;
237 points = glyph->outline.points;
258 /* In some fonts, they correspond to mark attachment points */
266 if ( best_point < 0 || points[pp].y > best_y )
269 best_y = points[pp].y;
275 if ( best_point < 0 || points[pp].y < best_y )
278 best_y = points[pp].y;
293 /* lies, then inspect its previous and next points */
299 /* now look for the previous and next points that are not on the */
309 dist = points[prev].y - best_y;
323 dist = points[next].y - best_y;
703 AF_Point point = hints->points;
715 AF_Point point = hints->points;
805 /* on-curve points. */