Home | History | Annotate | Download | only in truetype

Lines Matching refs:points_org

1826     FT_Vector*  points_org = NULL;
1857 if ( FT_NEW_ARRAY( points_org, n_points ) ||
2044 points_org[j] = outline->points[j];
2065 points_org,
2073 if ( ( points_org[j].x != outline->points[j].x ) ||
2074 ( points_org[j].y != outline->points[j].y ) )
2078 points_org[j].x,
2079 points_org[j].y,
2113 FT_FREE( points_org );