Home
last modified time | relevance | path

Searched refs:channels (Results 1 – 11 of 11) sorted by relevance

/PHP-7.0/ext/standard/tests/image/
H A Dgetimagesize.phpt84 ["channels"]=>
101 ["channels"]=>
118 ["channels"]=>
135 ["channels"]=>
152 ["channels"]=>
H A Dgetimagesizefromstring1.phpt28 ["channels"]=>
44 ["channels"]=>
H A Dgetimagesize_basic.phpt64 ["channels"]=>
84 ["channels"]=>
174 ["channels"]=>
194 ["channels"]=>
H A Dbug13213.phpt20 ["channels"]=>
H A Dbug72278.phpt28 ["channels"]=>
/PHP-7.0/ext/standard/
H A Dimage.c68 unsigned int channels; member
118 result->channels = 3; /* always */ in php_handle_gif()
295 result->channels = 0; in php_handle_swf()
498 result->channels = php_stream_getc(stream); in php_handle_jpeg()
641 result->channels = php_read2(stream); /* Csiz */ in php_handle_jpc()
642 if ((result->channels == 0 && php_stream_eof(stream)) || result->channels > 256) { in php_handle_jpc()
649 for (i = 0; i < result->channels; i++) { in php_handle_jpc()
867 result->channels = 0; in php_handle_tiff()
916 result->channels = 0; in php_handle_iff()
1381 if (result->channels != 0) { in php_getimagesize_from_stream()
[all …]
/PHP-7.0/ext/gd/libgd/
H A Dgd_jpeg.c332 int channels = 3; in gdImageCreateFromJpegCtxEx() local
415 channels = 3; in gdImageCreateFromJpegCtxEx()
422 channels = 4; in gdImageCreateFromJpegCtxEx()
441 row = safe_emalloc(cinfo.output_width * channels, sizeof(JSAMPLE), 0); in gdImageCreateFromJpegCtxEx()
442 memset(row, 0, cinfo.output_width * channels * sizeof(JSAMPLE)); in gdImageCreateFromJpegCtxEx()
H A Dgd_png.c679 int channels = im->saveAlphaFlag ? 4 : 3; in gdImagePngCtxEx() local
693 *prow_pointers = (png_bytep) safe_emalloc(width, channels, 0); in gdImagePngCtxEx()
/PHP-7.0/
H A D.travis.yml28 channels:
H A DREADME.SUBMITTING_PATCH18 There are several IRC channels where PHP developers are often
/PHP-7.0/ext/fileinfo/tests/
H A Dmagic923 # channels/options
958 # channels/options
998 ## channels/options
1033 # channels/options
1068 # channels/options
1103 # channels/options
1138 # channels/options
1201 # channels
3341 >>20 byte&0xe 0x4 \b, 3 channels
16797 >>19 byte x %d channels,
[all …]

Completed in 65 milliseconds