Home
last modified time | relevance | path

Searched defs:imageType (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DImageUtils.java159 public static BufferedImage cropBlank(BufferedImage image, Rect initialCrop, int imageType) { in cropBlank()
208 final int blankArgb, Rect initialCrop, int imageType) { in cropColor()
235 int imageType) { in crop()
752 int imageType = source.getType(); in subImage() local
845 int imageType = source.getType(); in scale() local
DSwtUtils.java58 public static PaletteData getAwtPaletteData(int imageType) { in getAwtPaletteData()
83 private static boolean isSupportedPaletteType(int imageType) { in isSupportedPaletteType()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLState.java292 IGLProperty imageType = new GLEnumProperty(GLStateType.TEXTURE_IMAGE_TYPE, in createTextureState() local