Lines Matching refs:stride
45 int32 width, height, stride;
49 RasBuf32(int32 width, int32 height, int32 stride, int32 orgX, int32 orgY, int32 *colors):
50 width(width), height(height), stride(stride), orgX(orgX), orgY(orgY), colors(colors)
57 stride = bmp->BytesPerRow()/4;
67 stride = info->bytes_per_row/4;
80 colors += y*stride + x;
104 dst.stride -= dst.width;
108 dst.colors += dst.stride;
122 dst.colors += dst.stride;
123 src.colors += src.stride;