/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/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/minikin/include/minikin/ |
MinikinFont.h | 49 fakery(), fontFeatureSettings() { } 61 FontFakery fakery; member in struct:android::MinikinPaint
|
FontCollection.h | 51 // Get base font with fakery information (fake bold could affect metrics)
|
FontFamily.h | 98 FontFakery fakery; member in struct:android::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/ |
FontFamily.cpp | 145 result.fakery = computeFakery(style, bestFont->style);
|
Layout.cpp | 742 ctx->paint.fakery = mFaces[font_ix].fakery; [all...] |
/hardware/bsp/intel/peripheral/libupm/src/nrf24l01/ |
nrf24l01.h | 4 * BLE Beaconing based on http://dmitry.gr/index.php?r=05.Projects&proj=11.%20Bluetooth%20LE%20fakery
|
nrf24l01.cxx | 4 * BLE Beaconing based on http://dmitry.gr/index.php?r=05.Projects&proj=11.%20Bluetooth%20LE%20fakery
|
/frameworks/base/core/jni/android/graphics/ |
Paint.cpp | 410 MinikinFontSkia::populateSkPaint(paint, baseFont.font, baseFont.fakery); [all...] |