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

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/skia/
H A DFontCustomPlatformDataSkia.cpp57 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant) argument
60 return FontPlatformData(m_typeface.get(), "", size, bold && !m_typeface->isBold(), italic && !m_typeface->isItalic(), orientation);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/mac/
H A DFontCustomPlatformDataMac.cpp46 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant) argument
48 return FontPlatformData(m_cgFont.get(), size, bold, italic, orientation, widthVariant);
/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/loader/cache/
H A DFontResource.cpp92 FontPlatformData FontResource::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant) argument
96 return FontPlatformData(size, bold, italic);
99 return m_fontData->fontPlatformData(static_cast<int>(size), bold, italic, orientation, widthVariant);
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/win/
H A DFontCustomPlatformDataWin.cpp76 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant) argument
104 logFont.lfWeight = bold ? FW_BOLD : FW_DONTCARE;
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DFontPlatformDataChromiumWin.cpp152 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/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_linux.cc344 // Only split text runs as needed for bold and italic font styles changes.
345 BreakList<bool>::const_iterator bold = styles()[BOLD].breaks().begin(); local
347 while (bold != styles()[BOLD].breaks().end() &&
349 const int style = (bold->second ? Font::BOLD : 0) |
351 const size_t bold_end = styles()[BOLD].GetRange(bold).end();
361 TextIndexToLayoutIndex(std::max(bold->first, italic->first));
365 bold += bold_end == style_end ? 1 : 0;
368 DCHECK(bold == styles()[BOLD].breaks().end());
H A Drender_text_unittest.cc196 bool bold; member in struct:gfx::__anon14342
219 const bool bold = desc.find(ASCIIToUTF16("Bold")) != std::string::npos; local
220 EXPECT_EQ(cases[i].bold, bold);
1222 // 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 1180 milliseconds