Home
last modified time | relevance | path

Searched refs:width_in_bytes (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/hpc/
H A Dfontconv.c39 int width_in_bytes; in fc_rasops() local
43 width_in_bytes = (width + 7) / 8; in fc_rasops()
53 n = fread(buf, width_in_bytes, height, ifp); in fc_rasops()
68 for (j = 0; j < width_in_bytes; j++) { in fc_rasops()
98 fprintf(ofp, " %d,\t\t\t\t/* stride */\n", width_in_bytes); in fc_rasops()
111 int width_in_bytes; in fc_rcons() local
115 width_in_bytes = (width + 7) / 8; in fc_rcons()
123 n = fread(buf, width_in_bytes, height, ifp); in fc_rcons()
139 for (j = 0; j < width_in_bytes; j++) { in fc_rcons()
/netbsd-src/sys/arch/arm/ti/
H A Domap3_dss.c872 int width_in_bytes = wi * bpp; in omapfb_rectfill() local
884 (((daddr | width_in_bytes) & 3) == 0)) { in omapfb_rectfill()
913 (sc->sc_stride - width_in_bytes) + 1); in omapfb_rectfill()
925 int width_in_bytes = wi * bpp; in omapfb_bitblt() local
935 vstep = 1 - (sc->sc_stride + width_in_bytes); in omapfb_bitblt()
939 vstep = (sc->sc_stride - width_in_bytes) + 1; in omapfb_bitblt()
953 if (((saddr | daddr | width_in_bytes) & 3) == 0) { in omapfb_bitblt()