Home
last modified time | relevance | path

Searched refs:count (Results 1 – 25 of 29) sorted by relevance

12

/imagick/tests/
H A D010_importimagepixels.phpt15 $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 D237_Tutorial_deconstructGif_basic.phpt35 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 D278_Imagick_optimaze_gif.phpt38 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 D240_Tutorial_imagickCompositeGen_basic.phpt61 $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 D081_Imagick_getImageHistogram_basic.phpt20 $count = $histogramElement->getColorCount();
23 $colorStatistics[$color] += $count;
26 $colorStatistics[$color] = $count;
82 $count = 0;
86 $offset = ($count + 1) * $histogramHeight;
91 $count++;
H A D249_ImagickPixelIterator_getNextIteratorRow_basic.phpt17 $count = 0;
19 if (($count % 3) == 0) {
32 $count += 1;
H A D169_ImagickPixel_construct_basic.phpt33 $count = 0;
42 $offsetX = ($count % $columns) * 50 + 5;
43 $offsetY = intval($count / $columns) * 50 + 5;
45 $count++;
H A D174_ImagickDraw_affine_basic.phpt44 $count = 0;
48 $draw->translate(($count % 2) * 250, intval($count / 2) * 250);
53 $count++;
H A D259_Imagick_colorPoints_basic.phpt12 static $count = 0;
15 echo "Unexpected value of $value for check $count\n";
18 $count++;
H A D020-pixeliterator.phpt87 $count = count_objects($object);
89 if ($countIterator != $count) {
90 …echo "Counting with iterator doesn't match counting with foreach $loop, $count != $countIterator.";
H A D254_getConfigureOptions.phpt21 else if (count($allOptions) == 0) {
32 else if (count($optionsStartingWithC) == 0) {
140 if (!(count($optionsStartingWithC) < count($allOptions))) {
H A D021-countable.phpt19 echo count ($imagick) . PHP_EOL;
H A D219_ImagickDraw_setStrokeLineJoin_basic.phpt25 for ($x = 0; $x < count($lineJoinStyle); $x++) {
H A D275_ImagickPixel_unitializedObjects.phpt80 if (count($missedMethods) !== 0) {
H A Dskipif.inc78 if (count($result) == false) {
H A Dfunctions.inc91 if (count($fontList) !== 0) {
H A D145_imagickkernel_coverage.phpt136 if (count($kernelList) != 2) {
/imagick/util/
H A Dcheck_fonts.php12 if (count($fontList) === 0) {
17 printf("There are %d fonts:\n", count($fontList));
H A Danalyze_params.php34 foreach ($nameCounts as $name => $count) {
35 echo "$name: $count \n";
H A Dcheck_version.php37 if (count($parts) != 3) {
H A Dcheck_methods.php28 $count = preg_match_all($pattern, $html, $matches); variable
H A DscanHeaders.php276 if (count($matches) == 0) {
H A DcheckSymbols.php137 if (count($missingList) == 0) {
/imagick/
H A Dimagickkernel_class.c41 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 Dimagick.c3332 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);

Completed in 55 milliseconds

12