Home | History | Annotate | Download | only in rasops

Lines Matching refs:ri_stride

314 	if (ri->ri_stride & 3) {
437 ri->ri_yscale = ri->ri_font->fontheight * ri->ri_stride;
445 rasops_memset32(ri->ri_bits, 0, ri->ri_stride * ri->ri_height);
448 ri->ri_stride * ri->ri_height);
469 ri->ri_stride;
479 ri->ri_stride;
481 ri->ri_stride) * 8 / bpp);
726 stride = ri->ri_stride;
807 hp += ri->ri_stride;
809 sp += ri->ri_stride;
810 dp += ri->ri_stride;
1016 bytes = ri->ri_stride;
1035 DELTA(hp, ri->ri_stride, uint32_t *);
1037 DELTA(rp, ri->ri_stride, uint32_t *);
1093 hp += ri->ri_stride;
1095 rp += ri->ri_stride;
1104 * since rp % 3 = 0 or 2 (ri_stride % 4 = 0).
1135 hp += ri->ri_stride;
1137 rp += ri->ri_stride;
1182 DELTA(hp, ri->ri_stride, uint32_t *);
1184 DELTA(rp, ri->ri_stride, uint32_t *);
1472 dp += ri->ri_stride;
1473 sp += ri->ri_stride;
1510 DELTA(rp, ri->ri_stride, uint16_t *);
1596 dp += ri->ri_stride;
1597 sp += ri->ri_stride;
1636 DELTA(rp, ri->ri_stride, uint16_t *);