Home
last modified time | relevance | path

Searched refs:fg (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/ext/gd/libgd/
H A Dgd_wbmp.c85 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 Dgdft.c579 int pixel, npixel, bg, fg; local
585 fg = a->fgcolor = b->fgcolor;
589 if (fg < 0) {
591 a->tweencolor = -fg;
605 gdTrueColorGetRed(fg),
636 tc_key.fgcolor = fg;
681 if (fg < 0) {
683 *tpixel = -fg;
745 *pixel = (fg < 0) ? -fg : fg;
835 int render = (im && (im->trueColor || (fg <= 255 && fg >= -255)));
[all …]
H A Dgd_xbm.c179 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out) in gdImageXbmCtx() argument
215 if (gdImageGetPixel(image, x, y) == fg) { in gdImageXbmCtx()
H A Dgd.h401 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out);
462 char *gdImageStringTTF(gdImage *im, int *brect, int fg, char *fontlist,
466 char *gdImageStringFT(gdImage *im, int *brect, int fg, char *fontlist,
493 gdImageStringFTEx(gdImage * im, int *brect, int fg, char * fontlist,
603 void gdImageWBMP(gdImagePtr image, int fg, FILE *out);
604 void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out);
611 void *gdImageWBMPPtr(gdImagePtr im, int *size, int fg);
/PHP-7.4/ext/mbstring/tests/
H A Dmb_encode_numericentity.phpt17 echo mb_encode_numericentity('aŒbœcŠdše€fg', $convmap, "UTF-8")."\n";
22 a&#338;b&#339;c&#352;d&#353;e&#8364;fg
H A Dmb_decode_numericentity.phpt12 $str3 = 'a&#338;b&#339;c&#352;d&#353;e&#8364;fg';
28 aŒbœcŠdše€fg
/PHP-7.4/ext/pspell/tests/
H A Dwordlist.txt3 fg
/PHP-7.4/ext/standard/tests/math/
H A Dbase_convert_improvements.phpt18 echo base_convert('fg', 16, 10);
/PHP-7.4/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt153 0x7E: fg==

Completed in 23 milliseconds