HomeSort by relevance Sort by last modified time
    Searched full:activefonts (Results 1 - 1 of 1) sorted by null

  /frameworks/rs/
rsFont.cpp 299 Vector<Font*> &activeFonts = rsc->mStateFont.mActiveFonts;
301 for (uint32_t i = 0; i < activeFonts.size(); i ++) {
302 Font *ithFont = activeFonts[i];
311 activeFonts.push(newFont);

Completed in 163 milliseconds