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

12

/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
61 // FIXME: Skia currently renders synthetic bold and italics with
64 // CreateFromName and specifying the bold/italics style allows
68 bool syntheticBold = bold && !m_typeface->isBold();
87 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/chromium_org/content/common/
H A Dchild_process_sandbox_support_impl_linux.cc75 const bool bold = size_and_style & 1; local
84 request.WriteBool(bold);
116 bool bold,
125 request.WriteBool(bold);
115 MatchFontWithFallback(const std::string& face, bool bold, bool italic, int charset, PP_BrowserFont_Trusted_Family fallback_family) argument
/external/chromium_org/native_client_sdk/src/doc/_sphinxext/
H A Dchromesite_builder.py20 from sphinx.util.console import bold namespace
200 # self.info(bold('generating YAML table-of-contents... '))
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/WebKit/Source/core/fetch/
H A DFontResource.cpp154 FontPlatformData FontResource::platformDataFromCustomData(float size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant widthVariant) argument
158 return FontPlatformData(size, bold, italic);
161 return m_fontData->fontPlatformData(size, bold, italic, orientation, widthVariant);
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A DSkPdfFont.cpp109 If the font in a source document uses a bold or italic style, but there is no font
112 font name. For example, for a TrueType font that is a bold variant of the New
127 SkTypeface* SkTypefaceFromPdfStandardFont(const char* fontName, bool bold, bool italic) { argument
134 // TODO(edisonn): How does the bold/italic specified in standard definition combines with
136 bold = bold || fontData.fIsBold;
141 SkTypeface::Style((bold ? SkTypeface::kBold : 0) |
H A DSkPdfFont.h40 SkPdfStandardFontEntry(const char* name, bool bold, bool italic) argument
42 fIsBold(bold),
47 SkTypeface* SkTypefaceFromPdfStandardFont(const char* fontName, bool bold, bool italic);
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_indirect.cpp289 bool bold = SkToBool(styleBits & SkTypeface::kBold); local
291 SkFontStyle style = SkFontStyle(bold ? SkFontStyle::kBold_Weight
/external/skia/experimental/PdfViewer/
H A DSkPdfFont.cpp109 If the font in a source document uses a bold or italic style, but there is no font
112 font name. For example, for a TrueType font that is a bold variant of the New
127 SkTypeface* SkTypefaceFromPdfStandardFont(const char* fontName, bool bold, bool italic) { argument
134 // TODO(edisonn): How does the bold/italic specified in standard definition combines with
136 bold = bold || fontData.fIsBold;
141 SkTypeface::Style((bold ? SkTypeface::kBold : 0) |
H A DSkPdfFont.h40 SkPdfStandardFontEntry(const char* name, bool bold, bool italic) argument
42 fIsBold(bold),
47 SkTypeface* SkTypefaceFromPdfStandardFont(const char* fontName, bool bold, bool italic);
/external/skia/src/core/
H A DSkFontHost.cpp233 bool bold = style & SkTypeface::kBold; local
235 SkFontStyle newStyle = SkFontStyle(bold ? SkFontStyle::kBold_Weight
/external/skia/src/fonts/
H A DSkFontMgr_indirect.cpp277 bool bold = SkToBool(styleBits & SkTypeface::kBold); local
279 SkFontStyle style = SkFontStyle(bold ? SkFontStyle::kBold_Weight
/external/chromium_org/ash/system/bluetooth/
H A Dtray_bluetooth.cc273 bool bold,
279 bold? gfx::Font::BOLD : gfx::Font::NORMAL,
272 AppendSameTypeDevicesToScrollList(const BluetoothDeviceList& list, bool bold, bool checked, bool enabled) argument
/external/chromium_org/content/browser/renderer_host/
H A Dsandbox_ipc_linux.cc293 bool bold, italic; local
297 !pickle.ReadBool(&iter, &bold) ||
309 (bold ? gfx::Font::BOLD : 0) | (italic ? gfx::Font::ITALIC : 0);
/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp145 bool bold = s & SkTypeface::kBold; local
147 SkFontStyle newStyle = SkFontStyle(bold ? SkFontStyle::kBold_Weight
/external/chromium_org/ui/gfx/
H A Drender_text_pango.cc356 // Only split text runs as needed for bold and italic font styles changes.
357 BreakList<bool>::const_iterator bold = styles()[BOLD].breaks().begin(); local
359 while (bold != styles()[BOLD].breaks().end() &&
361 const int style = (bold->second ? Font::BOLD : 0) |
363 const size_t bold_end = styles()[BOLD].GetRange(bold).end();
375 TextIndexToLayoutIndex(std::max(bold->first, italic->first));
379 bold += bold_end == style_end ? 1 : 0;
382 DCHECK(bold == styles()[BOLD].breaks().end());
H A Drender_text_unittest.cc217 bool bold; member in struct:gfx::__anon16883
240 const bool bold = desc.find(ASCIIToUTF16("Bold")) != std::string::npos; local
241 EXPECT_EQ(cases[i].bold, bold);
1433 // Apply a bold style and check that the new width is greater.
/external/libvterm/src/
H A Dvterm_internal.h21 unsigned int bold:1; member in struct:VTermPen
H A Dscreen.c18 unsigned int bold : 1; member in struct:__anon25025
390 screen->pen.bold = val->boolean;
707 cell->attrs.bold = intcell->pen.bold;
741 intcell->pen.bold = cell->attrs.bold;
823 if((attrs & VTERM_ATTR_BOLD_MASK) && (a->pen.bold != b->pen.bold))
/external/lldb/examples/python/
H A Dgdbremote.py47 def bold(self, on = True): member in class:TerminalColors
48 '''Enable or disable bold depending on the "on" paramter.'''
/external/llvm/lib/Support/
H A Draw_ostream.cpp605 raw_ostream &raw_fd_ostream::changeColor(enum Colors colors, bool bold, argument
611 : sys::Process::OutputColor(colors, bold, bg);
/external/chromium_org/content/browser/appcache/
H A Dview_appcache_internals_job.cc65 ".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/libvterm/include/
H A Dvterm.h213 unsigned int bold : 1; member in struct:__anon25015::__anon25016

Completed in 2966 milliseconds

12