Searched refs:bgcolor (Results 1 – 8 of 8) sorted by relevance
/PHP-5.5/ext/tidy/tests/ |
H A D | 010.phpt | 21 <body bgcolor="#FFFFFF" alink="#000000"> 45 <body bgcolor="#FFFFFF" alink="#000000"> 114 string(49) "<body bgcolor="#FFFFFF" alink="#000000"> 131 ["bgcolor"]=> 145 string(49) "<body bgcolor="#FFFFFF" alink="#000000"> 162 ["bgcolor"]=> 176 <body bgcolor="#FFFFFF" alink="#000000"> 245 string(49) "<body bgcolor="#FFFFFF" alink="#000000"> 262 ["bgcolor"]=>
|
H A D | 011.phpt | 16 ["bgcolor"]=> 21 Attrib 'bgcolor': #FFFFFF
|
H A D | 012.phpt | 105 string(80) "<body bgcolor="#FFFFFF" alink="#000000"> 123 ["bgcolor"]=>
|
/PHP-5.5/ext/gd/tests/ |
H A D | bug39508.phpt | 10 $bgcolor = imagecolorallocatealpha($im,255, 255, 0, 0); 11 imagefill($im,0,0,$bgcolor);
|
/PHP-5.5/ext/gd/libgd/ |
H A D | gdft.c | 135 int bgcolor; /* key */ member 144 int bgcolor; /* key */ member 530 …return (a->pixel == b->pixel && a->bgcolor == b->bgcolor && a->fgcolor == b->fgcolor && a->im == b… 551 bg = a->bgcolor = b->bgcolor; 706 tc_key.bgcolor = *pixel;
|
H A D | gd_interpolation.c | 2186 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor) in gdImageRotateInterpolated() argument 2190 if (bgcolor < 0) { in gdImageRotateInterpolated() 2198 if (bgcolor < gdMaxColors) { in gdImageRotateInterpolated() 2199 …bgcolor = gdTrueColorAlpha(src->red[bgcolor], src->green[bgcolor], src->blue[bgcolor], src->alpha… in gdImageRotateInterpolated() 2220 return gdImageRotateNearestNeighbour(src, angle, bgcolor); in gdImageRotateInterpolated() 2224 return gdImageRotateBilinear(src, angle, bgcolor); in gdImageRotateInterpolated() 2228 return gdImageRotateBicubicFixed(src, angle, bgcolor); in gdImageRotateInterpolated() 2232 return gdImageRotateGeneric(src, angle, bgcolor); in gdImageRotateInterpolated()
|
H A D | gd.h | 697 gdImagePtr gdImageRotateInterpolated(const gdImagePtr src, const float angle, int bgcolor);
|
/PHP-5.5/ |
H A D | NEWS | 1744 . Fixed #65070 (bgcolor does not use the same format as the input image with
|
Completed in 62 milliseconds