Home
last modified time | relevance | path

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

/PHP-7.3/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.3/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.3/ext/fileinfo/tests/
H A Dmagic7312 >392 lelong x %d bits/pixel
14345 # Denominator of Pixel ratio. 0~no pixel aspect
14821 >12 byte >0 \b, %d bits per pixel
15609 # Determine the pixel format.
15616 # RGB pixel format
18598 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
18619 # unusual image starting with black pixel
18629 # unusual image with black pixel near beginning
19635 >6 uleshort >1 \b, %d bits/pixel
21720 # - b0=pixel aspect ratio: 1=2:1 (note: this ignores that the machine's 1:1 pixel aspect ratio is…
[all …]
H A Dmagic私はガラスを食べられます7312 >392 lelong x %d bits/pixel
14345 # Denominator of Pixel ratio. 0~no pixel aspect
14821 >12 byte >0 \b, %d bits per pixel
15609 # Determine the pixel format.
15616 # RGB pixel format
18598 # maximal 7 0-bits for pixel sequences or 11 0-bits for EOL in G3
18619 # unusual image starting with black pixel
18629 # unusual image with black pixel near beginning
19635 >6 uleshort >1 \b, %d bits/pixel
21720 # - b0=pixel aspect ratio: 1=2:1 (note: this ignores that the machine's 1:1 pixel aspect ratio is…
[all …]

Completed in 168 milliseconds