Lines Matching refs:VGint
41 VGint x, y;
42 VGint width, height;
53 VGint width, VGint height);
57 VGint x, VGint y, VGint width, VGint height);
61 VGint dataStride,
63 VGint x, VGint y,
64 VGint width, VGint height);
68 VGint dataStride,
70 VGint x, VGint y,
71 VGint width, VGint height);
74 VGint x, VGint y,
75 VGint width, VGint height);
77 void image_copy(struct vg_image *dst, VGint dx, VGint dy,
78 struct vg_image *src, VGint sx, VGint sy,
79 VGint width, VGint height,
84 void image_set_pixels(VGint dx, VGint dy,
85 struct vg_image *src, VGint sx, VGint sy,
86 VGint width, VGint height);
87 void image_get_pixels(struct vg_image *dst, VGint dx, VGint dy,
88 VGint sx, VGint sy,
89 VGint width, VGint height);
91 VGint image_bind_samplers(struct vg_image *dst, struct pipe_sampler_state **samplers,
97 VGint image_sampler_filter(struct vg_context *ctx);
100 struct pipe_surface *dst, VGint dx, VGint dy,
101 struct pipe_surface *src, VGint sx, VGint sy,
102 VGint width, VGint height);