HomeSort by relevance Sort by last modified time
    Searched refs:bold (Results 26 - 50 of 75) sorted by null

12 3

  /external/webkit/WebKit/win/
WebKitGraphics.h 45 bool bold; member in struct:WebFontDescription
  /external/webkit/WebCore/platform/graphics/gtk/
FontPlatformData.h 77 FontPlatformData(float size, bool bold, bool italic);
78 FontPlatformData(cairo_font_face_t* fontFace, int size, bool bold, bool italic);
FontPlatformDataGtk.cpp 127 FontPlatformData::FontPlatformData(float size, bool bold, bool italic)
131 , m_syntheticBold(bold)
137 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, int size, bool bold, bool italic)
141 , m_syntheticBold(bold)
FontPlatformDataPango.cpp 130 FontPlatformData::FontPlatformData(float size, bool bold, bool italic)
134 , m_syntheticBold(bold)
140 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, int size, bool bold, bool italic)
144 , m_syntheticBold(bold)
  /cts/tools/host/src/res/
cts_result.css 155 font-weight:bold;
161 font-weight:bold;
206 font-weight:bold;
217 font-weight:bold;
228 font-weight:bold;
  /external/webkit/WebCore/loader/
CachedFont.cpp 119 FontPlatformData CachedFont::platformDataFromCustomData(float size, bool bold, bool italic, FontRenderingMode renderingMode)
123 return FontPlatformData(size, bold, italic);
127 return m_fontData->fontPlatformData(static_cast<int>(size), bold, italic, renderingMode);
  /external/webkit/WebCore/platform/graphics/chromium/
FontCustomPlatformData.cpp 67 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontRenderingMode mode)
98 logFont.lfWeight = bold ? 700 : 400;
104 return FontPlatformData(m_fontReference, size, bold && !m_fontReference->isBold(), italic && !m_fontReference->isItalic());
FontPlatformDataChromiumWin.h 60 FontPlatformData(float size, bool bold, bool oblique);
FontPlatformDataChromiumWin.cpp 69 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique)
  /external/webkit/WebCore/platform/graphics/android/
FontPlatformDataAndroid.cpp 111 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique)
112 : mTypeface(NULL), mTextSize(size), mFakeBold(bold), mFakeItalic(oblique)
  /external/webkit/WebCore/platform/graphics/win/
FontPlatformDataCairoWin.cpp 59 FontPlatformData::FontPlatformData(cairo_font_face_t* fontFace, float size, bool bold, bool oblique)
64 , m_syntheticBold(bold)
FontPlatformDataCGWin.cpp 137 FontPlatformData::FontPlatformData(HFONT hfont, CGFontRef font, float size, bool bold, bool oblique, bool useGDI)
141 , m_syntheticBold(bold)
FontCustomPlatformData.cpp 62 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontRenderingMode renderingMode)
87 logFont.lfWeight = bold ? 700 : 400;
93 return FontPlatformData(hfont, cgFont.get(), size, bold, italic, renderingMode == AlternateRenderingMode);
97 return FontPlatformData(hfont, m_cgFont, size, bold, italic, renderingMode == AlternateRenderingMode);
  /external/icu4c/
icu4c.css 43 font-weight: bold;
280 font-weight: bold;
299 font-weight: bold;
320 font-weight: bold;
359 font-weight: bold;
394 font-weight: bold;
410 font-weight: bold;
425 font-weight: bold;
  /external/webkit/WebCore/platform/graphics/wince/
FontPlatformData.h 45 FontPlatformData(float size, bool bold, bool oblique);
  /external/webkit/WebCore/platform/graphics/wx/
FontPlatformData.h 74 FontPlatformData(float size, bool bold, bool italic)
  /development/apps/Development/src/com/android/development/
Details.java 95 TextView makeView(String str, boolean bold, int fontSize)
103 if (bold) {
  /external/bzip2/
bzip.css 19 dt { color: #336699; font-weight: bold }
  /packages/apps/Gallery3D/src/com/cooliris/media/
DisplaySlot.java 38 CAPTION_STYLE.bold = true;
49 CLUSTER_STYLE.bold = true;
SimpleStringTexture.java 54 paint.setTypeface(config.bold ? Typeface.DEFAULT_BOLD : Typeface.DEFAULT);
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/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
regress-76054.js 56 status = 'bold()';
57 actual = s.bold();
  /external/webkit/WebCore/css/
html.css 130 font-weight: bold
137 font-weight: bold
144 font-weight: bold
150 font-weight: bold
157 font-weight: bold
164 font-weight: bold
219 font-weight: bold
mediaControlsChromium.css 111 font-weight: bold;
136 font-weight: bold;
  /build/tools/droiddoc/templates/assets/
android-developer-core.css 254 font-weight: bold;
288 font-weight: bold;
569 font-weight : bold;
944 font-weight:bold;
984 font-weight:bold;
988 font-weight:bold;
1043 font-weight:bold;
1076 font-weight:bold;
1186 .kwd { color: #006; font-weight: bold; }
1188 .typ { color: #404; font-weight: bold; }
    [all...]

Completed in 338 milliseconds

12 3