Searched refs:drawImageCV (Results 1 – 4 of 4) sorted by relevance
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
D | BooleanPropertyEditor.java | 66 DrawUtils.drawImageCV(gc, image, x, y, height); in paint()
|
D | BooleanObjectPropertyEditor.java | 66 DrawUtils.drawImageCV(gc, image, x, y, height); in paint()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | DrawUtils.java | 76 public static final void drawImageCV(GC gc, Image image, int x, int y, int height) { in drawImageCV() method in DrawUtils
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | PropertyTable.java | 1268 DrawUtils.drawImageCV(gc, stateImage, getTitleX(propertyInfo), y, height); in drawProperty()
|