Home | History | Annotate | Download | only in Modules

Lines Matching refs:ysize

90     int xsize, ysize, zsize;
117 ysize = image->ysize;
133 rv = PyString_FromStringAndSize((char *)NULL, xsize*ysize*zsize);
142 yfirst = ysize-1;
147 ylast = ysize;
216 xscale(IMAGE *image, int xsize, int ysize, int zsize,
222 glob_ysize = ysize;
225 filterzoom(xs_get, xs_put_c, xsize, ysize,
229 filterzoom(xs_get, xs_put_0, xsize, ysize,
232 filterzoom(xs_get, xs_put_12, xsize, ysize,
235 filterzoom(xs_get, xs_put_12, xsize, ysize,
246 int xsize, ysize, zsize;
306 ysize = image->ysize;
329 yfac = (float)ysize/(float)ywtd;
335 xscale(image, xsize, ysize, zsize,
387 rv = Py_BuildValue("(iii)", image->xsize, image->ysize, image->zsize);
397 int xsize, ysize, zsize, len;
408 &fname, &cdatap, &len, &xsize, &ysize, &zsize) )
416 if ( len != xsize * ysize * (zsize == 1 ? 1 : 4) ) {
428 image =iopen(fname, "w", RLE(1), 3, xsize, ysize, zsize);
443 yfirst = ysize-1;
448 ylast = ysize;