HomeSort by relevance Sort by last modified time
    Searched defs:itemFont (Results 1 - 4 of 4) sorted by null

  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 312 Font itemFont = client()->menuStyle().font();
314 FontDescription d = itemFont.fontDescription();
316 itemFont = Font(d, itemFont.letterSpacing(), itemFont.wordSpacing());
317 itemFont.update(m_popupClient->fontSelector());
320 popupWidth = max(popupWidth, itemFont.width(TextRun(text.characters(), text.length())));
634 Font itemFont = client()->menuStyle().font();
636 FontDescription d = itemFont.fontDescription();
638 itemFont = Font(d, itemFont.letterSpacing(), itemFont.wordSpacing())
    [all...]
  /external/webkit/WebCore/rendering/
RenderListBox.cpp 106 Font itemFont = style()->font();
111 FontDescription d = itemFont.fontDescription();
113 itemFont = Font(d, itemFont.letterSpacing(), itemFont.wordSpacing());
114 itemFont.update(document()->styleSelector()->fontSelector());
118 float textWidth = itemFont.floatWidth(TextRun(text.impl(), 0, 0, 0, false, false, false, false));
327 Font itemFont = style()->font();
329 FontDescription d = itemFont.fontDescription();
331 itemFont = Font(d, itemFont.letterSpacing(), itemFont.wordSpacing())
    [all...]
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 831 Font itemFont = getRowFont(rowIndex);
846 itemText = StringTruncator::rightTruncate(itemText, maxWidth, itemFont);
860 textX += maxWidth - itemFont.width(textRun);
862 int textY = rowRect.y() + itemFont.ascent() + (rowRect.height() - itemFont.height()) / 2;
863 gc->drawBidiText(itemFont, textRun, IntPoint(textX, textY));
868 Font itemFont = m_popupClient->menuStyle().font();
871 FontDescription d = itemFont.fontDescription();
873 Font font(d, itemFont.letterSpacing(), itemFont.wordSpacing())
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1443 milliseconds