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

/frameworks/rs/
H A DrsFont.cpp77 auto& activeFonts = mRSC->mStateFont.mActiveFonts; local
78 for (uint32_t ct = 0; ct < activeFonts.size(); ct++) {
79 if (activeFonts[ct] == this) {
80 activeFonts.erase(activeFonts.begin() + ct);
298 auto& activeFonts = rsc->mStateFont.mActiveFonts; local
300 for (uint32_t i = 0; i < activeFonts.size(); i ++) {
301 Font *ithFont = activeFonts[i];
310 activeFonts.push_back(newFont);

Completed in 58 milliseconds