Searched refs:bold (Results 101 - 125 of 217) sorted by relevance

123456789

/external/chromium_org/ui/file_manager/video_player/css/
H A Dvideo_player.css106 font-weight: bold;
114 font-weight: bold;
/external/llvm/include/llvm/Support/
H A DProcess.h253 static const char *OutputColor(char c, bool bold, bool bg);
255 /// Same as OutputColor, but only enables the bold attribute.
/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());
/external/chromium_org/chrome/browser/resources/
H A Dabout_memory.css15 font-weight: bold;
166 font-weight: bold;
227 font-weight: bold;
H A Dsupervised_user_block_interstitial.css77 font-weight: bold;
H A Dsync_setup_overlay.css148 font-weight: bold;
298 font-weight: bold;
425 font-weight: bold;
459 font-weight: bold;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
H A Dstyle.css146 font-weight: bold;
221 font-weight: bold;
269 font-weight: bold;
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-core.css251 font-weight: bold;
285 font-weight: bold;
566 font-weight : bold;
681 .kwd { color: #006; font-weight: bold; }
683 .typ { color: #404; font-weight: bold; }
687 .tag { color: #006; font-weight: bold; }
/external/chromium_org/chrome/browser/resources/options/
H A Dlanguage_options.css22 font-weight: bold;
140 font-weight: bold;
H A Dmanage_profile_overlay.css41 font-weight: bold;
58 font-weight: bold;
H A Dcontent_settings.css35 font-weight: bold;
H A Dcontrolled_setting.css56 font-weight: bold;
H A Dsearch_engine_manager.css57 font-weight: bold;
/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) |
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_linux.cpp150 bool bold = fStyles[index]->isBold();
152 *style = SkFontStyle(bold ? SkFontStyle::kBold_Weight : SkFontStyle::kNormal_Weight,
179 bool bold = fStyles[i]->isBold();
181 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) |
/external/skia/src/ports/
H A DSkFontHost_linux.cpp144 bool bold = fStyles[index]->isBold();
146 *style = SkFontStyle(bold ? SkFontStyle::kBold_Weight : SkFontStyle::kNormal_Weight,
173 bool bold = fStyles[i]->isBold();
175 SkFontStyle style = SkFontStyle(bold ? SkFontStyle::kBold_Weight
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Dscreen_gaia_signin.css134 font-weight: bold;
H A Dscreen_password_changed.css24 font-weight: bold;
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dmobile_setup.css121 font-weight: bold;
/external/chromium_org/chrome/browser/resources/downloads/
H A Ddownloads.css8 font-weight: bold;
/external/chromium_org/chrome/browser/resources/net_internals/
H A Devents_view.css38 font-weight: bold;
/external/chromium_org/chrome/browser/resources/options/chromeos/
H A Ddisplay_options.css75 font-weight: bold;
/external/chromium_org/chrome/browser/resources/sync_internals/
H A Dabout.css127 font-weight: bold;
/external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/tests/
H A Dmanual.css41 font-weight: bold;

Completed in 527 milliseconds

123456789