/imagick/tests/ |
H A D | 010_importimagepixels.phpt | 15 $count = 2000 * 3; 18 array_merge(array_pad(array(), $count, 0), 19 array_pad(array(), $count, 255), 20 array_pad(array(), $count, 0), 21 array_pad(array(), $count, 255), 22 array_pad(array(), $count, 0)); 33 width * height * strlen("RGB") must match count($pixels) */
|
H A D | 237_Tutorial_deconstructGif_basic.phpt | 35 for($count=0 ; $count<$imageFrames ; $count++) { 36 echo "Frame: ".$count."\n"; 44 $offset = ($distanceToMove * $count / ($imageFrames -1)) - ($circleRadius + $strokeWidth); 45 …$drawing->translate($offset, ($imageSize / 2) + ($imageSize / 3 * cos(20 * $count / $imageFrames))…
|
H A D | 278_Imagick_optimaze_gif.phpt | 38 for($count=0 ; $count<$imageFrames ; $count++) { 39 echo "Frame: ".$count."\n"; 47 $offset = ($distanceToMove * $count / ($imageFrames -1)) - ($circleRadius + $strokeWidth); 48 …$drawing->translate($offset, ($imageSize / 2) + ($imageSize / 3 * cos(20 * $count / $imageFrames))…
|
H A D | 240_Tutorial_imagickCompositeGen_basic.phpt | 61 $newImageWidth -= $overlap * (count($srcImages) - 1); 66 $newImageHeight -= $overlap * (count($srcImages) - 1); 89 $count = 0; 99 if ($count != 0) { 113 if ($count != count($images) - 1) { 126 $count++;
|
H A D | 081_Imagick_getImageHistogram_basic.phpt | 20 $count = $histogramElement->getColorCount(); 23 $colorStatistics[$color] += $count; 26 $colorStatistics[$color] = $count; 82 $count = 0; 86 $offset = ($count + 1) * $histogramHeight; 91 $count++;
|
H A D | 249_ImagickPixelIterator_getNextIteratorRow_basic.phpt | 17 $count = 0; 19 if (($count % 3) == 0) { 32 $count += 1;
|
H A D | 169_ImagickPixel_construct_basic.phpt | 33 $count = 0; 42 $offsetX = ($count % $columns) * 50 + 5; 43 $offsetY = intval($count / $columns) * 50 + 5; 45 $count++;
|
H A D | 174_ImagickDraw_affine_basic.phpt | 44 $count = 0; 48 $draw->translate(($count % 2) * 250, intval($count / 2) * 250); 53 $count++;
|
H A D | 259_Imagick_colorPoints_basic.phpt | 12 static $count = 0; 15 echo "Unexpected value of $value for check $count\n"; 18 $count++;
|
H A D | 020-pixeliterator.phpt | 87 $count = count_objects($object); 89 if ($countIterator != $count) { 90 …echo "Counting with iterator doesn't match counting with foreach $loop, $count != $countIterator.";
|
H A D | 254_getConfigureOptions.phpt | 21 else if (count($allOptions) == 0) { 32 else if (count($optionsStartingWithC) == 0) { 140 if (!(count($optionsStartingWithC) < count($allOptions))) {
|
H A D | 021-countable.phpt | 19 echo count ($imagick) . PHP_EOL;
|
H A D | 219_ImagickDraw_setStrokeLineJoin_basic.phpt | 25 for ($x = 0; $x < count($lineJoinStyle); $x++) {
|
H A D | 275_ImagickPixel_unitializedObjects.phpt | 80 if (count($missedMethods) !== 0) {
|
H A D | skipif.inc | 78 if (count($result) == false) {
|
H A D | functions.inc | 91 if (count($fontList) !== 0) {
|
H A D | 145_imagickkernel_coverage.phpt | 136 if (count($kernelList) != 2) {
|
/imagick/util/ |
H A D | check_fonts.php | 12 if (count($fontList) === 0) { 17 printf("There are %d fonts:\n", count($fontList));
|
H A D | analyze_params.php | 34 foreach ($nameCounts as $name => $count) { 35 echo "$name: $count \n";
|
H A D | check_version.php | 37 if (count($parts) != 3) {
|
H A D | check_methods.php | 28 $count = preg_match_all($pattern, $html, $matches); variable
|
H A D | scanHeaders.php | 276 if (count($matches) == 0) {
|
H A D | checkSymbols.php | 137 if (count($missingList) == 0) {
|
/imagick/ |
H A D | imagickkernel_class.c | 41 int count; in php_imagickkernelvalues_to_zval() local 52 count = 0; in php_imagickkernelvalues_to_zval() 65 count++; in php_imagickkernelvalues_to_zval() 251 int count = 0; in PHP_METHOD() local 258 count = 0; in PHP_METHOD() 325 values[count] = notanumber; in PHP_METHOD() 331 count++; in PHP_METHOD() 425 int count = 0; in PHP_METHOD() local 433 count = 0; in PHP_METHOD() 496 values[count] = notanumber; in PHP_METHOD() [all …]
|
H A D | imagick.c | 3332 static int php_imagick_count_elements(zend_object *object, im_long *count) /* {{{ */ argument 3336 static int php_imagick_count_elements(zval *object, im_long *count TSRMLS_DC) /* {{{ */ 3342 *count = MagickGetNumberImages(intern->magick_wand);
|