Lines Matching defs:width
1035 int width = params->pixels_per_line;
1050 off1 = width / 8; /* only middle 3/4 */
1051 off2 = width - off1;
1052 n = width - 2 * off1;
1055 wh = width;
1057 src += (height - 1) * width;
1064 src = dist_map + (off1 * width); /* first column */
1065 inc = width;
1068 src += width - 1; /* last column */
1103 edges[3] = width - edges[3];