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

  /frameworks/minikin/tests/
FontCollectionItemizeTest.cpp 97 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold());
98 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic());
105 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold());
106 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic());
113 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold());
114 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic());
121 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold());
122 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic());
131 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold());
132 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic())
    [all...]
  /frameworks/base/libs/hwui/hwui/
MinikinSkia.cpp 41 // Apply font fakery on top of user-supplied flags.
42 MinikinFontSkia::populateSkPaint(skPaint, font, paint.fakery);
120 void MinikinFontSkia::populateSkPaint(SkPaint* paint, const MinikinFont* font, FontFakery fakery) {
122 paint->setFakeBoldText(paint->isFakeBoldText() || fakery.isFakeBold());
123 if (fakery.isFakeItalic()) {
MinikinSkia.h 55 static void populateSkPaint(SkPaint* paint, const MinikinFont* font, FontFakery fakery);
  /frameworks/minikin/include/minikin/
MinikinFont.h 49 fakery(), fontFeatureSettings() { }
61 FontFakery fakery; member in struct:android::MinikinPaint
FontFamily.h 98 FontFakery fakery; member in struct:android::FakedFont
  /frameworks/minikin/libs/minikin/
FontFamily.cpp 145 result.fakery = computeFakery(style, bestFont->style);
Layout.cpp 742 ctx->paint.fakery = mFaces[font_ix].fakery;
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 410 MinikinFontSkia::populateSkPaint(paint, baseFont.font, baseFont.fakery);
    [all...]

Completed in 137 milliseconds