HomeSort by: relevance | last modified time | path
    Searched defs:width_in_bytes (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/hpc/
fontconv.c 39 int width_in_bytes; local in function:fc_rasops
43 width_in_bytes = (width + 7) / 8;
53 n = fread(buf, width_in_bytes, height, ifp);
68 for (j = 0; j < width_in_bytes; j++) {
98 fprintf(ofp, " %d,\t\t\t\t/* stride */\n", width_in_bytes);
111 int width_in_bytes; local in function:fc_rcons
115 width_in_bytes = (width + 7) / 8;
123 n = fread(buf, width_in_bytes, height, ifp);
139 for (j = 0; j < width_in_bytes; j++) {
  /src/sys/arch/arm/ti/
omap3_dss.c 873 int width_in_bytes = wi * bpp; local in function:omapfb_rectfill
885 (((daddr | width_in_bytes) & 3) == 0)) {
914 (sc->sc_stride - width_in_bytes) + 1);
926 int width_in_bytes = wi * bpp; local in function:omapfb_bitblt
936 vstep = 1 - (sc->sc_stride + width_in_bytes);
940 vstep = (sc->sc_stride - width_in_bytes) + 1;
954 if (((saddr | daddr | width_in_bytes) & 3) == 0) {

Completed in 28 milliseconds