HomeSort by: relevance | last modified time | path
    Searched refs:ri_stride (Results 1 - 25 of 94) sorted by relevancy

1 2 3 4

  /src/sys/dev/rasops/
rasops1_putchar_width.h 102 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 *);
rasops1-4_putchar.h 147 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_t *)
    [all...]
rasops1.c 152 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_t *)
    [all...]
rasops_bitops.h 101 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_t *)
    [all...]
rasops_putchar.h 140 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 *);
rasops_putchar_width.h 253 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 *);
rasops24.c 252 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;
rasops.c 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;
    [all...]
  /src/sys/dev/wscons/
wsdisplay_util.c 69 fbi->fbi_stride = ri->ri_stride;
86 fbi->fbi_fbsize = ri->ri_stride * ri->ri_height;
  /src/sys/arch/x86/x86/
genfb_machdep.c 149 ri->ri_stride = fbinfo->stride;
158 ri->ri_bits = kmem_alloc(ri->ri_stride * ri->ri_height,
  /src/sys/arch/evbmips/gdium/
gdium_genfb.c 77 ri->ri_stride = 0x800;
  /src/sys/arch/arm/clps711x/
clpslcd.c 167 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)
  /src/sys/arch/luna68k/dev/
omrasops.c 570 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...]
  /src/sys/arch/epoc32/windermere/
wmlcd.c 195 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)
  /src/sys/arch/newsmips/apbus/
xafb.c 218 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)
  /src/sys/arch/prep/pci/
gten.c 185 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);
  /src/sys/arch/evbppc/virtex/dev/
tft.c 118 sc->sc_sp_info.si_stride = ri->ri_stride;
153 ri->ri_stride = sc->sc_stride;
  /src/sys/arch/powerpc/oea/
ofw_rascons.c 114 int i, screenbytes = ri->ri_stride * ri->ri_height;
258 ri->ri_stride = linebytes;
  /src/sys/arch/hp300/dev/
gendiofb.c 162 ri->ri_stride = (fb->fbwidth * ri->ri_depth) / 8;
215 *(u_int *)data = fb->ri.ri_stride;
topcat.c 458 *(u_int *)data = fb->ri.ri_stride;
638 rp += ri->ri_stride;
654 rp += ri->ri_stride;
672 rp -= ri->ri_stride * ri->ri_ul.off;
  /src/sys/arch/zaurus/dev/
w100.c 264 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)
  /src/sys/arch/arm/xscale/
pxa2x0_lcd.c 651 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)
  /src/sys/arch/macppc/dev/
ofb.c 202 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;
  /src/sys/dev/pci/
tga.c 333 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 << 1))
    [all...]
  /src/sys/arch/evbppc/explora/dev/
fb_elb.c 228 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 22 milliseconds

1 2 3 4