HomeSort by relevance Sort by last modified time
    Searched refs:usedFonts (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp 633 Vector<const SimpleFontData*>* usedFonts = 0;
637 usedFonts = it == textBoxDataMap.end() ? 0 : &it->value.first;
647 if (usedFonts && !usedFonts->isEmpty() && (includeFont || (box->renderer().style(isFirstLineStyle())->lineHeight().isNegative() && includeLeading))) {
648 usedFonts->append(box->renderer().style(isFirstLineStyle())->font().primaryFont());
649 for (size_t i = 0; i < usedFonts->size(); ++i) {
650 const FontMetrics& fontMetrics = usedFonts->at(i)->fontMetrics();
    [all...]
InlineFlowBox.cpp 459 const Vector<const SimpleFontData*>* usedFonts = 0;
462 usedFonts = it == textBoxDataMap.end() ? 0 : &it->value.first;
465 if (usedFonts) {
466 for (size_t i = 0; i < usedFonts->size(); ++i) {
467 if (usedFonts->at(i)->hasVerticalGlyphs())
    [all...]

Completed in 42 milliseconds