Searched refs:drawStringCV (Results 1 – 5 of 5) sorted by relevance
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
D | TextDisplayPropertyEditor.java | 36 DrawUtils.drawStringCV(gc, text, x, y, width, height); in paint()
|
D | BooleanPropertyEditor.java | 73 DrawUtils.drawStringCV(gc, text, x, y, width, height); in paint()
|
D | BooleanObjectPropertyEditor.java | 74 DrawUtils.drawStringCV(gc, text, x, y, width, height); in paint()
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
D | DrawUtils.java | 47 public static final void drawStringCV(GC gc, String text, int x, int y, int width, int height) { in drawStringCV() method in DrawUtils
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/ |
D | PropertyTable.java | 1289 DrawUtils.drawStringCV(gc, property.getTitle(), x, y, m_splitter - x, height); in drawProperty()
|