Home
last modified time | relevance | path

Searched refs:dx1 (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.java274 int dx1 = bounds.x - boundingBox.x; in drawRectangles() local
276 int dx2 = dx1 + bounds.width; in drawRectangles()
279 dx1 *= scale; in drawRectangles()
291 for (int dx = dx1, sx = sx1; dx < dx2; dx++, sx++) { in drawRectangles()
299 int dxDelta = dx2 - dx1; in drawRectangles()
304 for (int dx = dx1, sx = sx1; dx < dx2; dx++, sx = (dx - dx1) * sxDelta in drawRectangles()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DImageUtilsTest.java252 int dx1 = bounds.x - boundingBox.x; in drawRectangles() local
254 int dx2 = dx1 + bounds.width; in drawRectangles()
257 dx1 *= scale; in drawRectangles()
267 g.drawImage(image, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, null); in drawRectangles()