Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/libgd/
H A Dgd_topal.c360 int width = oim->sx;
379 if ((oim->transparent >= 0) && (*ptr == oim->transparent))
1290 int width = oim->sx;
1332 if ((oim->transparent >= 0) && (oim->transparent == *inptr))
1395 int width = oim->sx;
1442 if ((oim->transparent >= 0) && (*inptr == oim->transparent))
1791 nim = gdImageCreate(oim->sx, oim->sy);
1797 nim = oim;
1803 gdImageCopy(nim, oim, 0, 0, 0, 0, oim->sx, oim->sy);
2015 oim->tpixels = 0;
[all …]

Completed in 13 milliseconds