Searched refs:imageBounds (Results 1 – 2 of 2) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/widgets/ |
D | ImageCanvas.java | 171 Rectangle imageBounds = mImage.getBounds(); in scrollHorizontally() local 172 scroll(destX, 0, 0, 0, imageBounds.width, imageBounds.height, false); in scrollHorizontally() 183 Rectangle imageBounds = mImage.getBounds(); in scrollVertically() local 184 scroll(0, destY, 0, 0, imageBounds.width, imageBounds.height, false); in scrollVertically()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | PaletteControl.java | 1082 Rectangle imageBounds = new Rectangle(0, 0, width, height); in renderPreview() local 1083 return Pair.of(swtImage, imageBounds); in renderPreview()
|