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

  /external/chromium_org/third_party/WebKit/Source/web/
PopupListBox.cpp 449 Font itemFont = getRowFont(rowIndex);
468 String str = StringTruncator::rightTruncate(itemText, maxWidth, itemFont);
476 int availableWidth = maxWidth - textToLabelPadding - StringTruncator::width(itemText, itemFont);
477 itemLabel = StringTruncator::rightTruncate(itemLabel, availableWidth, itemFont);
486 textX += maxWidth - itemFont.width(textRun);
489 int textY = rowRect.y() + itemFont.fontMetrics().ascent() + (rowRect.height() - itemFont.fontMetrics().height()) / 2;
492 gc->drawBidiText(itemFont, textRunPaintInfo, IntPoint(textX, textY));
515 itemFont = m_popupClient->itemStyle(rowIndex).font();
516 FontDescription d = itemFont.fontDescription()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderListBox.cpp 123 Font itemFont = style()->font();
128 FontDescription d = itemFont.fontDescription();
130 itemFont = Font(d, itemFont.letterSpacing(), itemFont.wordSpacing());
131 itemFont.update(document()->styleResolver()->fontSelector());
137 TextRun textRun = constructTextRun(this, itemFont, text, style(), TextRun::AllowTrailingExpansion);
139 float textWidth = itemFont.width(textRun);
365 static LayoutSize itemOffsetForAlignment(TextRun textRun, RenderStyle* itemStyle, Font itemFont, LayoutRect itemBoudingBox)
373 LayoutSize offset = LayoutSize(0, itemFont.fontMetrics().ascent())
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 219 milliseconds