Home
last modified time | relevance | path

Searched refs:image1 (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/ui/
DStretchesViewer.java91 private static final boolean equalSize(ImageData image1, ImageData image2) { in equalSize() argument
92 return (image1.width == image2.width && image1.height == image2.height); in equalSize()