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

/frameworks/rs/
H A DrsFont.cpp307 Font *newFont = new Font(rsc); local
308 bool isInitialized = newFont->init(name, fontSize, dpi, data, dataLen);
310 activeFonts.push_back(newFont);
311 rsc->mStateFont.precacheLatin(newFont);
312 return newFont;
315 ObjectBase::checkDelete(newFont);
860 Font *newFont = Font::create(rsc, name, fontSize, dpi); local
861 if (newFont) {
862 newFont->incUserRef();
864 return newFont;
871 Font *newFont = Font::create(rsc, name, fontSize, dpi, data, data_length); local
[all...]

Completed in 47 milliseconds