Searched refs:activeFonts (Results 1 – 1 of 1) sorted by relevance
77 auto& activeFonts = mRSC->mStateFont.mActiveFonts; in preDestroy() local78 for (uint32_t ct = 0; ct < activeFonts.size(); ct++) { in preDestroy()79 if (activeFonts[ct] == this) { in preDestroy()80 activeFonts.erase(activeFonts.begin() + ct); in preDestroy()298 auto& activeFonts = rsc->mStateFont.mActiveFonts; in create() local300 for (uint32_t i = 0; i < activeFonts.size(); i ++) { in create()301 Font *ithFont = activeFonts[i]; in create()310 activeFonts.push_back(newFont); in create()