HomeSort by relevance Sort by last modified time
    Searched refs:cropBlank (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtilsTest.java 42 BufferedImage crop = ImageUtils.cropBlank(image, null);
53 BufferedImage crop = ImageUtils.cropBlank(image, new Rect(5, 5, 80, 80));
64 BufferedImage crop = ImageUtils.cropBlank(image, null);
79 BufferedImage crop = ImageUtils.cropBlank(image, null);
96 BufferedImage crop = ImageUtils.cropBlank(image, new Rect(0, 0, 100, 100));
113 BufferedImage crop = ImageUtils.cropBlank(image, new Rect(5, 5, 80, 80));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 140 public static BufferedImage cropBlank(
143 return cropBlank(image, initialCrop, image.getType());
159 public static BufferedImage cropBlank(BufferedImage image, Rect initialCrop, int imageType) {
    [all...]
PaletteControl.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 241 awtImage = ImageUtils.cropBlank(awtImage, null);

Completed in 4350 milliseconds