Home
last modified time | relevance | path

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

/plugin/sketchcanvas/phplib/
Dimage.php344 $first2 = $pts[1]; variable
346 …if(isset($first2["cx"]) && isset($first2["cy"]) && ($first2["cx"] !== $first["x"] || $first2["cy"]…
347 $a[] = array($first2["cx"], $first2["cy"]);
348 …else if(isset($first2["dx"]) && isset($first2["dy"]) && ($first2["dx"] !== $first["x"] || $first2[…
349 $a[] = array($first2["dx"], $first2["dy"]);
351 $a[] = array($first2["x"], $first2["y"]);
/plugin/sketchcanvas/script/
DSketchCanvas.js2455 var first = arr[0], first2 = arr[1], a = [];
2456 if("cx" in first2 && "cy" in first2 && (first2.cx !== first.x || first2.cy !== first.y))
2457 a[0] = {x: first2.cx, y: first2.cy};
2458 else if("dx" in first2 && "dy" in first2 && (first2.dx !== first.x || first2.dy !== first.y))
2459 a[0] = {x: first2.dx, y: first2.dy};
2461 a[0] = first2;
/plugin/sketchcanvas/bundle/
DSketchCanvas.js.map4first2 = arr[1], a = [];\r\n\t\t\t\t\tif(\"cx\" in first2 && \"cy\" in first2 && (first2.cx !== fi…
6 …ol", "textLayer", "linkdiv", "textInputRect", "linkInputRect", "first", "first2", "last2", "drawGu…