/frameworks/base/libs/hwui/tests/unit/ |
D | TypefaceTests.cpp | 92 std::unique_ptr<Typeface> bold(Typeface::createWithDifferentBaseWeight(nullptr, 700)); in TEST() local 93 EXPECT_EQ(700, bold->fStyle.weight()); in TEST() 94 EXPECT_EQ(minikin::FontStyle::Slant::UPRIGHT, bold->fStyle.slant()); in TEST() 95 EXPECT_EQ(Typeface::kNormal, bold->fAPIStyle); in TEST() 111 std::unique_ptr<Typeface> bold(Typeface::createRelative(nullptr, Typeface::kBold)); in TEST() local 112 EXPECT_EQ(700, bold->fStyle.weight()); in TEST() 113 EXPECT_EQ(minikin::FontStyle::Slant::UPRIGHT, bold->fStyle.slant()); in TEST() 114 EXPECT_EQ(Typeface::kBold, bold->fAPIStyle); in TEST() 141 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local 142 EXPECT_EQ(1000, bold->fStyle.weight()); in TEST() [all …]
|
/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() argument 43 this.bold = bold; in TextAttribute()
|
D | ValueParser.java | 256 boolean bold = (format & 0x10) != 0; in retrieveTextAttribute() 264 align, size, bold, italic, underlined, in retrieveTextAttribute()
|
/frameworks/base/tools/apilint/ |
D | deprecated_at_birth.py | 27 def format(fg=None, bg=None, bright=False, bold=False, dim=False, reset=False): argument 36 if bold: codes.append("1") 235 … dump = "%s%s:%s %s" % (format(fg=RED, bg=BLACK, bold=True), self.head, format(reset=True), msg) 238 … dump = "%s%s:%s %s" % (format(fg=YELLOW, bg=BLACK, bold=True), self.head, format(reset=True), msg) 310 print("%s Deprecated at birth %s\n" % ((format(fg=WHITE, bg=BLUE, bold=True),
|
/frameworks/native/services/surfaceflinger/ |
D | Colorizer.h | 47 void bold(std::string& out) { in bold() function
|
D | SurfaceFlinger.cpp | 6866 colorizer.bold(result); in dumpAll() 6880 colorizer.bold(result); in dumpAll() 6886 colorizer.bold(result); in dumpAll() 6897 colorizer.bold(result); in dumpAll() 6906 colorizer.bold(result); in dumpAll() 6919 colorizer.bold(result); in dumpAll() 6978 colorizer.bold(result); in dumpAll()
|
/frameworks/base/cmds/bootanimation/ |
D | BootAnimation.h | 186 void drawText(const char* str, const Font& font, bool bold, int* x, int* y);
|
D | FORMAT.md | 79 bold weight. 82 * Each row is divided in half: regular weight glyphs on the top half, bold glyphs on the bottom
|
D | BootAnimation.cpp | 1084 void BootAnimation::drawText(const char* str, const Font& font, bool bold, int* x, int* y) { in drawText() argument 1117 float v0 = (row + (bold ? 0.5f : 0.0f)) / FONT_NUM_ROWS; in drawText()
|
/frameworks/base/core/java/android/widget/ |
D | EditText.java | 90 private static final int ID_BOLD = android.R.id.bold;
|
/frameworks/base/core/java/android/text/flags/ |
D | flags.aconfig | 208 description: "Use a bold typeface when bolding is enabled and the original typeface is null"
|
/frameworks/base/core/api/ |
D | current.txt | 2391 field public static final int bold = 16908379; // 0x102005b
|