Searched refs:bold (Results 1 - 25 of 103) sorted by relevance

12345

/external/clang/www/demo/
H A Dsyntax.css4 .llvm_keyword { font-weight: bold; color: blue }
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFontCustomPlatformData.cpp34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode) argument
36 return FontPlatformData(size, bold, italic);
H A DFontPlatformData.h48 FontPlatformData(float size, bool bold, bool oblique);
57 bool bold() const { return m_bold; } function in class:WebCore::FontPlatformData
H A DFontCustomPlatformData.h43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/external/webkit/Source/WebCore/platform/graphics/pango/
H A DFontCustomPlatformDataPango.cpp33 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode) argument
35 return FontPlatformData(m_fontFace, size, bold, italic);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DFontCustomPlatformData.cpp34 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, FontWidthVariant, FontRenderingMode) argument
36 return FontPlatformData(size, bold, italic);
H A DFontCustomPlatformData.h43 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontPlatformData.h41 , bold(font.bold())
45 FontPlatformDataPrivate(const float size, const bool bold, const bool oblique) argument
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...]
H A DFontPlatformDataQt.cpp51 static inline bool isEmptyValue(const float size, const bool bold, const bool oblique) argument
54 return !bold && !oblique && size == 0.f;
57 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) argument
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->bold
108 ^ qHash(m_data->bold)
[all...]
H A DFontCustomPlatformDataQt.cpp37 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode) argument
42 if (bold)
H A DFontCustomPlatformData.h47 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight,
/external/mesa3d/docs/
H A Dmesa.css11 font-weight: bold;
16 font: 18px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif, bold;
17 font-weight: bold;
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontCustomPlatformData.cpp48 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, argument
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);
H A DFontCustomPlatformData.h51 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant, FontRenderingMode);
/external/clang/docs/tools/
H A Dmanpage.css14 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/
H A DFontCustomPlatformDataCairo.cpp38 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation, TextOrientation, FontWidthVariant) argument
40 return FontPlatformData(m_fontFace, size, bold, italic);
H A DFontCustomPlatformData.h50 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight,
H A DFontCustomPlatformDataCairo.h45 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth);
/external/v8/test/mjsunit/
H A Dhtml-string-funcs.js34 var simple = { big: 'big', blink: 'blink', bold: 'b',
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestDotTreeGenerator.cs63 + @" bgcolor=""lightgrey""; node [shape=box, fixedsize=false, fontsize=12, fontname=""Helvetica-bold"", fontcolor=""blue""" + newline
64 + @" width=.25, height=.25, color=""black"", fillcolor=""white"", style=""filled, solid, bold""];" + newline
65 + @" edge [arrowsize=.5, color=""black"", style=""bold""]" + newline
/external/llvm/include/llvm/Support/
H A DProcess.h138 static const char *OutputColor(char c, bool bold, bool bg);
140 /// Same as OutputColor, but only enables the bold attribute.
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DFontCustomPlatformData.h45 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DFontCustomPlatformData.h52 FontPlatformData fontPlatformData(int size, bool bold, bool italic, FontOrientation = Horizontal, TextOrientation = TextOrientationVerticalRight, FontWidthVariant = RegularWidth, FontRenderingMode = NormalRenderingMode);
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dinfo_view.css15 font-weight: bold;
/external/clang/www/
H A Dmenu.css27 font-weight: bold;

Completed in 401 milliseconds

12345