Home
last modified time | relevance | path

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

/plugin/sketchcanvas/script/
DSketchCanvas.js269 function hitRect(r, x, y){ function in SketchCanvas
286 if(hitRect(buttons[i], mx, my)){
307 if(hitRect(bounds, mx, my)){
396 if(!hitRect(pointHandle(p.x, p.y), mx - offset.x, my - offset.y))
438 if("cx" in p && "cy" in p && hitRect(pointHandle(p.cx, p.cy), mx - offset.x, my - offset.y)){
445 if("dx" in p && "dy" in p && hitRect(pointHandle(p.dx, p.dy), mx - offset.x, my - offset.y)){
470 if(hitRect(bounds, mx, my))
482 if(hitRect(bounds, mx, my)){
518 if(hitRect(getHandleRect(bounds, i), mx, my)){
756 if(hitRect(bounds, m.x, m.y)){
[all …]
/plugin/amcharts/assets/amcharts/
Dfunnel.js25 m.hitRect=H,M=q.getBBox().height,H=w));(0===m.alpha||0<f&&!this.chartCreated)&&x.hide();g=h?g-p:g+p…
26 …5):l+u+5>b&&(g=b-5-u);b=g;c=u;n&&(n.translate(t,g),n=n.getBBox(),e.hitRect&&e.hitRect.translate(t+…
/plugin/sketchcanvas/bundle/
DSketchCanvas.js.map4hitRect(r, x, y){\r\n\treturn r.minx < x && x < r.maxx && r.miny < y && y < r.maxy;\r\n}\r\n\r\n//…
6 … "tool", "objBounds", "obj", "rawvalue", "ret", "offset", "expandRect", "hitRect", "intersectRect"…