Home
last modified time | relevance | path

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

/PHP-7.2/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.2/ext/gd/tests/
H A Dbug75124.phpt22 echo "non grayscale pixel detected\n";
H A Dbug47946.phpt4 The expected image has black pixel artifacts, what is another issue, though
H A Dimagecopyresampled_variation1.phpt39 echo 'different pixel values', PHP_EOL;
/PHP-7.2/ext/fileinfo/
H A Dmagicdata.patch198 # skip more by looking for pixel size 0Fh 10h 18h 20h
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic6758 >392 lelong x %d bits/pixel
13281 # skip more by looking for pixel size 0Fh 10h 18h 20h
13395 # Denominator of Pixel ratio. 0~no pixel aspect
13856 >12 byte >0 \b, %d bits per pixel
17170 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
17191 # unusual image starting with black pixel
17196 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
17201 # unusual image with black pixel near beginning
18188 >6 uleshort >1 \b, %d bits/pixel
20027 # - b0=pixel aspect ratio: 1=2:1 (note: this ignores that the machine's 1:1 pixel aspect ratio is…
[all …]
H A Dmagic私はガラスを食べられます6758 >392 lelong x %d bits/pixel
13281 # skip more by looking for pixel size 0Fh 10h 18h 20h
13395 # Denominator of Pixel ratio. 0~no pixel aspect
13856 >12 byte >0 \b, %d bits per pixel
17170 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
17191 # unusual image starting with black pixel
17196 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
17201 # unusual image with black pixel near beginning
18188 >6 uleshort >1 \b, %d bits/pixel
20027 # - b0=pixel aspect ratio: 1=2:1 (note: this ignores that the machine's 1:1 pixel aspect ratio is…
[all …]

Completed in 118 milliseconds