Searched refs:tile (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/ |
| H A D | config.guess | 997 tile*:Linux:*:*)
|
| H A D | config.sub | 433 | tile*-* \ 1161 tile*)
|
| /PHP_TRUNK/ext/gd/libgd/ |
| H A D | gd.h | 196 struct gdImageStruct *tile; member in struct:gdImageStruct 700 void gdImageSetTile(gdImagePtr im, gdImagePtr tile);
|
| H A D | gd.c | 144 im->tile = 0; 200 im->tile = 0; 871 gdImagePtr tile = im->tile; local 874 if (!tile) { 877 srcx = x % gdImageSX(tile); 878 srcy = y % gdImageSY(tile); 880 p = gdImageGetPixel(tile, srcx, srcy); 881 if (p != gdImageGetTransparent (tile)) { 882 if (!tile 2747 gdImageSetTile(gdImagePtr im, gdImagePtr tile) argument [all...] |
| /PHP_TRUNK/ext/gd/ |
| H A D | gd.c | 287 ZEND_ARG_INFO(0, tile) 2103 /* {{{ proto bool imagesettile(resource image, resource tile) 2104 Set the tile image to $tile when filling $image with the "IMG_COLOR_TILED" color */ 2108 gdImagePtr im, tile; local 2115 ZEND_FETCH_RESOURCE(tile, gdImagePtr, &TILE, -1, "Image", le_gd); 2117 gdImageSetTile(im, tile); 2128 gdImagePtr im, tile; local 2135 ZEND_FETCH_RESOURCE(tile, gdImagePtr, &TILE, -1, "Image", le_gd); 2137 gdImageSetBrush(im, tile); [all...] |
Completed in 15 milliseconds