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 862 Font *newFont = Font::create(rsc, name, fontSize, dpi); in rsi_FontCreateFromFile() local 873 Font *newFont = Font::create(rsc, name, fontSize, dpi, data, data_length); in rsi_FontCreateFromMemory() local
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 436 Font* newFont = new Font(state, fontId, fontSize, flags, italicStyle, in create() local
|