Home
last modified time | relevance | path

Searched defs:newFont (Results 1 – 5 of 5) sorted by relevance

/frameworks/minikin/tests/unittest/
DFontTest.cpp167 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/
DFontInterpolator.kt168 val newFont = Font.Builder(start).setFontVariationSettings(newAxes.toTypedArray()).build() in <lambda>() constant
DTextInterpolator.kt439 val newFont = newGlyphs.getFont(run.start) in <lambda>() constant
/frameworks/rs/
DrsFont.cpp307 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/
DFont.cpp146 std::shared_ptr<minikin::Font> newFont = minikin::Font::Builder(newMinikinFont) in Font_Builder_clone() local