Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/libgd/
H A Dgdft.c135 int pixel; /* key */ member
144 int pixel; /* key */ member
579 int pixel, npixel, bg, fg; local
583 pixel = a->pixel = b->pixel;
590 if ((pixel + pixel) >= NUMCOLORS) {
596 npixel = NUMCOLORS - pixel;
627 unsigned char *pixel = NULL; local
740 pixel = &im->pixels[y][x];
745 *pixel = (fg < 0) ? -fg : fg;
748 tc_key.bgcolor = *pixel;
[all …]
H A Dgd_bmp.c94 int i, row, xpos, pixel; in gdImageBmpCtx() local
236 pixel = gdImageGetPixel(im, xpos, row); in gdImageBmpCtx()
238 Putchar(gdTrueColorGetBlue(pixel), out); in gdImageBmpCtx()
239 Putchar(gdTrueColorGetGreen(pixel), out); in gdImageBmpCtx()
240 Putchar(gdTrueColorGetRed(pixel), out); in gdImageBmpCtx()
296 int pixel = 0, compressed_run = 0, rle_compression = 0; in compress_row() local
307 for (pixel = 0; pixel < length; pixel++) { in compress_row()
330 pixel--; in compress_row()
342 pixel--; in compress_row()
/PHP-7.4/ext/gd/tests/
H A Dbug79615.phpt9 $im = imagecreate(3, 3); // 3x3, 9 colors, 4 bits per pixel
H A Dbug75124.phpt22 echo "non grayscale pixel detected\n";
H A Dimagecopyresampled_variation1.phpt39 echo 'different pixel values', PHP_EOL;
/PHP-7.4/ext/fileinfo/
H A Dmagicdata.patch87 # skip arches.3200 , Finder.Root , Slp.1 by looking for low pixel depth 1 8 15 16 24 32
/PHP-7.4/
H A DUPGRADING288 apply the scatter pixel shifting on.
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます8167 >392 lelong x %d bits/pixel
16705 # Determine the pixel format.
16712 # RGB pixel format
17118 # PVR3 pixel formats.
17119 0 name pvr3-pixel-format
17183 >0x08 use pvr3-pixel-format
17192 # XPR pixel formats.
17193 0 name xbox-xpr-pixel-format
17252 >>0x19 use xbox-xpr-pixel-format
21381 >6 uleshort >1 \b, %d bits/pixel
[all …]
H A Dmagic8167 >392 lelong x %d bits/pixel
16705 # Determine the pixel format.
16712 # RGB pixel format
17118 # PVR3 pixel formats.
17119 0 name pvr3-pixel-format
17183 >0x08 use pvr3-pixel-format
17192 # XPR pixel formats.
17193 0 name xbox-xpr-pixel-format
17252 >>0x19 use xbox-xpr-pixel-format
21381 >6 uleshort >1 \b, %d bits/pixel
[all …]

Completed in 175 milliseconds