Home
last modified time | relevance | path

Searched refs:l_hige (Results 1 – 3 of 3) sorted by relevance

/plugin/sketchcanvas/phplib/
H A Dimage.php118 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/
H A DSketchCanvas.js2096 l_hige(ctx, [{x:x+20, y:y+20}, {x:x+40, y:y}]);
2104 l_hige(ctx, [arr[1], arr[2]]);
2115 l_hige(ctx, a);
2118 l_hige(ctx, a);
2129 l_hige(ctx, a);
2131 l_hige(ctx, a);
2460 l_hige(ctx, a);
2472 l_hige(ctx, a);
2595 l_hige(ctx, [{x: x+20, y: y-10}, {x: x+30, y: y+10}]);
2612 l_hige(ct
[all...]
H A Ddraw.js48 function l_hige(ctx, arr) { function