Home | History | Annotate | Download | only in rendering

Lines Matching refs:usedFonts

582     Vector<const SimpleFontData*>* usedFonts = 0;
586 usedFonts = it == textBoxDataMap.end() ? 0 : &it->second.first;
596 if (usedFonts && !usedFonts->isEmpty() && (includeFont || (box->renderer()->style(m_firstLine)->lineHeight().isNegative() && includeLeading))) {
597 usedFonts->append(box->renderer()->style(m_firstLine)->font().primaryFont());
598 for (size_t i = 0; i < usedFonts->size(); ++i) {
599 const FontMetrics& fontMetrics = usedFonts->at(i)->fontMetrics();