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

/frameworks/base/libs/hwui/font/
H A DFont.cpp424 Vector<Font*> &activeFonts = state->mActiveFonts; local
426 for (uint32_t i = 0; i < activeFonts.size(); i++) {
427 Font* font = activeFonts[i];
438 activeFonts.push(newFont);
/frameworks/rs/
H A DrsFont.cpp297 Vector<Font*> &activeFonts = rsc->mStateFont.mActiveFonts; local
299 for (uint32_t i = 0; i < activeFonts.size(); i ++) {
300 Font *ithFont = activeFonts[i];
309 activeFonts.push(newFont);

Completed in 55 milliseconds