Searched defs:bold (Results 1 – 6 of 6) sorted by relevance
| /frameworks/base/libs/hwui/tests/unit/ |
| D | TypefaceTests.cpp | 85 std::unique_ptr<Typeface> bold(Typeface::createWithDifferentBaseWeight(nullptr, 700)); in TEST() local 104 std::unique_ptr<Typeface> bold(Typeface::createRelative(nullptr, Typeface::kBold)); in TEST() local 134 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local 167 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local 200 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local 235 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local 274 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local 313 std::unique_ptr<Typeface> bold(Typeface::createAbsolute(nullptr, 700, false)); in TEST() local 357 std::unique_ptr<Typeface> bold( in TEST() local 399 std::unique_ptr<Typeface> bold(Typeface::createFromFamilies( in TEST() local
|
| /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
| D | TextAttribute.java | 30 public boolean bold; field in TextAttribute 37 FontSize size, boolean bold, boolean italic, boolean underlined, in TextAttribute()
|
| /frameworks/native/services/surfaceflinger/ |
| D | Colorizer.h | 49 void bold(std::string& out) { in bold() function
|
| /frameworks/base/tools/stringslint/ |
| D | stringslint.py | 41 def format(fg=None, bg=None, bright=False, bold=False, dim=False, reset=False): argument
|
| /frameworks/base/cmds/bootanimation/ |
| D | BootAnimation.cpp | 594 void BootAnimation::drawText(const char* str, const Font& font, bool bold, int* x, int* y) { in drawText()
|
| /frameworks/base/tools/apilint/ |
| D | apilint.py | 37 def format(fg=None, bg=None, bright=False, bold=False, dim=False, reset=False): argument
|