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

  /frameworks/base/libs/hwui/hwui/
MinikinSkia.cpp 38 const minikin::FontFakery& fakery) {
44 // Apply font fakery on top of user-supplied flags.
45 MinikinFontSkia::populateSkPaint(skPaint, font, fakery);
49 const minikin::FontFakery& fakery) const {
53 MinikinFontSkia_SetSkiaPaint(this, &skPaint, paint, fakery);
63 const minikin::FontFakery& fakery) const {
67 MinikinFontSkia_SetSkiaPaint(this, &skPaint, paint, fakery);
77 const minikin::FontFakery& fakery) const {
79 MinikinFontSkia_SetSkiaPaint(this, &skPaint, paint, fakery);
152 minikin::FontFakery fakery) {
    [all...]
MinikinSkia.h 35 const minikin::FontFakery& fakery) const override;
39 const minikin::FontFakery& fakery) const override;
42 const minikin::FontFakery& fakery) const override;
60 minikin::FontFakery fakery);
  /frameworks/minikin/tests/util/
FreeTypeMinikinFontForTest.h 38 const FontFakery& fakery) const override;
40 const FontFakery& fakery) const override;
42 const FontFakery& fakery) const override;
FreeTypeMinikinFontForTest.cpp 88 const FontFakery& /* fakery */) const {
95 const FontFakery& /* fakery */) const {
109 const FontFakery& /* fakery */) const {
  /frameworks/minikin/tests/unittest/
FontCollectionItemizeTest.cpp 116 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold());
117 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic());
124 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold());
125 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic());
132 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold());
133 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic());
140 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold());
141 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic());
150 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeBold());
151 EXPECT_FALSE(runs[0].fakedFont.fakery.isFakeItalic())
    [all...]
  /frameworks/minikin/include/minikin/
MinikinFont.h 131 const FontFakery& fakery) const = 0;
134 const FontFakery& fakery) const = 0;
137 const FontFakery& fakery) const = 0;
FontCollection.h 51 // Get base font with fakery information (fake bold could affect metrics)
FontFamily.h 52 FontFakery fakery; member in struct:minikin::FakedFont
  /external/llvm/test/CodeGen/X86/
splat-for-size.ll 119 ; AVX can't do integer splats, and there's no broadcast fakery for 16-bit. Could use pshuflw, etc?
135 ; AVX can't do integer splats, and there's no broadcast fakery for 16-bit. Could use pshuflw, etc?
155 ; AVX can't do integer splats, and there's no broadcast fakery for 8-bit. Could use pshufb, etc?
171 ; AVX can't do integer splats, and there's no broadcast fakery for 8-bit. Could use pshufb, etc?
  /frameworks/minikin/libs/minikin/
Layout.cpp 53 FontFakery fakery; member in struct:minikin::__anon46096::SkiaArguments
59 float advance = args->font->GetHorizontalAdvance(glyph, *args->paint, args->fakery);
617 new SkiaArguments({fakedFont.font->typeface().get(), &paint, fakedFont.fakery}),
624 fakedFont.font->typeface()->GetFontExtent(&verticalExtent, paint, fakedFont.fakery);
    [all...]
  /frameworks/base/core/jni/android/graphics/
Paint.cpp 578 MinikinFontSkia::populateSkPaint(paint, baseFont.font->typeface().get(), baseFont.fakery);
    [all...]

Completed in 590 milliseconds