Searched refs:sourceWidth (Results 1 – 1 of 1) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ImageUtils.java | 841 int sourceWidth = source.getWidth(); in scale() local 843 int destWidth = Math.max(1, (int) (xScale * sourceWidth)); in scale() 859 g2.drawImage(source, 0, 0, destWidth, destHeight, 0, 0, sourceWidth, sourceHeight, in scale() 893 while (nearestWidth < sourceWidth / 2) { in scale() 912 0, 0, sourceWidth, sourceHeight, null); in scale() 915 sourceWidth = nearestWidth; in scale() 920 int halfWidth = sourceWidth / 2; in scale() 934 sourceWidth, sourceHeight, in scale() 938 sourceWidth = halfWidth; in scale()
|