Searched refs:newFont (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsFont.cpp306 Font *newFont = new Font(rsc); local
307 bool isInitialized = newFont->init(name, fontSize, dpi, data, dataLen);
309 activeFonts.push(newFont);
310 rsc->mStateFont.precacheLatin(newFont);
311 return newFont;
314 ObjectBase::checkDelete(newFont);
862 Font *newFont = Font::create(rsc, name, fontSize, dpi); local
863 if (newFont) {
864 newFont->incUserRef();
866 return newFont;
873 Font *newFont = Font::create(rsc, name, fontSize, dpi, data, data_length); local
[all...]
/frameworks/base/libs/hwui/font/
H A DFont.cpp436 Font* newFont = new Font(state, fontId, fontSize, flags, italicStyle, local
438 activeFonts.push(newFont);
439 return newFont;

Completed in 26 milliseconds