OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawUtils
(Results
1 - 9
of
9
) sorted by null
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CFlatButton.java
14
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
37
private static final Color COLOR_FACE =
DrawUtils
.getShiftedColor(IColorConstants.button, 12);
39
private static final Color COLOR_BORDER_GRADIENT1 =
DrawUtils
.getShiftedColor(
42
private static final Color COLOR_BORDER_GRADIENT1_SELECTED =
DrawUtils
.getShiftedColor(
45
private static final Color COLOR_BORDER_GRADIENT2 =
DrawUtils
.getShiftedColor(COLOR_FACE, -8);
46
private static final Color COLOR_BORDER_GRADIENT2_SELECTED =
DrawUtils
.getShiftedColor(
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
TextDisplayPropertyEditor.java
17
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
36
DrawUtils
.drawStringCV(gc, text, x, y, width, height);
BooleanObjectPropertyEditor.java
16
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
66
DrawUtils
.drawImageCV(gc, image, x, y, height);
74
DrawUtils
.drawStringCV(gc, text, x, y, width, height);
BooleanPropertyEditor.java
19
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
66
DrawUtils
.drawImageCV(gc, image, x, y, height);
73
DrawUtils
.drawStringCV(gc, text, x, y, width, height);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
BooleanXmlPropertyEditor.java
28
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
69
DrawUtils
.drawImageCV(gc, image, x, y, height);
78
DrawUtils
.drawStringCV(gc, text, x, y, width, height);
XmlPropertyEditor.java
77
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
292
DrawUtils
.drawStringCV(gc, text, x, y, width, height);
306
DrawUtils
.drawStringCV(gc, '(' + resolvedText + ')', x, y, width, height);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/flyout/
FlyoutControlComposite.java
38
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
69
return
DrawUtils
.loadImage(FlyoutControlComposite.class, path);
753
DrawUtils
.drawHighlightRectangle(gc, 0, 0, clientArea.width, clientArea.height);
766
DrawUtils
.drawImageCHCV(gc, getStateImage(), x, y, m_titleHeight, m_titleHeight);
768
DrawUtils
.drawHighlightRectangle(gc, x, y, m_titleHeight, m_titleHeight);
834
DrawUtils
.drawHighlightRectangle(gc, x, y, width, height);
905
m_titleImageRotated =
DrawUtils
.createRotatedImage(m_titleImage);
[
all
...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java
51
import org.eclipse.wb.internal.core.utils.ui.
DrawUtils
;
73
private static final Color COLOR_COMPLEX_LINE =
DrawUtils
.getShiftedColor(
76
private static final Color COLOR_PROPERTY_BG =
DrawUtils
.getShiftedColor(COLOR_BACKGROUND, -12);
80
DrawUtils
.isDarkColor(IColorConstants.listBackground)
[
all
...]
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java
36
public class
DrawUtils
{
Completed in 4000 milliseconds