Home
last modified time | relevance | path

Searched refs:sx2 (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.java286 int sx2 = sx1 + bounds.width; in drawRectangles() local
298 int sxDelta = sx2 - sx1; 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.java264 int sx2 = sx1 + bounds.width; in drawRectangles() local
267 g.drawImage(image, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, null); in drawRectangles()