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

  /external/webkit/Source/WebCore/platform/win/
DragImageWin.cpp 131 const Font* labelFont;
137 labelFont = &alternateRenderingModeLabelFont;
142 labelFont = &normalRenderingModeLabelFont;
160 IntSize labelSize(labelFont->width(labelRun), labelFont->fontMetrics().ascent() + labelFont->fontMetrics().descent());
219 label = StringTruncator::rightTruncate(label, imageSize.width() - (DragLabelBorderX * 2.0f), *labelFont);
221 IntPoint textPos(DragLabelBorderX, DragLabelBorderY + labelFont->pixelSize());
222 WebCoreDrawDoubledTextAtPoint(context, label, textPos, *labelFont, topColor, bottomColor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
AccordionControl.java 210 Font labelFont = null;
220 if (labelFont == null) {
221 labelFont = label.getFont();
222 FontData normal = labelFont.getFontData()[0];
224 labelFont = new Font(null, bold);
226 label.setFont(labelFont);
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 250 NSFont *labelFont = [[NSFontManager sharedFontManager] convertFont:[NSFont systemFontOfSize:DragLinkLabelFontsize]
254 labelSize.width = widthWithFont(label, labelFont);
255 labelSize.height = [labelFont ascender] - [labelFont descender];
302 label = StringTruncator::rightTruncate(label, imageSize.width - (DragLabelBorderX * 2), fontFromNSFont(labelFont));
303 drawDoubledAtPoint(label, NSMakePoint(DragLabelBorderX, imageSize.height - LabelBorderYOffset - [labelFont pointSize]), topColor, bottomColor, labelFont);
  /external/webkit/Source/WebCore/rendering/
RenderThemeChromiumWin.cpp 153 static FontDescription labelFont;
319 cachedDesc = &labelFont;
320 if (!labelFont.isAbsoluteSize()) {
524 smallSystemFont = menuFont = labelFont = FontDescription();
RenderThemeSafari.cpp 194 static FontDescription labelFont;
213 cachedDesc = &labelFont;
214 if (!labelFont.isAbsoluteSize())
    [all...]
RenderThemeMac.mm 227 DEFINE_STATIC_LOCAL(FontDescription, labelFont, ());
246 cachedDesc = &labelFont;
247 if (!labelFont.isAbsoluteSize())
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
jfreechart-1.0.9.jar 

Completed in 2822 milliseconds