Searched defs:newFont (Results 1 – 5 of 5) sorted by relevance
/frameworks/minikin/tests/unittest/ |
D | FontTest.cpp | 167 std::shared_ptr<Font> newFont = Font::Builder(font->getAdjustedTypeface(700, -1)).build(); in TEST() local 190 std::shared_ptr<Font> newFont = Font::Builder(font->getAdjustedTypeface(-1, 0)).build(); in TEST() local 213 std::shared_ptr<Font> newFont = Font::Builder(font->getAdjustedTypeface(500, 1)).build(); in TEST() local 246 std::shared_ptr<Font> newFont = Font::Builder(font->getAdjustedTypeface(700, -1)).build(); in TEST() local 265 std::shared_ptr<Font> newFont = Font::Builder(font->getAdjustedTypeface(-1, 1)).build(); in TEST() local 286 std::shared_ptr<Font> newFont = Font::Builder(font->getAdjustedTypeface(500, 0)).build(); in TEST() local
|
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
D | FontInterpolator.kt | 168 val newFont = Font.Builder(start).setFontVariationSettings(newAxes.toTypedArray()).build() in <lambda>() constant
|
D | TextInterpolator.kt | 439 val newFont = newGlyphs.getFont(run.start) in <lambda>() constant
|
/frameworks/rs/ |
D | rsFont.cpp | 307 Font *newFont = new Font(rsc); in create() local 860 Font *newFont = Font::create(rsc, name, fontSize, dpi); in rsi_FontCreateFromFile() local 871 Font *newFont = Font::create(rsc, name, fontSize, dpi, data, data_length); in rsi_FontCreateFromMemory() local
|
/frameworks/base/libs/hwui/jni/fonts/ |
D | Font.cpp | 146 std::shared_ptr<minikin::Font> newFont = minikin::Font::Builder(newMinikinFont) in Font_Builder_clone() local
|