Searched refs:fg (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/ext/gd/libgd/ |
H A D | gd_wbmp.c | 85 static int _gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out); 96 void gdImageWBMPCtx (gdImagePtr image, int fg, gdIOCtx * out) in gdImageWBMPCtx() argument 98 _gdImageWBMPCtx(image, fg, out); in gdImageWBMPCtx() 102 static int _gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out) in _gdImageWBMPCtx() argument 117 if (gdImageGetPixel (image, x, y) == fg) { in _gdImageWBMPCtx() 205 void gdImageWBMP (gdImagePtr im, int fg, FILE * outFile) in gdImageWBMP() argument 208 gdImageWBMPCtx(im, fg, out); in gdImageWBMP() 215 void * gdImageWBMPPtr (gdImagePtr im, int *size, int fg) in gdImageWBMPPtr() argument 219 if (!_gdImageWBMPCtx(im, fg, out)) { in gdImageWBMPPtr()
|
H A D | gdft.c | 589 int pixel, npixel, bg, fg; local 595 fg = a->fgcolor = b->fgcolor; 599 if (fg < 0) { 601 a->tweencolor = -fg; 615 gdTrueColorGetRed(fg), 646 tc_key.fgcolor = fg; 691 if (fg < 0) { 693 *tpixel = -fg; 755 *pixel = (fg < 0) ? -fg : fg; 845 int render = (im && (im->trueColor || (fg <= 255 && fg >= -255))); [all …]
|
H A D | gd_xbm.c | 177 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out) in gdImageXbmCtx() argument 213 if (gdImageGetPixel(image, x, y) == fg) { in gdImageXbmCtx()
|
H A D | gd.h | 405 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out); 466 char *gdImageStringTTF(gdImage *im, int *brect, int fg, char *fontlist, 470 char *gdImageStringFT(gdImage *im, int *brect, int fg, char *fontlist, 497 gdImageStringFTEx(gdImage * im, int *brect, int fg, char * fontlist, 607 void gdImageWBMP(gdImagePtr image, int fg, FILE *out); 608 void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out); 615 void *gdImageWBMPPtr(gdImagePtr im, int *size, int fg);
|
/PHP-8.2/ext/pspell/tests/ |
H A D | wordlist.txt | 3 fg
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_encode_numericentity.phpt | 15 echo "3: " . mb_encode_numericentity('aŒbœcŠdše€fg', $convmap, "UTF-8") . "\n"; 22 echo "5: " . mb_encode_numericentity('aŒbœcŠdše€fg', $convmap, "UTF-8") . "\n"; 73 3: aŒbœcŠdše€fg
|
H A D | mb_decode_numericentity.phpt | 35 $str3 = 'aŒbœcŠdše€fg'; 170 3: aŒbœcŠdše€fg
|
/PHP-8.2/ext/standard/tests/math/ |
H A D | base_convert_improvements.phpt | 18 echo base_convert('fg', 16, 10);
|
/PHP-8.2/ext/standard/tests/url/ |
H A D | base64_encode_basic_001.phpt | 147 0x7E: fg==
|
Completed in 25 milliseconds