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);
867 Font *newFont = Font::create(rsc, name, fontSize, dpi); local
868 if (newFont) {
869 newFont->incUserRef();
871 return newFont;
878 Font *newFont = Font::create(rsc, name, fontSize, dpi, data, data_length); local
[all...]

Completed in 456 milliseconds