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

/frameworks/rs/
H A DrsFont.cpp308 Font *newFont = new Font(rsc); local
309 bool isInitialized = newFont->init(name, fontSize, dpi, data, dataLen);
311 activeFonts.push(newFont);
312 rsc->mStateFont.precacheLatin(newFont);
313 return newFont;
316 ObjectBase::checkDelete(newFont);
863 Font *newFont = Font::create(rsc, name, fontSize, dpi); local
864 if (newFont) {
865 newFont->incUserRef();
867 return newFont;
874 Font *newFont = Font::create(rsc, name, fontSize, dpi, data, data_length); local
[all...]

Completed in 448 milliseconds