Searched defs:src_h (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/ext/gd/libgd/
H A Dgd_interpolation.c1393 const int src_h = gdImageSY(src); local
1395 const gdFixed f_dy = gd_ftofx((float)src_h / (float)new_height);
1496 if ((m >= src_h - 1) || (n < 1)) {
1504 if (m >= src_h - 1) {
1512 if ((m >= src_h-1) || (n >= src_w-1)) {
1520 if ((m >= src_h - 1) || (n >= src_w - 2)) {
1528 if ((m >= src_h - 2) || (n < 1)) {
1536 if (m >= src_h - 2) {
1544 if ((m >= src_h - 2) || (n >= src_w - 1)) {
1552 if ((m >= src_h
1661 const int src_h = gdImageSY(src); local
1718 const int src_h = gdImageSY(src); local
1787 const unsigned int src_h = gdImageSY(src); local
1909 const int src_h = gdImageSY(src); local
[all...]

Completed in 9 milliseconds