Searched refs:orig_points (Results 1 – 2 of 2) sorted by relevance
553 contour_point_vector_t orig_points; in apply_deltas_to_points() local554 orig_points.resize (points.length); in apply_deltas_to_points()555 for (unsigned int i = 0; i < orig_points.length; i++) in apply_deltas_to_points()556 orig_points[i] = points[i]; in apply_deltas_to_points()647 … deltas[i].x = infer_delta<x_getter> (orig_points.as_array (), deltas.as_array (), i, prev, next); in apply_deltas_to_points()648 … deltas[i].y = infer_delta<y_getter> (orig_points.as_array (), deltas.as_array (), i, prev, next); in apply_deltas_to_points()
1064 FT_Vector* orig_points = outline->points; in TT_Process_Simple_Glyph() local1076 outline->points = orig_points; in TT_Process_Simple_Glyph()