Searched refs:values (Results 1 – 18 of 18) sorted by relevance
/imagick/ |
H A D | imagickkernel_class.c | 135 kernel->values[i] = 0.0; in im_CalcKernelMetaData() 137 if (kernel->values[i] < 0) { in im_CalcKernelMetaData() 188 kernel_info->values[i] = (MagickRealType)values[i]; in imagick_createKernel() 192 kernel_info->values = values; in imagick_createKernel() 255 KernelValueType *values = NULL; in PHP_METHOD() local 294 if (values == NULL) { in PHP_METHOD() 325 values[count] = notanumber; in PHP_METHOD() 403 if (values != NULL) { in PHP_METHOD() 429 KernelValueType *values = NULL; in PHP_METHOD() local 467 if (values == NULL) { in PHP_METHOD() [all …]
|
H A D | ChangeLog | 63 * Imagick::setResourceLimit support for values larger than 2GB (2^31) on 32bit platforms. 145 …tants are only available in ImageMagick >= 7. These constants re-use the values of the constants r… 188 Imagick::getImageBluePrimary now return 3 values when compiled against IM7. 292 - Fixed ImageMagick compiled with HDRI having quantum values as floats 602 - Some major housekeeping changing numeral values to constants 816 - fixed configure script. It honours now values returned by Magick-config.
|
H A D | imagick_class.c | 1354 zend_bool values = 1; in PHP_METHOD() local 1362 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "|sb", &pattern, &pattern_len, &values) == FA… in PHP_METHOD() 1379 if (values) { in PHP_METHOD() 1404 zend_bool values = 1; in PHP_METHOD() local 1429 if (values) { in PHP_METHOD() 12336 kernel_info->values = (MagickRealType *)AcquireAlignedMemory(order, order*sizeof(MagickRealType)); 12338 kernel_info->values[i] = color_matrix[i]; 12342 kernel_info->values = (double *)AcquireAlignedMemory(order, order*sizeof(double)); 12343 memcpy(kernel_info->values, color_matrix, order * order * sizeof(double)); 12398 kernel_color_matrix->values = (MagickRealType *) NULL; [all …]
|
/imagick/tests/ |
H A D | 061_Imagick_distortImage_Barrel.phpt | 15 // 3 or 4 values only... 19 // The coefficients are designed so that if all four A to D values, add up to '1.0', the minimal 21 // scaling of the image) is not supplied it will be set so all four values do add up to '1.0'.
|
H A D | bug_73840.phpt | 27 // echo "values are incorrect:\n"; 36 // echo "values are incorrect:\n";
|
H A D | 064_cropThumbNailImage.phpt | 11 //Test the the calculated values are actually correct. 15 //Test the the calculated values are actually correct.
|
H A D | 182_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt | 35 // and the end point is defined by the x, y values. 42 // and the end point is defined relative from the current position by the x, y values.
|
H A D | 183_ImagickDraw_pathCurveToQuadraticBezierAbsolute_basic.phpt | 35 // and the end point is defined by the x, y values. 42 // and the end point is defined relative from the current position by the x, y values.
|
H A D | 081_Imagick_getImageHistogram_basic.phpt | 83 foreach ($colorValues as $color => $values) { 88 foreach ($values as $index => $value) {
|
H A D | 010_importimagepixels.phpt | 25 by three. Three comes from 'RGB', three values per pixel */
|
H A D | 151_Imagick_subImageMatch_basic.phpt | 40 // This doesn't work reliably - the values are not comparable across versions
|
H A D | 274_imagick_setImageAlpha.phpt | 64 echo "Pixel values appear incorrect for pixelType $pixelType channel:$channelName\n";
|
H A D | 282_ini_settings_set_falsy_string.phpt | 18 // So, this can't be tested for properly. ini values are stored as strings internally
|
H A D | 256_Imagick_exportImagePixels_basic.phpt | 44 …echo "pixel type $pixelType has incorrect values. They should be 0/255, 1/255, 2/255... 255/255 or…
|
H A D | 266_ImagickDraw_getFontResolution_basic.phpt | 30 echo "$fontResolution doesn't contain expected values:\n";
|
H A D | 145_imagickkernel_coverage.phpt | 65 "Only numbers or false are valid values in a kernel matrix.", 122 // Test adding kernel works and you can get the values back
|
H A D | 014-setresourcelimit.phpt | 18 // These tests are flaky as the values ImageMagick will accept
|
H A D | 031_Imagick_affineTransformImage_basic.phpt | 9 I don't understand what values are returned in which elements of getImageChannelStatistics
|
Completed in 54 milliseconds