OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:boldData
(Results
1 - 6
of
6
) sorted by null
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java
372
FontData[]
boldData
= getModifiedFontData(baseFont, SWT.BOLD);
373
return new Font(Display.getCurrent(),
boldData
);
380
FontData[]
boldData
= getModifiedFontData(baseFont, SWT.BOLD | SWT.ITALIC);
381
return new Font(Display.getCurrent(),
boldData
);
388
FontData[]
boldData
= getModifiedFontData(baseFont, SWT.ITALIC);
389
return new Font(Display.getCurrent(),
boldData
);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 1345 milliseconds