Home
last modified time | relevance | path

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

/PHP-5.6/ext/gd/tests/
H A Dgithub_bug_215.phpt14 $border = imagecolorallocate( $image, 255, 0, 0 );
18 imagefilltoborder( $image, 0,0, $border+10, $fillcolor);
22 imagefilltoborder( $image, 0,0, -$border, $fillcolor);
27 imagefilltoborder( $image, 0,0, $border, $fillcolor+10);
31 imagefilltoborder( $image, 0,0, $border, -$fillcolor);
36 imagefilltoborder( $image, 0,0, $border+10, $fillcolor+10);
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.6/ext/gd/libgd/
H A Dgd_interpolation.c655 register int border = 0; in getPixelOverflowTC() local
658 border = im->tpixels[0][im->cx1]; in getPixelOverflowTC()
663 border = im->tpixels[0][im->cx1]; in getPixelOverflowTC()
678 border = im->tpixels[y][im->cx1]; in getPixelOverflowTC()
687 if (border == im->transparent) { in getPixelOverflowTC()
690 …return gdTrueColorAlpha(gdTrueColorGetRed(border), gdTrueColorGetGreen(border), gdTrueColorGetBlue… in getPixelOverflowTC()
706 register int border = 0; in getPixelOverflowPalette() local
737 if (border == im->transparent) { in getPixelOverflowPalette()
1209 register int border = 0; in getPixelOverflowColorTC() local
1240 if (border == im->transparent) { in getPixelOverflowColorTC()
[all …]
H A Dgd.c1743 void gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int color) in gdImageFillToBorder() argument
1750 if (border < 0 || color < 0) { in gdImageFillToBorder()
1756 if ((color > (im->colorsTotal - 1)) || (border > (im->colorsTotal - 1)) || (color < 0)) { in gdImageFillToBorder()
1776 if (gdImageGetPixel(im, i, y) == border) { in gdImageFillToBorder()
1789 if (gdImageGetPixel(im, i, y) == border) { in gdImageFillToBorder()
1802 if ((c != border) && (c != color)) { in gdImageFillToBorder()
1803 gdImageFillToBorder(im, i, y - 1, border, color); in gdImageFillToBorder()
1806 } else if ((c == border) || (c == color)) { in gdImageFillToBorder()
1819 if ((c != border) && (c != color)) { in gdImageFillToBorder()
1820 gdImageFillToBorder(im, i, y + 1, border, color); in gdImageFillToBorder()
[all …]
H A Dgd.h669 void gdImageFillToBorder(gdImagePtr im, int x, int y, int border, int color);
/PHP-5.6/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.6/ext/gd/
H A Dgd.c555 ZEND_ARG_INFO(0, border)
3273 long x, y, border, col; in PHP_FUNCTION() local
3276 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "rllll", &IM, &x, &y, &border, &col) == FAILU… in PHP_FUNCTION()
3281 gdImageFillToBorder(im, x, y, border, col); in PHP_FUNCTION()
/PHP-5.6/
H A DNEWS7834 - Fixed bug #45928 (large scripts from stdin are stripped at 16K border).

Completed in 69 milliseconds