Home
last modified time | relevance | path

Searched refs:check_multiply_size (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Modules/
Dimageop.c47 check_multiply_size(int product, int x, const char* xname, int y, const char* yname, int size) in check_multiply_size() function
69 return check_multiply_size(product, x, "x", y, "y", 1); in check_multiply()
136 if ( !check_multiply_size(len, x, "x", y, "y", size) ) in imageop_crop()
143 …if ( !check_multiply_size(nlen, abs(newx2-newx1)+1, "abs(newx2-newx1)+1", abs(newy2-newy1)+1, "abs… in imageop_crop()
192 if ( !check_multiply_size(len, x, "x", y, "y", size) ) in imageop_scale()
195 if ( !check_multiply_size(nlen, newx, "newx", newy, "newy", size) ) in imageop_scale()
238 if ( !check_multiply_size(len, maxx, "max", maxy, "maxy", width) ) in imageop_tovideo()
596 if ( !check_multiply_size(len, x, "x", y, "y", 4) ) in imageop_rgb2rgb8()
643 if ( !check_multiply_size(nlen, x, "x", y, "y", 4) ) in imageop_rgb82rgb()
690 if ( !check_multiply_size(len, x, "x", y, "y", 4) ) in imageop_rgb2grey()
[all …]