Home
last modified time | relevance | path

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

/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
DTextDisplayPropertyEditor.java36 DrawUtils.drawStringCV(gc, text, x, y, width, height); in paint()
DBooleanPropertyEditor.java73 DrawUtils.drawStringCV(gc, text, x, y, width, height); in paint()
DBooleanObjectPropertyEditor.java74 DrawUtils.drawStringCV(gc, text, x, y, width, height); in paint()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java47 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/
DPropertyTable.java1289 DrawUtils.drawStringCV(gc, property.getTitle(), x, y, m_splitter - x, height); in drawProperty()