Home
last modified time | relevance | path

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

/PHP-8.4/ext/gd/tests/
H A Dgithub_bug_215.phpt15 $border = imagecolorallocate( $image, 255, 0, 0 );
19 imagefilltoborder( $image, 0,0, $border+10, $fillcolor);
23 imagefilltoborder( $image, 0,0, -$border, $fillcolor);
28 imagefilltoborder( $image, 0,0, $border, $fillcolor+10);
32 imagefilltoborder( $image, 0,0, $border, -$fillcolor);
37 imagefilltoborder( $image, 0,0, $border+10, $fillcolor+10);
H A Dimagefilltoborder_basic.phpt22 // Draw an ellipse to fill with a black border
25 // Fill border
H A Dbug73281.phpt2 Bug #73281 (imagescale(…, IMG_BILINEAR_FIXED) can cause black border)
H A Dbug79676.phpt2 Bug #79676 (imagescale adds black border with IMG_BICUBIC)
/PHP-8.4/ext/pcre/tests/
H A Dbug78338.phpt2 Bug #78338 (Array cross-border reading in PCRE)
/PHP-8.4/ext/gd/libgd/
H A Dgd.c1856 void gdImageFillToBorder (gdImagePtr im, int x, int y, int border, int color) in gdImageFillToBorder() argument
1863 if (border < 0 || color < 0) { in gdImageFillToBorder()
1869 if ((color > (im->colorsTotal - 1)) || (border > (im->colorsTotal - 1)) || (color < 0)) { in gdImageFillToBorder()
1889 if (gdImageGetPixel(im, i, y) == border) { in gdImageFillToBorder()
1902 if (gdImageGetPixel(im, i, y) == border) { in gdImageFillToBorder()
1915 if ((c != border) && (c != color)) { in gdImageFillToBorder()
1916 gdImageFillToBorder(im, i, y - 1, border, color); in gdImageFillToBorder()
1919 } else if ((c == border) || (c == color)) { in gdImageFillToBorder()
1932 if ((c != border) && (c != color)) { in gdImageFillToBorder()
1933 gdImageFillToBorder(im, i, y + 1, border, color); in gdImageFillToBorder()
[all …]
H A Dgd.h697 void gdImageFillToBorder(gdImagePtr im, int x, int y, int border, int color);
/PHP-8.4/Zend/asm/
H A Dmake_i386_ms_pe_masm.asm34 ; EAX might already point to a 16byte border
/PHP-8.4/ext/dom/tests/modern/css_selectors/
H A Dcombinators.phpt28 <table border="1">
/PHP-8.4/ext/dom/lexbor/lexbor/css/
H A Drule.h123 lxb_css_property_border_t *border; member
/PHP-8.4/ext/gd/
H A Dgd.c2714 zend_long x, y, border, col; in PHP_FUNCTION() local
2721 Z_PARAM_LONG(border) in PHP_FUNCTION()
2727 gdImageFillToBorder(im, x, y, border, col); in PHP_FUNCTION()
/PHP-8.4/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt91 border: 5px solid #0083ca;
/PHP-8.4/ext/fileinfo/tests/
H A Dmagic19732 # skip DROID fmt-401-signature-id-618.xwd by test for existing border field
19789 # WindowBorderWidth; Window border width; apparently pixmap_width=WindowWidth+2*WindowBorderWidth
19791 >>>>>96 ubelong >0 \b, %u border
19801 # skip DROID x-fmt-300-signature-id-619.xdm by test existing border field
19825 # WindowBorderWidth; window border width like: 0
19826 >>>36 ubeshort !0 \b, %u border
H A Dmagic私はガラスを食べられます19732 # skip DROID fmt-401-signature-id-618.xwd by test for existing border field
19789 # WindowBorderWidth; Window border width; apparently pixmap_width=WindowWidth+2*WindowBorderWidth
19791 >>>>>96 ubelong >0 \b, %u border
19801 # skip DROID x-fmt-300-signature-id-619.xdm by test existing border field
19825 # WindowBorderWidth; window border width like: 0
19826 >>>36 ubeshort !0 \b, %u border

Completed in 249 milliseconds