Searched defs:newFont (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ |
D | rsFont.cpp | 306 Font *newFont = new Font(rsc); in create() local 854 Font *newFont = Font::create(rsc, name, fontSize, dpi); in rsi_FontCreateFromFile() local 865 Font *newFont = Font::create(rsc, name, fontSize, dpi, data, data_length); in rsi_FontCreateFromMemory() local
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.cpp | 451 Font* newFont = new Font(state, fontId, fontSize, flags, italicStyle, in create() local
|