Home
last modified time | relevance | path

Searched refs:sy2 (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSwtUtils.java287 int sy2 = sy1 + bounds.height; in drawRectangles() local
300 int syDelta = sy2 - sy1; in drawRectangles()
306 assert sx < sx2 && sy < sy2; in drawRectangles()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DImageUtilsTest.java265 int sy2 = sy1 + bounds.height; in drawRectangles() local
267 g.drawImage(image, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, null); in drawRectangles()