Searched refs:border (Results 1 – 14 of 14) sorted by relevance
/PHP-5.4/ext/gd/tests/ |
H A D | imagefilltoborder_basic.phpt | 18 // Draw an ellipse to fill with a black border 21 // Fill border
|
H A D | imagefilltoborder_error7.phpt | 18 // Draw an ellipse to fill with a black border 21 // Try to fill border
|
H A D | imagefilltoborder_error1.phpt | 18 // Draw an ellipse to fill with a black border 21 // Try to fill border
|
H A D | imagefilltoborder_error4.phpt | 18 // Draw an ellipse to fill with a black border 21 // Try to fill border
|
H A D | imagefilltoborder_error5.phpt | 18 // Draw an ellipse to fill with a black border 21 // Try to fill border
|
H A D | imagefilltoborder_error2.phpt | 18 // Draw an ellipse to fill with a black border 21 // Try to fill border
|
H A D | imagefilltoborder_error3.phpt | 18 // Draw an ellipse to fill with a black border 21 // Try to fill border
|
H A D | imagefilltoborder_error6.phpt | 18 // Draw an ellipse to fill with a black border 21 // Try to fill border
|
/PHP-5.4/ext/phar/tests/ |
H A D | phpinfo_004.phpt | 28 <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.4/ext/exif/ |
H A D | test.txt | 233 <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.4/ext/gd/libgd/ |
H A D | gd.c | 1756 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 D | gd.h | 549 void gdImageFillToBorder(gdImagePtr im, int x, int y, int border, int color);
|
/PHP-5.4/ext/gd/ |
H A D | gd.c | 601 ZEND_ARG_INFO(0, border) 3363 long x, y, border, col; in PHP_FUNCTION() local 3366 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rllll", &IM, &x, &y, &border, &col) == FAILU… in PHP_FUNCTION() 3371 gdImageFillToBorder(im, x, y, border, col); in PHP_FUNCTION()
|
/PHP-5.4/ |
H A D | NEWS | 5067 - Fixed bug #45928 (large scripts from stdin are stripped at 16K border).
|
Completed in 55 milliseconds