Home | History | Annotate | Download | only in rendering

Lines Matching refs:usedFonts

433             const Vector<const SimpleFontData*>* usedFonts = 0;
436 usedFonts = it == textBoxDataMap.end() ? 0 : &it->second.first;
439 if (usedFonts) {
440 for (size_t i = 0; i < usedFonts->size(); ++i) {
441 if (usedFonts->at(i)->hasVerticalGlyphs())