Searched refs:origY (Results 1 - 3 of 3) sorted by relevance

/yui3/src/graphics/docs/assets/js/
H A Dradial-tool.js22 origY = bounds.getY(),
101 theCY = (this.lastXY[1] - origY) / (maxY - cW);
115 theFY = (this.lastXY[1] - origY) / (maxY - fW);
/yui3/src/scrollview/js/
H A Dscrollview-base.js669 // origY = (new WebKitCSSMatrix(cb.getComputedStyle("transform"))).f;
672 origY = this.get(SCROLL_Y),
692 this._moveTo(cb, -1*origX, -1*origY);
/yui3/build/scrollview-base/
H A Dscrollview-base-debug.js671 // origY = (new WebKitCSSMatrix(cb.getComputedStyle("transform"))).f;
674 origY = this.get(SCROLL_Y),
694 this._moveTo(cb, -1*origX, -1*origY);

Completed in 28 milliseconds