HomeSort by relevance Sort by last modified time
    Searched full:converttocompatibleformat (Results 1 - 1 of 1) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtils.java 78 * {@link #convertToCompatibleFormat(BufferedImage)} first.
103 private static BufferedImage convertToCompatibleFormat(BufferedImage image) {
133 awtImage = convertToCompatibleFormat(awtImage);
153 return convertToSwt(display, convertToCompatibleFormat(awtImage),

Completed in 848 milliseconds