/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | TypefaceTests.cpp | 87 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
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
H A D | TextAttribute.java | 30 public boolean bold; field in TextAttribute 37 FontSize size, boolean bold, boolean italic, boolean underlined, in TextAttribute()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | Colorizer.h | 47 void bold(std::string& out) { in bold() function
|
/aosp12/bionic/tools/versioner/ |
H A D | run_tests.py | 9 bold = '\033[1m' variable
|
/aosp12/system/tools/hidl/lint/ |
H A D | Lint.cpp | 82 static std::string setColor(Color color, bool bold = false) { in setColor()
|
/aosp12/build/soong/cmd/javac_wrapper/ |
H A D | javac_wrapper.go | 49 bold = escape + "[1m" var
|
/aosp12/frameworks/base/tools/stringslint/ |
H A D | stringslint.py | 39 def format(fg=None, bg=None, bright=False, bold=False, dim=False, reset=False): argument
|
/aosp12/build/soong/ui/terminal/ |
H A D | smart_status.go | 413 func (ansiImpl) bold() string { func
|
/aosp12/frameworks/base/tools/apilint/ |
H A D | deprecated_at_birth.py | 27 def format(fg=None, bg=None, bright=False, bold=False, dim=False, reset=False): argument
|
/aosp12/packages/apps/Settings/src/com/android/settings/notification/history/ |
H A D | NotificationStation.java | 303 private static CharSequence bold(CharSequence cs) { in bold() method in NotificationStation
|
/aosp12/bootable/recovery/minui/ |
H A D | graphics.cpp | 157 void gr_text(const GRFont* font, int x, int y, const char* s, bool bold) { in gr_text()
|
/aosp12/bootable/recovery/recovery_ui/ |
H A D | screen_ui.cpp | 180 bool bold = false; in DrawItems() local
|
/aosp12/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.cpp | 991 void BootAnimation::drawText(const char* str, const Font& font, bool bold, int* x, int* y) { in drawText()
|