Searched refs:activeFonts (Results 1 – 2 of 2) sorted by relevance
424 Vector<Font*> &activeFonts = state->mActiveFonts; in create() local426 for (uint32_t i = 0; i < activeFonts.size(); i++) { in create()427 Font* font = activeFonts[i]; in create()438 activeFonts.push(newFont); in create()
297 Vector<Font*> &activeFonts = rsc->mStateFont.mActiveFonts; in create() local299 for (uint32_t i = 0; i < activeFonts.size(); i ++) { in create()300 Font *ithFont = activeFonts[i]; in create()309 activeFonts.push(newFont); in create()