Searched defs:bold (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
H A DFontCustomPlatformDataMac.cpp45 FontPlatformData FontCustomPlatformData::fontPlatformData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant) argument
47 return FontPlatformData(m_cgFont.get(), size, bold, italic, orientation, widthVariant);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DFontCustomPlatformDataSkia.cpp56 FontPlatformData FontCustomPlatformData::fontPlatformData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant) argument
60 // FIXME: Skia currently renders synthetic bold and italics with hinting and without
61 // linear metrics on windows. Using CreateFromName and specifying the bold/italics
64 bool syntheticBold = bold && !m_typeface->isBold();
82 return FontPlatformData(m_typeface.get(), "", size, bold && !m_typeface->isBold(), italic && !m_typeface->isItalic(), orientation);
/external/chromium_org/v8/test/mjsunit/
H A Dhtml-string-funcs.js34 var simple = { big: 'big', blink: 'blink', bold: 'b',
/external/v8/test/mjsunit/
H A Dhtml-string-funcs.js34 var simple = { big: 'big', blink: 'blink', bold: 'b',
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DFontResource.cpp95 FontPlatformData FontResource::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant) argument
99 return FontPlatformData(size, bold, italic);
102 return m_fontData->fontPlatformData(size, bold, italic, orientation, widthVariant);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontCustomPlatformDataWin.cpp75 FontPlatformData FontCustomPlatformData::fontPlatformData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant) argument
103 logFont.lfWeight = bold ? FW_BOLD : FW_DONTCARE;
H A DFontPlatformDataWin.cpp218 FontPlatformData::FontPlatformData(float size, bool bold, bool oblique) argument
/external/chromium_org/content/common/
H A Dchild_process_sandbox_support_impl_linux.cc91 int MatchFontWithFallback(const std::string& face, bool bold, argument
98 request.WriteBool(bold);
/external/chromium_org/native_client_sdk/src/doc/_sphinxext/
H A Ddevsite_builder.py20 from sphinx.util.console import bold namespace
260 self.info(bold('generating YAML table-of-contents... '))
/external/chromium_org/third_party/skia/src/core/
H A DSkFontHost.cpp227 bool bold = style & SkTypeface::kBold; local
229 SkFontStyle newStyle = SkFontStyle(bold ? SkFontStyle::kBold_Weight
/external/skia/src/core/
H A DSkFontHost.cpp227 bool bold = style & SkTypeface::kBold; local
229 SkFontStyle newStyle = SkFontStyle(bold ? SkFontStyle::kBold_Weight
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc275 bool bold,
281 bold? gfx::Font::BOLD : gfx::Font::NORMAL,
274 AppendSameTypeDevicesToScrollList(const BluetoothDeviceList& list, bool bold, bool checked, bool enabled) argument
/external/chromium_org/ui/gfx/
H A Drender_text_pango.cc345 // Only split text runs as needed for bold and italic font styles changes.
346 BreakList<bool>::const_iterator bold = styles()[BOLD].breaks().begin(); local
348 while (bold != styles()[BOLD].breaks().end() &&
350 const int style = (bold->second ? Font::BOLD : 0) |
352 const size_t bold_end = styles()[BOLD].GetRange(bold).end();
362 TextIndexToLayoutIndex(std::max(bold->first, italic->first));
366 bold += bold_end == style_end ? 1 : 0;
369 DCHECK(bold == styles()[BOLD].breaks().end());
H A Drender_text_unittest.cc202 bool bold; member in struct:gfx::__anon15245
225 const bool bold = desc.find(ASCIIToUTF16("Bold")) != std::string::npos; local
226 EXPECT_EQ(cases[i].bold, bold);
1237 // Apply a bold style and check that the new width is greater.
/external/llvm/lib/Support/
H A Draw_ostream.cpp597 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, argument
603 : sys::Process::OutputColor(colors, bold, bg);
/external/chromium_org/webkit/browser/appcache/
H A Dview_appcache_internals_job.cc64 ".subsection_title { font-weight: bold; }\n"
160 void EmitTableData(const std::string& data, bool align_right, bool bold, argument
166 if (bold)
169 if (bold)
/external/qemu/
H A Dconsole.c71 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;
1264 (s->cells[src].t_attrib.bold << 21));
1530 s->t_attrib_default.bold
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jai.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 4394 milliseconds