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

  /external/webkit/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/WebCore/platform/graphics/qt/
FontPlatformData.h 39 , bold(font.bold())
42 FontPlatformDataPrivate(const float size, const bool bold, const bool oblique)
45 , bold(bold)
52 , bold(font.bold())
58 bool bold : 1;
66 FontPlatformData(float size, bool bold, bool oblique);
96 return QFont::Bold; // QFont::Bold == Weight of 7
128 bool bold() const function in class:WebCore::FontPlatformData
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
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/WebKit/win/
WebKitGraphics.h 45 bool bold; member in struct:WebFontDescription
  /packages/apps/Gallery3D/src/com/cooliris/media/
StringTexture.java 43 return computeTextWidthForConfig(config.fontSize, config.bold ? Typeface.DEFAULT_BOLD : Typeface.DEFAULT, string);
129 paint.setTypeface(config.bold ? Typeface.DEFAULT_BOLD : Typeface.DEFAULT);
247 public boolean bold = false; field in class:StringTexture.Config
  /external/qemu/
console.c 38 uint8_t bold:1; member in struct:TextAttributes
398 if (t_attrib->bold) {
443 bgcol = color_table[t_attrib->bold][t_attrib->fgcol];
444 fgcol = color_table[t_attrib->bold][t_attrib->bgcol];
446 fgcol = color_table[t_attrib->bold][t_attrib->fgcol];
447 bgcol = color_table[t_attrib->bold][t_attrib->bgcol];
742 s->t_attrib.bold = 1;
757 s->t_attrib.bold = 0;
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 239 milliseconds