Home | History | Annotate | Download | only in rs

Lines Matching defs:newFont

308     Font *newFont = new Font(rsc);
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);
868 if (newFont) {
869 newFont->incUserRef();
871 return newFont;
878 Font *newFont = Font::create(rsc, name, fontSize, dpi, data, data_length);
879 if (newFont) {
880 newFont->incUserRef();
882 return newFont;