HomeSort by relevance Sort by last modified time
    Searched refs:FontDescription (Results 101 - 116 of 116) sorted by null

1 2 3 45

  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 56 Font::Font(const FontDescription& fd, short letterSpacing, short wordSpacing)
73 m_needsTranscoding = fontTranscoder().needsTranscoding(fontDescription());
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 323 FontDescription d = itemFont.fontDescription();
640 FontDescription d = itemFont.fontDescription();
  /external/webkit/Source/WebCore/rendering/
RenderListBox.cpp 113 FontDescription d = itemFont.fontDescription();
398 FontDescription d = itemFont.fontDescription();
RenderTheme.cpp 165 FontDescription controlFont = m_theme->controlFont(part, style->font(), style->effectiveZoom());
166 if (controlFont != style->font().fontDescription()) {
    [all...]
RenderThemeWinCE.cpp 259 void RenderThemeWinCE::systemFont(int propId, FontDescription& fontDescription) const
  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 360 FontDescription fontDescription(data.font->fontDescription());
361 fontDescription.setFamily(FontFamily());
362 Font font(fontDescription, 0, 0); // spacing handled by SVG text code.
566 FontDescription fontDescription(m_fontDescription);
567 fontDescription.setFamily(FontFamily());
568 Font font(fontDescription, 0, 0); // spacing handled by SVG text code.
  /external/webkit/Source/WebKit/win/
DOMCoreClasses.cpp 65 using WebCore::FontDescription;
1119 FontDescription fontDescription = renderer->style()->font().fontDescription();
1120 AtomicString family = fontDescription.family().family();
1123 webFontDescription->size = fontDescription.computedSize();
1124 webFontDescription->bold = fontDescription.weight() >= WebCore::FontWeight600;
1125 webFontDescription->italic = fontDescription.italic();
    [all...]
FullscreenVideoController.cpp 514 FontDescription desc;
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 116 FontDescription desc;
  /external/webkit/Source/WebCore/platform/graphics/chromium/
UniscribeHelper.cpp 607 FontDescription::StandardFamily, 0, 0);
    [all...]
  /external/webkit/Source/WebCore/platform/efl/
RenderThemeEfl.cpp     [all...]
  /external/webkit/Source/WebCore/platform/qt/
RenderThemeQt.cpp 428 void RenderThemeQt::systemFont(int, FontDescription&) const
568 FontDescription fontDescription = style->fontDescription();
569 fontDescription.setIsAbsoluteSize(true);
572 fontDescription.setSpecifiedSize(m_buttonFontPixelSize);
573 fontDescription.setComputedSize(m_buttonFontPixelSize);
575 fontDescription.setSpecifiedSize(style->fontSize());
576 fontDescription.setComputedSize(style->fontSize());
582 fontDescription.setFamily(fontFamily)
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 479 const FontDescription& fontDescription() const { return inherited->font.fontDescription(); }
    [all...]
RenderStyle.cpp     [all...]
  /external/webkit/Source/WebCore/
Android.mk 611 platform/graphics/FontDescription.cpp \
    [all...]

Completed in 290 milliseconds

1 2 3 45