HomeSort by relevance Sort by last modified time
    Searched refs:kBold (Results 1 - 8 of 8) sorted by null

  /frameworks/base/libs/hwui/hwui/
Typeface.h 41 enum Style : uint8_t { kNormal = 0, kBold = 0x01, kItalic = 0x02, kBoldItalic = 0x03 };
Typeface.cpp 40 return italic ? Typeface::kBoldItalic : Typeface::kBold;
54 if ((relativeStyle & Typeface::kBold) != 0) {
  /frameworks/base/libs/hwui/tests/unit/
TypefaceTests.cpp 103 std::unique_ptr<Typeface> bold(Typeface::createRelative(nullptr, Typeface::kBold));
106 EXPECT_EQ(Typeface::kBold, bold->fAPIStyle);
133 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold));
136 EXPECT_EQ(Typeface::kBold, bold->fAPIStyle);
166 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold));
169 EXPECT_EQ(Typeface::kBold, bold->fAPIStyle);
188 std::unique_ptr<Typeface> base(Typeface::createRelative(nullptr, Typeface::kBold));
199 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold));
202 EXPECT_EQ(Typeface::kBold, bold->fAPIStyle);
234 std::unique_ptr<Typeface> bold(Typeface::createRelative(base.get(), Typeface::kBold));
    [all...]
  /external/skia/include/core/
SkTypeface.h 50 /** Returns true if style() has the kBold bit set. */
360 kBold = 0x01,
  /external/skqp/include/core/
SkTypeface.h 50 /** Returns true if style() has the kBold bit set. */
360 kBold = 0x01,
  /external/skia/src/core/
SkTypeface.cpp 90 return SkFontStyle((oldStyle & SkTypeface::kBold) ? SkFontStyle::kBold_Weight
142 (fontStyle.weight() == SkFontStyle::kBold_Weight ? SkTypeface::kBold :
  /external/skqp/src/core/
SkTypeface.cpp 90 return SkFontStyle((oldStyle & SkTypeface::kBold) ? SkFontStyle::kBold_Weight
142 (fontStyle.weight() == SkFontStyle::kBold_Weight ? SkTypeface::kBold :
  /external/sfntly/cpp/src/sfntly/table/core/
os2_table.h 37 kBold = 700,
228 kBOLD = 1 << 5,

Completed in 2149 milliseconds