Searched refs:width_in_bytes (Results 1 – 2 of 2) sorted by relevance
39 int width_in_bytes; in fc_rasops() local43 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() local115 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()
872 int width_in_bytes = wi * bpp; in omapfb_rectfill() local884 (((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() local935 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()