Home
last modified time | relevance | path

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

/php-src/ext/gd/libgd/
H A Dgdft.c135 int pixel; /* key */ member
144 int pixel; /* key */ member
589 int pixel, npixel, bg, fg; local
593 pixel = a->pixel = b->pixel;
600 if ((pixel + pixel) >= NUMCOLORS) {
606 npixel = NUMCOLORS - pixel;
637 unsigned char *pixel = NULL; local
750 pixel = &im->pixels[y][x];
755 *pixel = (fg < 0) ? -fg : fg;
758 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-src/ext/gd/tests/
H A Dbug79615.phpt7 $im = imagecreate(3, 3); // 3x3, 9 colors, 4 bits per pixel
H A Dbug75124.phpt26 echo "non grayscale pixel detected\n";
H A Dimagecopyresampled_variation1.phpt37 echo 'different pixel values', PHP_EOL;
H A Davif_decode_encode.phpt59 // Note we could also forgive a certain number of pixel differences.
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます10232 >392 lelong x %d bits/pixel
21175 # RGB pixel format
21860 # PVR3 pixel formats.
21861 0 name pvr3-pixel-format
21920 >>0x08 use pvr3-pixel-format
21939 >>0x08 use pvr3-pixel-format
21957 # XPR pixel formats.
21958 0 name xbox-xpr-pixel-format
22222 0 name godot-pixel-format
22332 >>16 use godot-pixel-format
[all …]
H A Dmagic10232 >392 lelong x %d bits/pixel
21175 # RGB pixel format
21860 # PVR3 pixel formats.
21861 0 name pvr3-pixel-format
21920 >>0x08 use pvr3-pixel-format
21939 >>0x08 use pvr3-pixel-format
21957 # XPR pixel formats.
21958 0 name xbox-xpr-pixel-format
22222 0 name godot-pixel-format
22332 >>16 use godot-pixel-format
[all …]

Completed in 238 milliseconds