Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DTypefaceTests.cpp91 std::unique_ptr<Typeface> bold(Typeface::createWithDifferentBaseWeight(nullptr, 700)); in TEST() local
110 std::unique_ptr<Typeface> bold(Typeface::createRelative(nullptr, Typeface::kBold)); in TEST() local
140 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
173 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
206 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
241 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
280 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
319 std::unique_ptr<Typeface> bold(Typeface::createAbsolute(nullptr, 700, false)); in TEST() local
363 std::unique_ptr<Typeface> bold(Typeface::createFromFamilies( in TEST() local
406 std::unique_ptr<Typeface> bold( in TEST() local
/aosp14/frameworks/base/tools/apilint/
H A Ddeprecated_at_birth.py27 def format(fg=None, bg=None, bright=False, bold=False, dim=False, reset=False): argument
/aosp14/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp1047 void BootAnimation::drawText(const char* str, const Font& font, bool bold, int* x, int* y) { in drawText()