HomeSort by relevance Sort by last modified time
    Searched defs:fontDesc (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/platform/graphics/wince/
FontCustomPlatformData.cpp 49 FontDescription fontDesc;
50 fontDesc.setComputedSize(size);
51 fontDesc.setSpecifiedSize(size);
52 fontDesc.setItalic(italic);
53 fontDesc.setWeight(bold ? FontWeightBold : FontWeightNormal);
54 return FontPlatformData(fontDesc, m_name, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 265 FontDescriptor fontDesc = JFaceResources.getDialogFontDescriptor();
266 fontDesc = fontDesc.withStyle(SWT.ITALIC);
267 Font font = fontDesc.createFont(JFaceResources.getDialogFont().getDevice());
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 235 milliseconds