Lines Matching refs:width
54 int width, int height)
58 int ipextra = bytesBetweenInputLines - width * 3;
65 opLineEnd = op + width*3;
93 int width, int height)
97 int ipextra = bytesBetweenInputLines - width*3;
106 opLineEnd = op+3*width;
145 int width, int height)
149 int ipextra = bytesBetweenInputLines - width*3;
155 opLineEnd = op + width;
178 int width, int height)
182 int ipextra = bytesBetweenInputLines - width*3;
191 opLineEnd = &op[width];
215 int width, int height)
219 int ipextra = bytesBetweenInputLines / sizeof(IN_T) - width;
224 opLineEnd = op + width * 3;
247 int width, int height)
251 int ipextra = bytesBetweenInputLines / sizeof(IN_T) - width;
259 opLineEnd = op+3*width;