Home
last modified time | relevance | path

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

/PHP-5.3/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.3/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.3/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.3/ext/gd/libgd/
H A Dgd.c1756 void gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int color) in gdImageFillToBorder() argument
1763 if (border < 0) { in gdImageFillToBorder()
1779 if (gdImageGetPixel(im, i, y) == border) { in gdImageFillToBorder()
1792 if (gdImageGetPixel(im, i, y) == border) { in gdImageFillToBorder()
1805 if ((c != border) && (c != color)) { in gdImageFillToBorder()
1806 gdImageFillToBorder(im, i, y - 1, border, color); in gdImageFillToBorder()
1809 } else if ((c == border) || (c == color)) { in gdImageFillToBorder()
1822 if ((c != border) && (c != color)) { in gdImageFillToBorder()
1823 gdImageFillToBorder(im, i, y + 1, border, color); in gdImageFillToBorder()
1826 } else if ((c == border) || (c == color)) { in gdImageFillToBorder()
H A Dgd.h544 void gdImageFillToBorder(gdImagePtr im, int x, int y, int border, int color);
/PHP-5.3/ext/gd/
H A Dgd.c587 ZEND_ARG_INFO(0, border)
3321 long x, y, border, col; in PHP_FUNCTION() local
3324 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rllll", &IM, &x, &y, &border, &col) == FAILU… in PHP_FUNCTION()
3329 gdImageFillToBorder(im, x, y, border, col); in PHP_FUNCTION()
/PHP-5.3/
H A DNEWS3206 - Fixed bug #45928 (large scripts from stdin are stripped at 16K border).

Completed in 56 milliseconds