Home
last modified time | relevance | path

Searched refs:line (Results 1 – 25 of 30) sorted by relevance

12

/imagick/examples/
H A Dcaptcha.php37 $ImagickDraw->line( rand( 0, 70 ), rand( 0, 30 ), rand( 0, 70 ), rand( 0, 30 ) );
38 $ImagickDraw->line( rand( 0, 70 ), rand( 0, 30 ), rand( 0, 70 ), rand( 0, 30 ) );
39 $ImagickDraw->line( rand( 0, 70 ), rand( 0, 30 ), rand( 0, 70 ), rand( 0, 30 ) );
40 $ImagickDraw->line( rand( 0, 70 ), rand( 0, 30 ), rand( 0, 70 ), rand( 0, 30 ) );
41 $ImagickDraw->line( rand( 0, 70 ), rand( 0, 30 ), rand( 0, 70 ), rand( 0, 30 ) );
/imagick/tests/
H A D179_ImagickDraw_line_basic.phpt2 Test ImagickDraw, line
12 function line($strokeColor, $fillColor, $backgroundColor) {
22 $draw->line(125, 70, 100, 50);
23 $draw->line(350, 170, 100, 150);
34 line($strokeColor, $fillColor, $backgroundColor) ;
H A D015-imagickdrawsetresolution.phpt28 //These will both be one line.
38 echo "One line and forced one line are not the same height.".PHP_EOL;
43 echo "Two lines are 2 times one line.".PHP_EOL;
47 echo "Two lines are 2 times one line.".PHP_EOL;
55 Two lines are 2 times one line.
56 Two lines are 2 times one line.
H A D211_ImagickDraw_setStrokeAntialias_basic.phpt20 $draw->line(100, 100, 400, 105);
22 $draw->line(100, 140, 400, 185);
25 $draw->line(100, 110, 400, 115);
26 $draw->line(100, 150, 400, 195);
H A D220_ImagickDraw_setStrokeOpacity_basic.phpt20 $draw->line(100, 80, 400, 125);
23 $draw->line(100, 100, 400, 145);
26 $draw->line(100, 120, 400, 165);
H A D215_ImagickDraw_setStrokeColor_basic.phpt21 $draw->line(100, 100, 400, 145);
25 $draw->line(100, 120, 400, 165);
H A D213_ImagickDraw_setStrokeAlpha_basic.phpt19 $draw->line(100, 100, 400, 145);
22 $draw->line(100, 120, 400, 165);
H A D221_ImagickDraw_setStrokeWidth_basic.phpt19 $draw->line(100, 100, 400, 145);
22 $draw->line(100, 120, 400, 165);
H A D265_ImagickDraw_getOpacity_basic.phpt37 $draw->line(125, 70, 100, 50);
38 $draw->line(350, 170, 100, 150);
H A D267_ImagickDraw_getBorderColor_basic.phpt40 $draw->line(125, 70, 100, 50);
41 $draw->line(350, 170, 100, 150);
H A D268_ImagickDraw_getDensity_basic.phpt37 $draw->line(125, 70, 100, 50);
38 $draw->line(350, 170, 100, 150);
H A D288_imagick_prevent_zero_size_images.phpt26 …u think you need to do this, please open an issue at https://phpimagick.com/issues in %s on line %d
28 …u think you need to do this, please open an issue at https://phpimagick.com/issues in %s on line %d
H A D012-clone-separation.phpt23 %s: Imagick::clone method is deprecated and it's use should be avoided in %s on line %d
H A D218_ImagickDraw_setStrokeLineCap_basic.phpt25 $draw->line(50 + $offset, 50, 50 + $offset, 250);
H A D222_ImagickDraw_setTextAlignment_basic.phpt31 $draw->line(250, 0, 250, 500);
H A D266_ImagickDraw_getFontResolution_basic.phpt53 $draw->line(125, 70, 100, 50);
H A D020-pixeliterator.phpt102 …rator is deprecated. ImagickPixelIterator::getPixelIterator should be used instead in %s on line %d
H A D145_imagickkernel_coverage.phpt167 //Test single line kernel works
173 echo "Values do not match for 'Test single line kernel works'".PHP_EOL;
H A D081_Imagick_getImageHistogram_basic.phpt89 $draw->line($index, $offset, $index, $offset - ($value * $scale));
H A D031_Imagick_affineTransformImage_basic.phpt43 $draw->line(
/imagick/util/
H A Dcheck_methods.php42 foreach ($lines as $line) {
43 $line = trim($line); variable
44 if (strlen($line) > 0) {
45 $methods[$line] = false;
H A DcheckSymbols.php36 foreach ($lines as $line) {
37 $line = trim($line);
38 $matched = preg_match('#(.*)(A|B|D|R|T|U|w) (.*)#', $line, $matches);
40 echo "Failed to match line: ".$line."\n";
/imagick/docker/repro/
H A DREADME.md3 Probably run 'ldconfig /usr/local/lib' so that you can run command line
H A DDockerfile16 RUN echo "Probably run 'ldconfig /usr/local/lib' so that you can run command line programs like "
/imagick/
H A Dconfig.m416 # This line checks that ImageMagick is available, and

Completed in 46 milliseconds

12