Searched refs:l_hige (Results 1 – 4 of 4) sorted by relevance
| /plugin/sketchcanvas/phplib/ |
| D | image.php | 118 function l_hige($im, $arr, $color) { function 308 l_hige($im, array($pts[1], $pts[2]), $c); 310 l_hige($im, array($pts[1], $pts[0]), $c); 353 l_hige($im, $a, $c); 366 l_hige($im, $a, $c);
|
| /plugin/sketchcanvas/script/ |
| D | SketchCanvas.js | 2100 l_hige(ctx, [{x:x+20, y:y+20}, {x:x+40, y:y}]); 2108 l_hige(ctx, [arr[1], arr[2]]); 2119 l_hige(ctx, a); 2122 l_hige(ctx, a); 2133 l_hige(ctx, a); 2135 l_hige(ctx, a); 2464 l_hige(ctx, a); 2476 l_hige(ctx, a); 2599 l_hige(ctx, [{x: x+20, y: y-10}, {x: x+30, y: y+10}]); 2616 l_hige(ctx, [{x: x+10, y: y+20}, {x: x, y: y}]); [all …]
|
| D | draw.js | 48 function l_hige(ctx, arr) { function
|
| /plugin/sketchcanvas/bundle/ |
| D | SketchCanvas.js | 36 …l_hige(f,[{x:o+20,y:a+20},{x:o+40,y:a}]),f.strokeText("3",o+45,a+10)},draw:function(o){var a=o.poi…
|