Lines Matching +defs:x1 +defs:p
79 struct path *p, in data_at()
167 static void coords_adjust_by_scale_bias(struct path *p, in coords_adjust_by_scale_bias()
216 struct polygon *p = ((struct polygon **) polyarray->array->data)[i]; in polygon_array_cleanup() local
225 void path_destroy(struct path *p) in path_destroy()
240 VGbitfield path_capabilities(struct path *p) in path_capabilities()
245 void path_set_capabilities(struct path *p, VGbitfield bf) in path_set_capabilities()
250 void path_append_data(struct path *p, in path_append_data()
272 VGint path_num_segments(struct path *p) in path_num_segments()
303 static void convert_path(struct path *p, in convert_path()
345 struct polygon *p = (((struct polygon**)polys->data)[i]); in polygon_array_calculate_bounds() local
360 static struct polygon_array * path_get_fill_polygons(struct path *p, struct matrix *matrix) in path_get_fill_polygons()
365 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; in path_get_fill_polygons() local
627 VGbyte path_datatype_size(struct path *p) in path_datatype_size()
632 VGPathDatatype path_datatype(struct path *p) in path_datatype()
637 VGfloat path_scale(struct path *p) in path_scale()
642 VGfloat path_bias(struct path *p) in path_bias()
647 VGint path_num_coords(struct path *p) in path_num_coords()
653 void path_modify_coords(struct path *p, in path_modify_coords()
677 struct path_for_each_data p; in path_for_each_segment() local
817 static VGboolean transform_cb(struct path *p, in transform_cb()
1027 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; in normalize_coords() local
1058 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; in normalize_coords() local
1088 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; in normalize_coords() local
1217 void path_clear(struct path *p, VGbitfield capabilities) in path_clear()
1229 struct path * path_create_stroke(struct path *p, in path_create_stroke()
1234 VGfloat x0, y0, x1, y1, x2, y2, x3, y3; in path_create_stroke() local
1548 void path_render(struct path *p, VGbitfield paintModes, in path_render()
1594 void path_fill(struct path *p) in path_fill()
1612 void path_stroke(struct path *p) in path_stroke()
1630 void path_move_to(struct path *p, float x, float y) in path_move_to()
1640 void path_line_to(struct path *p, float x, float y) in path_line_to()
1651 void path_cubic_to(struct path *p, float px1, float py1, in path_cubic_to()
1710 void path_bounding_rect(struct path *p, float *x, float *y, in path_bounding_rect()
1795 float path_length(struct path *p, int start_segment, int num_segments) in path_length()
1968 void path_point(struct path *p, VGint start_segment, VGint num_segments, in path_point()
2073 VGboolean path_is_empty(struct path *p) in path_is_empty()