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

/frameworks/base/libs/rs/
H A DrsFont.cpp296 Vector<Font*> &activeFonts = rsc->mStateFont.mActiveFonts; local
298 for (uint32_t i = 0; i < activeFonts.size(); i ++) {
299 Font *ithFont = activeFonts[i];
308 activeFonts.push(newFont);
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp289 Vector<Font*> &activeFonts = state->mActiveFonts; local
291 for (uint32_t i = 0; i < activeFonts.size(); i++) {
292 Font* font = activeFonts[i];
303 activeFonts.push(newFont);

Completed in 54 milliseconds