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

  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontPlatformData.h 48 FontPlatformData(float size, bool bold, bool oblique);
57 bool bold() const { return m_bold; } function in class:WebCore::FontPlatformData
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontPlatformData.h 41 , bold(font.bold())
45 FontPlatformDataPrivate(const float size, const bool bold, const bool oblique)
47 , bold(bold)
54 , bold(font.bold())
64 bool bold : 1;
72 FontPlatformData(float size, bool bold, bool oblique);
111 bool bold() cons function in class:WebCore::FontPlatformData
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
TextAttribute.java 30 public boolean bold; field in class:TextAttribute
37 FontSize size, boolean bold, boolean italic, boolean underlined,
43 this.bold = bold;
  /external/v8/test/mjsunit/
html-string-funcs.js 34 var simple = { big: 'big', blink: 'blink', bold: 'b',
  /external/webkit/Source/WebCore/html/
ValidationMessage.cpp 92 RefPtr<HTMLElement> bold = HTMLElement::create(bTag, doc); local
93 bold->setInnerText(lines[i], ec);
94 m_bubbleMessage->appendChild(bold.release(), ec);
  /external/webkit/Source/WebKit/win/
WebKitGraphics.h 45 bool bold; member in struct:WebFontDescription
  /external/skia/src/ports/
SkFontHost_fontconfig.cpp 258 const int bold = style & SkTypeface::kBold ? local
263 FC_WEIGHT, FcTypeInteger, bold,
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java 327 StyleSpan bold = new StyleSpan(Typeface.BOLD); local
329 line1.setSpan(bold, 0, 5, 0);
331 line2.setSpan(bold, 0, 3, 0);
333 line3.setSpan(bold, 0, 7, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 57 * heavier gradient during mouse-overs. It also uses a bold label along with the eclipse
223 FontData bold = new FontData(normal.getName(), normal.getHeight(), SWT.BOLD); local
224 labelFont = new Font(null, bold);
  /external/qemu/
console.c 71 uint8_t bold:1; member in struct:TextAttributes
442 if (t_attrib->bold) {
487 bgcol = color_table[t_attrib->bold][t_attrib->fgcol];
488 fgcol = color_table[t_attrib->bold][t_attrib->bgcol];
490 fgcol = color_table[t_attrib->bold][t_attrib->fgcol];
491 bgcol = color_table[t_attrib->bold][t_attrib->bgcol];
786 s->t_attrib.bold = 1;
801 s->t_attrib.bold = 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-jai.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.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/darwin-x86/swt/
swt.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilt/common/antlr/
antlr-3.4-complete.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 261 milliseconds