Home
last modified time | relevance | path

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

/PHP-8.1/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-8.1/ext/gd/tests/
H A Dbug79615.phpt7 $im = imagecreate(3, 3); // 3x3, 9 colors, 4 bits per pixel
H A Dbug75124.phpt23 echo "non grayscale pixel detected\n";
H A Dimagecopyresampled_variation1.phpt37 echo 'different pixel values', PHP_EOL;
H A Davif_decode_encode.phpt50 // Note we could also forgive a certain number of pixel differences.
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic9217 >392 lelong x %d bits/pixel
18413 # Determine the pixel format.
18420 # RGB pixel format
19105 # PVR3 pixel formats.
19106 0 name pvr3-pixel-format
19165 >>0x08 use pvr3-pixel-format
19184 >>0x08 use pvr3-pixel-format
19202 # XPR pixel formats.
19203 0 name xbox-xpr-pixel-format
19262 >>0x19 use xbox-xpr-pixel-format
[all …]
H A Dmagic私はガラスを食べられます9217 >392 lelong x %d bits/pixel
18413 # Determine the pixel format.
18420 # RGB pixel format
19105 # PVR3 pixel formats.
19106 0 name pvr3-pixel-format
19165 >>0x08 use pvr3-pixel-format
19184 >>0x08 use pvr3-pixel-format
19202 # XPR pixel formats.
19203 0 name xbox-xpr-pixel-format
19262 >>0x19 use xbox-xpr-pixel-format
[all …]

Completed in 196 milliseconds