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

/frameworks/rs/
H A DrsFont.cpp299 Vector<Font*> &activeFonts = rsc->mStateFont.mActiveFonts; local
301 for (uint32_t i = 0; i < activeFonts.size(); i ++) {
302 Font *ithFont = activeFonts[i];
311 activeFonts.push(newFont);

Completed in 867 milliseconds