Home
last modified time | relevance | path

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

12345678910>>...21

/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/
H A DTypefaceTests.cpp92 std::unique_ptr<Typeface> bold(Typeface::createWithDifferentBaseWeight(nullptr, 700)); in TEST() local
111 std::unique_ptr<Typeface> bold(Typeface::createRelative(nullptr, Typeface::kBold)); in TEST() local
141 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
174 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
207 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
242 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
281 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold)); in TEST() local
320 std::unique_ptr<Typeface> bold(Typeface::createAbsolute(nullptr, 700, false)); in TEST() local
364 std::unique_ptr<Typeface> bold(Typeface::createFromFamilies( in TEST() local
407 std::unique_ptr<Typeface> bold( in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/tracing-subscriber/src/fmt/format/
Dpretty.rs296 let bold = writer.bold(); in format_event() localVariable
431 fn bold(&self) -> Style { in bold() method
455 let bold = self.bold(); in record_error() localVariable
476 let bold = self.bold(); in record_debug() localVariable
Dmod.rs527 pub(in crate::fmt::format) fn bold(&self) -> Style { in bold() method
962 let bold = writer.bold(); in format_event() localVariable
1354 fn bold(&self) -> Style { in bold() function
1372 let bold = self.bold(); in fmt() localVariable
1403 fn bold(self) -> Self { in bold() method
/aosp_15_r20/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()
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/common/
H A DTerminal.kt45 fun bold(string: String): String { in attributes() method in com.android.tools.metalava.cli.common.Terminal
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/webvtt/
H A DWebvttCssStyle.java94 @OptionalBoolean private int bold; field in WebvttCssStyle
207 public WebvttCssStyle setBold(boolean bold) { in setBold()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/webvtt/
H A DWebvttCssStyle.java100 private @OptionalBoolean int bold; field in WebvttCssStyle
212 public WebvttCssStyle setBold(boolean bold) { in setBold()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/
H A DTtmlStyle.java79 @OptionalBoolean private int bold; field in TtmlStyle
136 public TtmlStyle setBold(boolean bold) { in setBold()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/
H A DTtmlStyle.java86 private @OptionalBoolean int bold; field in TtmlStyle
142 public TtmlStyle setBold(boolean bold) { in setBold()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/
H A DSsaStyle.java99 public final boolean bold; field in SsaStyle
109 boolean bold, in SsaStyle()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/
H A DSsaStyle.java96 public final boolean bold; field in SsaStyle
106 boolean bold, in SsaStyle()
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/
H A Dcolors.py32 bold = _make_color(1) variable in Color
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/Carbon/
DQuickDraw.py6 bold = 1 variable
183 bold = 1 variable
/aosp_15_r20/frameworks/native/services/surfaceflinger/
H A DColorizer.h47 void bold(std::string& out) { in bold() function
/aosp_15_r20/external/flashrom/util/flashrom_tester/src/
H A Dtypes.rs37 pub bold: &'static str, field
/aosp_15_r20/external/rust/android-crates-io/crates/annotate-snippets/src/stylesheets/
Dno_color.rs20 fn bold(&self) -> Box<dyn Style> { in bold() method
Dcolor.rs24 fn bold(&self) -> Box<dyn Style> { in bold() method
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/demos/
H A Dfirework.c146 chtype bold = (rand() % 2) ? A_BOLD : A_NORMAL; in get_color() local
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_docpagedata.cpp98 int CalculateFlags(bool bold, in CalculateFlags()
123 bool bold, in ProcessNonbCJK()
/aosp_15_r20/system/tools/hidl/lint/
DLint.cpp82 static std::string setColor(Color color, bool bold = false) { in setColor()
/aosp_15_r20/development/apps/Development/src/com/android/development/
H A DDetails.java95 TextView makeView(String str, boolean bold, int fontSize) in makeView()
/aosp_15_r20/external/rust/android-crates-io/crates/annotate-snippets/src/formatter/
Dstyle.rs43 fn bold(&self) -> Box<dyn Style>; in bold() method
/aosp_15_r20/build/soong/cmd/javac_wrapper/
H A Djavac_wrapper.go49 bold = escape + "[1m" var
/aosp_15_r20/external/python/bumble/bumble/
Dcolors.py98 bold = partial(color, style='bold') variable
/aosp_15_r20/external/ltp/docparse/
H A Dtestinfo.pl85 sub bold subroutine

12345678910>>...21