Home
last modified time | relevance | path

Searched defs:bold (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/tests/unit/
DTypefaceTests.cpp87 std::unique_ptr<Typeface> bold(Typeface::createWithDifferentBaseWeight(nullptr, 700)); in TEST() local
106 std::unique_ptr<Typeface> bold(Typeface::createRelative(nullptr, Typeface::kBold)); in TEST() local
136 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
169 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
202 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
237 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
276 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
315 std::unique_ptr<Typeface> bold(Typeface::createAbsolute(nullptr, 700, false)); in TEST() local
359 std::unique_ptr<Typeface> bold( in TEST() local
401 std::unique_ptr<Typeface> bold(Typeface::createFromFamilies( in TEST() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DTextAttribute.java30 public boolean bold; field in TextAttribute
37 FontSize size, boolean bold, boolean italic, boolean underlined, in TextAttribute()
/frameworks/native/services/surfaceflinger/
DColorizer.h47 void bold(std::string& out) { in bold() function
/frameworks/base/tools/stringslint/
Dstringslint.py39 def format(fg=None, bg=None, bright=False, bold=False, dim=False, reset=False): argument
/frameworks/base/tools/apilint/
Ddeprecated_at_birth.py27 def format(fg=None, bg=None, bright=False, bold=False, dim=False, reset=False): argument
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp850 void BootAnimation::drawText(const char* str, const Font& font, bool bold, int* x, int* y) { in drawText()