Searched refs:orig_points (Results 1 – 2 of 2) sorted by relevance
580 contour_point_vector_t orig_points; in apply_deltas_to_points() local581 orig_points.resize (points.length); in apply_deltas_to_points()582 for (unsigned int i = 0; i < orig_points.length; i++) in apply_deltas_to_points()583 orig_points[i] = points[i]; in apply_deltas_to_points()666 … deltas[i].x = infer_delta<x_getter> (orig_points.as_array (), deltas.as_array (), i, prev, next); in apply_deltas_to_points()667 … deltas[i].y = infer_delta<y_getter> (orig_points.as_array (), deltas.as_array (), i, prev, next); in apply_deltas_to_points()
1055 FT_Vector* orig_points = outline->points; in TT_Process_Simple_Glyph() local1067 outline->points = orig_points; in TT_Process_Simple_Glyph()