Home
last modified time | relevance | path

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

/PHP-5.5/ext/gd/tests/
H A Dimagefilltoborder_basic.phpt18 // Draw an ellipse to fill with a black border
21 // Fill border
H A Dimagefilltoborder_error7.phpt18 // Draw an ellipse to fill with a black border
21 // Try to fill border
H A Dimagefilltoborder_error1.phpt18 // Draw an ellipse to fill with a black border
21 // Try to fill border
H A Dimagefilltoborder_error4.phpt18 // Draw an ellipse to fill with a black border
21 // Try to fill border
H A Dimagefilltoborder_error5.phpt18 // Draw an ellipse to fill with a black border
21 // Try to fill border
H A Dimagefilltoborder_error2.phpt18 // Draw an ellipse to fill with a black border
21 // Try to fill border
H A Dimagefilltoborder_error3.phpt18 // Draw an ellipse to fill with a black border
21 // Try to fill border
H A Dimagefilltoborder_error6.phpt18 // Draw an ellipse to fill with a black border
21 // Try to fill border
/PHP-5.5/ext/phar/tests/
H A Dphpinfo_004.phpt28 <table border="0" cellpadding="3" width="600">
40 <table border="0" cellpadding="3" width="600">
44 <table border="0" cellpadding="3" width="600">
52 <table border="0" cellpadding="3" width="600">
64 <table border="0" cellpadding="3" width="600">
68 <table border="0" cellpadding="3" width="600">
/PHP-5.5/ext/gd/libgd/
H A Dgd_interpolation.c653 register int border = 0; in getPixelOverflowTC() local
656 border = im->tpixels[0][im->cx1]; in getPixelOverflowTC()
661 border = im->tpixels[0][im->cx1]; in getPixelOverflowTC()
676 border = im->tpixels[y][im->cx1]; in getPixelOverflowTC()
685 if (border == im->transparent) { in getPixelOverflowTC()
688 …return gdTrueColorAlpha(gdTrueColorGetRed(border), gdTrueColorGetGreen(border), gdTrueColorGetBlue… in getPixelOverflowTC()
704 register int border = 0; in getPixelOverflowPalette() local
735 if (border == im->transparent) { in getPixelOverflowPalette()
1193 register int border = 0; in getPixelOverflowColorTC() local
1224 if (border == im->transparent) { in getPixelOverflowColorTC()
[all …]
H A Dgd.c1767 void gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int color) in gdImageFillToBorder() argument
1774 if (border < 0) { in gdImageFillToBorder()
1794 if (gdImageGetPixel(im, i, y) == border) { in gdImageFillToBorder()
1807 if (gdImageGetPixel(im, i, y) == border) { in gdImageFillToBorder()
1820 if ((c != border) && (c != color)) { in gdImageFillToBorder()
1821 gdImageFillToBorder(im, i, y - 1, border, color); in gdImageFillToBorder()
1824 } else if ((c == border) || (c == color)) { in gdImageFillToBorder()
1837 if ((c != border) && (c != color)) { in gdImageFillToBorder()
1838 gdImageFillToBorder(im, i, y + 1, border, color); in gdImageFillToBorder()
1841 } else if ((c == border) || (c == color)) { in gdImageFillToBorder()
H A Dgd.h668 void gdImageFillToBorder(gdImagePtr im, int x, int y, int border, int color);
/PHP-5.5/ext/exif/
H A Dtest.txt233 <table border='1' cellspacing='0' cellpadding='3' summary="EXIF headernames">
257 echo "<table border='1' cellspacing='0' cellpadding='3' summary='function results'>\n";
258 $tab2 = "";//"<table border='1' cellspacing='0' cellpadding='3' summary='EXIF information'>\n";
/PHP-5.5/ext/gd/
H A Dgd.c544 ZEND_ARG_INFO(0, border)
3222 long x, y, border, col; in PHP_FUNCTION() local
3225 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rllll", &IM, &x, &y, &border, &col) == FAILU… in PHP_FUNCTION()
3230 gdImageFillToBorder(im, x, y, border, col); in PHP_FUNCTION()
/PHP-5.5/
H A DNEWS6256 - Fixed bug #45928 (large scripts from stdin are stripped at 16K border).

Completed in 143 milliseconds