Searched refs:ri_stride (Results 1 - 25 of 91) sorted by relevance

1234

/netbsd-current/sys/dev/rasops/
H A Drasops1_putchar_width.h102 DELTA(hp, ri->ri_stride, SUBST_UNIT *);
104 DELTA(rp, ri->ri_stride, SUBST_UNIT *);
119 DELTA(hp, ri->ri_stride, SUBST_UNIT *);
122 DELTA(rp, ri->ri_stride, SUBST_UNIT *);
128 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, SUBST_UNIT *);
130 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
134 DELTA(rp, - ri->ri_stride, SUBST_UNIT *);
137 DELTA(hp, - ri->ri_stride, SUBST_UNIT *);
H A Drasops1-4_putchar.h147 DELTA(hp, ri->ri_stride, uint32_t *);
149 DELTA(rp, ri->ri_stride, uint32_t *);
170 DELTA(hp, ri->ri_stride, uint32_t *);
173 DELTA(rp, ri->ri_stride, uint32_t *);
179 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, uint32_t *);
181 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
185 DELTA(rp, - ri->ri_stride, uint32_t *);
189 DELTA(hp, - ri->ri_stride, uint32_t *);
229 DELTA(hp, ri->ri_stride, uint32_t *);
232 DELTA(rp, ri->ri_stride, uint32_
[all...]
H A Drasops1.c152 DELTA(hp, ri->ri_stride, uint32_t *);
154 DELTA(rp, ri->ri_stride, uint32_t *);
169 DELTA(hp, ri->ri_stride, uint32_t *);
172 DELTA(rp, ri->ri_stride, uint32_t *);
178 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, uint32_t *);
180 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
184 DELTA(rp, - ri->ri_stride, uint32_t *);
188 DELTA(hp, - ri->ri_stride, uint32_t *);
212 DELTA(hp, ri->ri_stride, uint32_t *);
215 DELTA(rp, ri->ri_stride, uint32_
[all...]
H A Drasops_bitops.h101 DELTA(hp, ri->ri_stride, uint32_t *);
104 DELTA(rp, ri->ri_stride, uint32_t *);
135 DELTA(hp, ri->ri_stride, uint32_t *);
138 DELTA(rp, ri->ri_stride, uint32_t *);
177 DELTA(hp, ri->ri_stride, uint32_t *);
179 DELTA(rp, ri->ri_stride, uint32_t *);
207 DELTA(hp, ri->ri_stride, uint32_t *);
210 DELTA(rp, ri->ri_stride, uint32_t *);
282 DELTA(hp, ri->ri_stride, uint32_t *);
284 DELTA(srp, ri->ri_stride, uint32_
[all...]
H A Drasops_putchar_width.h253 DELTA(hp, ri->ri_stride, STAMP_TYPE *);
255 DELTA(rp, ri->ri_stride, STAMP_TYPE *);
264 DELTA(hp, ri->ri_stride, STAMP_TYPE *);
266 DELTA(rp, ri->ri_stride, STAMP_TYPE *);
272 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, STAMP_TYPE *);
274 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
278 DELTA(rp, - ri->ri_stride, STAMP_TYPE *);
281 DELTA(hp, - ri->ri_stride, STAMP_TYPE *);
H A Drasops_putchar.h140 DELTA(hp, ri->ri_stride, PIXEL_TYPE *);
142 DELTA(rp, ri->ri_stride, PIXEL_TYPE *);
192 DELTA(hp, ri->ri_stride, PIXEL_TYPE *);
194 DELTA(rp, ri->ri_stride, PIXEL_TYPE *);
200 DELTA(rp, - ri->ri_stride * ri->ri_ul.off, PIXEL_TYPE *);
202 DELTA(hp, - ri->ri_stride * ri->ri_ul.off,
206 DELTA(rp, - ri->ri_stride, PIXEL_TYPE *);
211 DELTA(hp, - ri->ri_stride, PIXEL_TYPE *);
H A Drasops24.c252 bytes = ri->ri_stride;
283 DELTA(hp, ri->ri_stride, uint32_t *);
286 DELTA(rp, ri->ri_stride, uint32_t *);
387 hp += ri->ri_stride;
390 rp += ri->ri_stride;
H A Drasops.c314 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;
[all...]
/netbsd-current/sys/dev/wscons/
H A Dwsdisplay_util.c69 fbi->fbi_stride = ri->ri_stride;
86 fbi->fbi_fbsize = ri->ri_stride * ri->ri_height;
/netbsd-current/sys/arch/x86/x86/
H A Dgenfb_machdep.c149 ri->ri_stride = fbinfo->stride;
158 ri->ri_bits = kmem_alloc(ri->ri_stride * ri->ri_height,
/netbsd-current/sys/arch/evbmips/gdium/
H A Dgdium_genfb.c77 ri->ri_stride = 0x800;
/netbsd-current/sys/arch/arm/clps711x/
H A Dclpslcd.c167 ri->ri_stride = width * ri->ri_depth / 8/*bits*/;
241 *(int *)data = sc->sc_ri.ri_stride;
253 if (off < 0 || sc->sc_ri.ri_stride * sc->sc_ri.ri_height <= off)
/netbsd-current/sys/arch/luna68k/dev/
H A Domrasops.c570 scanspan = ri->ri_stride;
611 scanspan = ri->ri_stride;
1112 scanspan = ri->ri_stride;
1121 p = (uint8_t *)ri->ri_bits + srcy * ri->ri_stride;
1159 src = (uint8_t *)ri->ri_bits + srcrow * rowheight * ri->ri_stride;
1160 dst = (uint8_t *)ri->ri_bits + dstrow * rowheight * ri->ri_stride;
1170 src += nrows * rowheight * ri->ri_stride - ri->ri_stride;
1171 dst += nrows * rowheight * ri->ri_stride - ri->ri_stride;
[all...]
/netbsd-current/sys/arch/epoc32/windermere/
H A Dwmlcd.c195 ri->ri_stride = width * ri->ri_depth / 8/*bits*/;
269 *(int *)data = sc->sc_ri.ri_stride;
281 if (off < 0 || sc->sc_ri.ri_stride * sc->sc_ri.ri_height <= off)
/netbsd-current/sys/arch/newsmips/apbus/
H A Dxafb.c218 ri->ri_stride = 2048;
263 nwdf->stride = dc->dc_ri.ri_stride;
273 *(u_int *)data = dc->dc_ri.ri_stride;
294 if (offset >= (ri->ri_stride * ri->ri_height) || offset < 0)
/netbsd-current/sys/arch/prep/pci/
H A Dgten.c185 int j = i * ri->ri_stride;
186 int k = (ri->ri_height - i - 1) * gt->gt_ri->ri_stride;
224 ri->ri_stride = 640;
232 memset(ri->ri_bits, 0xff, ri->ri_stride * ri->ri_height);
/netbsd-current/sys/arch/hp300/dev/
H A Dgendiofb.c162 ri->ri_stride = (fb->fbwidth * ri->ri_depth) / 8;
215 *(u_int *)data = fb->ri.ri_stride;
H A Dtvrx.c180 *(u_int *)data = fb->ri.ri_stride;
/netbsd-current/sys/arch/evbppc/virtex/dev/
H A Dtft.c118 sc->sc_sp_info.si_stride = ri->ri_stride;
153 ri->ri_stride = sc->sc_stride;
/netbsd-current/sys/arch/powerpc/oea/
H A Dofw_rascons.c114 int i, screenbytes = ri->ri_stride * ri->ri_height;
258 ri->ri_stride = linebytes;
/netbsd-current/sys/arch/zaurus/dev/
H A Dw100.c264 rinfo->ri_stride = rinfo->ri_width * rinfo->ri_depth / 8;
367 rinfo.ri_stride = width * rinfo.ri_depth / 8;
413 scr->rinfo.ri_stride = scr->rinfo.ri_width * scr->rinfo.ri_depth / 8;
459 *(u_int *)data = scr->rinfo.ri_stride;
501 offset >= scr->rinfo.ri_stride * scr->rinfo.ri_height)
/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_lcd.c651 rinfo->ri_stride = rinfo->ri_width * rinfo->ri_depth / 8;
756 rinfo.ri_stride = width * rinfo.ri_depth / 8;
759 rinfo.ri_stride = width * 4;
814 scr->rinfo.ri_stride = scr->rinfo.ri_width * scr->rinfo.ri_depth / 8;
817 scr->rinfo.ri_stride = scr->rinfo.ri_width * 4;
879 *(u_int *)data = scr->rinfo.ri_stride;
923 offset >= scr->rinfo.ri_stride * scr->rinfo.ri_height)
/netbsd-current/sys/arch/macppc/dev/
H A Dofb.c202 sc->sc_fbsize = round_page(ri->ri_stride * ri->ri_height);
284 gm->gd_fbrowbytes = ms->scr_ri.ri_stride;
290 *(int *)data = ms->scr_ri.ri_stride;
/netbsd-current/sys/dev/pci/
H A Dtga.c333 rip->ri_stride = dc->dc_rowbytes;
1047 srcb = sy * src->ri_stride + sx * (src->ri_depth / 8);
1048 dstb = dy * dst->ri_stride + dx * (dst->ri_depth / 8);
1049 tga_srcb = offset + (sy + src->ri_yorigin) * src->ri_stride +
1051 tga_dstb = offset + (dy + dst->ri_yorigin) * dst->ri_stride +
1056 yend = (h - 1) * dst->ri_stride;
1059 ystart = (h - 1) * dst->ri_stride;
1063 yinc = ydir * dst->ri_stride;
1261 rp = (int32_t *)((uint8_t *)rp + ri->ri_stride);
1266 rp = (int32_t *)((uint8_t *)rp - (ri->ri_stride <<
[all...]
/netbsd-current/sys/arch/evbppc/explora/dev/
H A Dfb_elb.c228 ri->ri_stride = ri->ri_width;
329 *(u_int *)data = ri->ri_stride;
416 s3_fill(fb, 0, row, ri->ri_stride, nrows, (attr >> 16)&0x0f, 0x0f);
443 s3_copy(fb, 0, srcrow, 0, dstrow, ri->ri_stride, nrows, 0x0f);

Completed in 423 milliseconds

1234