Home | History | Annotate | Download | only in framebuffer

Lines Matching refs:stride

35     int stride;
98 fb->stride = fi.line_length / bytes_per_pixel;
106 fb->stride = fi.line_length / bytes_per_pixel;
210 int stride = fi.line_length / (vi.bits_per_pixel >> 3);
217 loc[i + j*(stride)] = red;
219 loc32[i + j*(stride)] = red32;
222 loc[i + j*(stride)] = green;
224 loc32[i + j*(stride)] = green32;
230 loc[i + j*(stride)] = blue;
232 loc32[i + j*(stride)] = blue32;
235 loc[i + j*(stride)] = white;
237 loc32[i + j*(stride)] = white32;
245 int stride = fi.line_length / (vi.bits_per_pixel >> 3);
252 loc[i + j*(stride)] = black;
254 loc32[i + j*(stride)] = black32;