Home | History | Annotate | Download | only in truetype

Lines Matching refs:points_org

1841     FT_Vector*  points_org = NULL;
1873 if ( FT_NEW_ARRAY( points_org, n_points ) ||
1927 points_org[j] = outline->points[j];
2061 points_out[j] = points_org[j];
2082 points_org,
2089 FT_Pos delta_x = points_out[j].x - points_org[j].x;
2090 FT_Pos delta_y = points_out[j].y - points_org[j].y;
2138 FT_FREE( points_org );