Home | History | Annotate | Download | only in qxl

Lines Matching refs:stride

64 			int height, int stride)
81 ret = qxl_allocate_chunk(qdev, release, image, sizeof(struct qxl_data_chunk) + stride * height);
111 int stride)
128 chunk_stride = stride; /* TODO: should use linesize, but it renders
145 if (stride == linesize && chunk_stride == stride) {
174 i_data = (void *)data + i * stride;
225 image->u.bitmap.stride = chunk_stride;
239 int depth, int stride)
241 data += y * stride + x * (depth / 8);
243 width, height, depth, 0, stride);