Home
last modified time | relevance | path

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

/PHP-5.3/ext/gd/libgd/
H A Dgd_wbmp.c94 void gdImageWBMPCtx (gdImagePtr image, int fg, gdIOCtx * out) in gdImageWBMPCtx() argument
108 if (gdImageGetPixel (image, x, y) == fg) { in gdImageWBMPCtx()
191 void gdImageWBMP (gdImagePtr im, int fg, FILE * outFile) in gdImageWBMP() argument
194 gdImageWBMPCtx(im, fg, out); in gdImageWBMP()
201 void * gdImageWBMPPtr (gdImagePtr im, int *size, int fg) in gdImageWBMPPtr() argument
205 gdImageWBMPCtx(im, fg, out); in gdImageWBMPPtr()
H A Dgdft.c544 int pixel, npixel, bg, fg; local
550 fg = a->fgcolor = b->fgcolor;
554 if (fg < 0) {
556 a->tweencolor = -fg;
570 gdTrueColorGetRed(fg),
600 tc_key.fgcolor = fg;
643 if (fg < 0) {
645 *tpixel = -fg;
701 *pixel = (fg < 0) ? -fg : fg;
793 int render = (im && (im->trueColor || (fg <= 255 && fg >= -255)));
[all …]
H A Dgd.h281 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out);
341 char *gdImageStringTTF(gdImage *im, int *brect, int fg, char *fontlist,
345 char *gdImageStringFT(gdImage *im, int *brect, int fg, char *fontlist,
371 gdImageStringFTEx(gdImage * im, int *brect, int fg, char * fontlist,
475 void gdImageWBMP(gdImagePtr image, int fg, FILE *out);
476 void gdImageWBMPCtx(gdImagePtr image, int fg, gdIOCtx *out);
483 void *gdImageWBMPPtr(gdImagePtr im, int *size, int fg);
H A Dxbm.c174 void gdImageXbmCtx(gdImagePtr image, char* file_name, int fg, gdIOCtx * out) in gdImageXbmCtx() argument
210 if (gdImageGetPixel(image, x, y) == fg) { in gdImageXbmCtx()
/PHP-5.3/ext/mbstring/tests/
H A Dmb_decode_numericentity.phpt12 $str3 = 'a&#338;b&#339;c&#352;d&#353;e&#8364;fg';
21 aŒbœcŠdše€fg
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
/PHP-5.3/ext/pspell/tests/
H A Dwordlist.txt3 fg
/PHP-5.3/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt153 0x7E: fg==
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dvdbe.c198 int fg = pStack->flags; in hardStringify() local
199 if( fg & MEM_Real ){ in hardStringify()
201 }else if( fg & MEM_Int ){ in hardStringify()
221 int fg = pStack->flags; in hardDynamicify() local
223 if( (fg & MEM_Str)==0 ){ in hardDynamicify()
226 assert( (fg & MEM_Dyn)==0 ); in hardDynamicify()
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput13839 /ab cd (?x) de fg/
3842 /ab cd(?x) de fg/
H A Dtestoutput16269 /ab cd (?x) de fg/
6273 /ab cd(?x) de fg/
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c56593 int fg = pMem->flags;
56597 assert( !(fg&MEM_Zero) );
56598 assert( !(fg&(MEM_Str|MEM_Blob)) );
56599 assert( fg&(MEM_Int|MEM_Real) );
56614 if( fg & MEM_Int ){
56617 assert( fg & MEM_Real );

Completed in 304 milliseconds