Searched refs:fontDescription (Results 51 - 66 of 66) sorted by relevance

123

/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityRenderObject.cpp3236 return m_renderer->style()->fontDescription().weight() >= FontWeightBold;
3244 return m_renderer->style()->fontDescription().italic() == FontItalicOn;
3254 return style->fontDescription().weight() == FontWeightNormal
3255 && style->fontDescription().italic() == FontItalicOff
3264 return m_renderer->style()->fontDescription().families() == renderer->style()->fontDescription().families();
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasRenderingContext2D.cpp1973 const FontDescription& fontDescription = state().m_font.fontDescription(); local
1975 if (fontDescription.italic())
1977 if (fontDescription.smallCaps() == FontSmallCapsOn)
1980 serializedFont.appendNumber(fontDescription.computedPixelSize());
2026 newStyle->setFontDescription(computedStyle->fontDescription());
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DRenderThemeGtk3.cpp766 const PangoFontDescription* fontDescription; local
767 gtk_style_context_get(context, static_cast<GtkStateFlags>(0), "font", &fontDescription, NULL);
768 gint fontSize = pango_font_description_get_size(fontDescription);
H A DRenderThemeGtk2.cpp577 const PangoFontDescription* fontDescription = gtkStyle->font_desc; local
578 gint fontSize = pango_font_description_get_size(fontDescription);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderMultiColumnSet.cpp202 return parentBlock->style()->fontDescription().computedPixelSize(); // "1em" is recommended as the normal gap setting. Matches <p> margins.
H A DRenderListBox.cpp131 FontDescription d = itemFont.fontDescription();
431 FontDescription d = itemFont.fontDescription();
H A DRenderText.cpp193 m_needsTranscoding = fontTranscoder().needsTranscoding(style()->font().fontDescription(), encoding);
1404 fontTranscoder().convert(m_text, style()->font().fontDescription(), encoding);
H A DRenderTheme.cpp176 if (controlFont != style->font().fontDescription()) {
H A DRenderThemeWinCE.cpp260 void RenderThemeWinCE::systemFont(int propId, FontDescription& fontDescription) const
H A DInlineFlowBox.cpp450 if (renderer()->style(isFirstLineStyle())->fontDescription().nonCJKGlyphOrientation() == NonCJKGlyphOrientationUpright
H A DRenderBlock.cpp5483 return style()->fontDescription().computedPixelSize(); // "1em" is recommended as the normal gap setting. Matches <p> margins.
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/harfbuzz/
H A DHarfBuzzShaper.cpp342 const FontDescription& description = m_font->fontDescription();
492 if (m_font->fontDescription().orientation() == Vertical)
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DPopupMenuWin.cpp351 FontDescription d = itemFont.fontDescription();
665 FontDescription d = itemFont.fontDescription();
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditingStyle.cpp435 if (renderStyle->fontDescription().keywordSize())
H A DTextIterator.cpp845 int fontSize = style->fontDescription().computedPixelSize();
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.h567 const FontDescription& fontDescription() const;
1140 setFontSize(fontDescription().specifiedSize());

Completed in 424 milliseconds

123