HomeSort by relevance Sort by last modified time
    Searched refs:bold (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /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/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...]
FontPlatformDataQt.cpp 40 return QFont::Bold; // QFont::Bold == Weight of 75
51 static inline bool isEmptyValue(const float size, const bool bold, const bool oblique)
54 return !bold && !oblique && size == 0.f;
57 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique)
59 if (!isEmptyValue(size, bold, oblique))
60 m_data = adoptRef(new FontPlatformDataPrivate(size, bold, oblique));
78 m_data->bold = font.bold();
94 && m_data->bold == other.m_data->bol
    [all...]
FontCustomPlatformDataQt.cpp 37 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
42 if (bold)
43 font.setWeight(QFont::Bold);
FontCustomPlatformData.h 47 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight,
  /external/clang/www/demo/
syntax.css 4 .llvm_keyword { font-weight: bold; color: blue }
  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontCustomPlatformData.cpp 34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
36 return FontPlatformData(size, bold, italic);
FontPlatformData.h 48 FontPlatformData(float size, bool bold, bool oblique);
57 bool bold() const { return m_bold; } function in class:WebCore::FontPlatformData
FontCustomPlatformData.h 43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /external/webkit/Source/WebCore/platform/graphics/pango/
FontCustomPlatformDataPango.cpp 33 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode)
35 return FontPlatformData(m_fontFace, size, bold, italic);
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontCustomPlatformData.cpp 34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, FontWidthVariant, FontRenderingMode)
36 return FontPlatformData(size, bold, italic);
FontCustomPlatformData.h 43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
  /dalvik/docs/
prettify.css 18 .kwd { color: #006; font-weight: bold; }
20 .typ { color: #404; font-weight: bold; }
24 .tag { color: #006; font-weight: bold; }
  /external/mesa3d/docs/
mesa.css 11 font-weight: bold;
16 font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
17 font-weight: bold;
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
normalize-with-cdata.js 9 '<![CDATA[This is some <bold>markup</bold> inside of a CDATA]]>' +
15 shouldBe('serializer.serializeToString(xmlChunk)', '"<foo>This is some text before the CDATA<![CDATA[This is some <bold>markup</bold> inside of a CDATA]]>This is some text after the CDATA</foo>"');
19 shouldBe('serializer.serializeToString(xmlChunk)', '"<foo>This is some text before the CDATA<![CDATA[This is some <bold>markup</bold> inside of a CDATA]]>This is some text after the CDATA</foo>"');
  /external/webkit/Source/WebCore/platform/graphics/android/
FontCustomPlatformData.cpp 48 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic,
51 // turn bold/italic into fakeBold/fakeItalic
53 if (m_typeface->isBold() == bold)
54 bold = false;
58 return FontPlatformData(m_typeface, size, bold, italic, fontOrientation, textOrientation);
FontCustomPlatformData.h 51 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode);
  /external/clang/docs/tools/
manpage.css 14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
49 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
53 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
62 font-family: Arial,Helvetica; color: #000000; font-weight: bold;
    [all...]
  /external/llvm/docs/CommandGuide/html/
manpage.css 14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
49 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
53 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
62 font-family: Arial,Helvetica; color: #000000; font-weight: bold;
    [all...]
  /external/llvm/docs/CommandGuide/
manpage.css 14 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
18 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
22 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
26 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
30 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
34 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
45 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
49 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
53 font-family: Arial,Helvetica; font-weight: bold; text-decoration: none;
62 font-family: Arial,Helvetica; color: #000000; font-weight: bold;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformDataCairo.cpp 38 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant)
40 return FontPlatformData(m_fontFace, size, bold, italic);
FontCustomPlatformDataCairo.h 45 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth);
  /external/llvm/include/llvm/Support/
Process.h 134 static const char *OutputColor(char c, bool bold, bool bg);
136 /// Same as OutputColor, but only enables the bold attribute.
  /external/libvpx/examples/includes/geshi/geshi/
z80.php 88 1 => 'color: #0000ff; font-weight:bold;',
90 3 => 'color: #46aa03; font-weight:bold;'
96 0 => 'color: #000099; font-weight: bold;'
ruby.php 141 1 => 'color:#9966CC; font-weight:bold;',
142 2 => 'color:#0000FF; font-weight:bold;',
143 3 => 'color:#CC0066; font-weight:bold;',
144 4 => 'color:#CC00FF; font-weight:bold;',
154 0 => 'color:#006600; font-weight:bold;'
166 0 => 'color:#006600; font-weight:bold;'
169 0 => 'color:#ff6633; font-weight:bold;',
170 1 => 'color:#0066ff; font-weight:bold;',
171 2 => 'color:#6666ff; font-weight:bold;',
172 3 => 'color:#ff3333; font-weight:bold;'
    [all...]

Completed in 293 milliseconds

1 2 3 4 5