Home
last modified time | relevance | path

Searched refs:isSVGFont (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp136 if (primaryFont()->isSVGFont()) { in drawText()
158 if (primaryFont()->isSVGFont()) in drawEmphasisMarks()
171 if (primaryFont()->isSVGFont()) in width()
191 if (primaryFont()->isSVGFont()) in width()
207 if (primaryFont()->isSVGFont()) in selectionRectForText()
222 if (primaryFont()->isSVGFont()) in offsetForPosition()
233 bool Font::isSVGFont() const in isSVGFont() function in WebCore::Font
235 return primaryFont()->isSVGFont(); in isSVGFont()
DSimpleFontData.h133 bool isSVGFont() const { return m_svgFontData; } in isSVGFont() function
135 bool isSVGFont() const { return false; } in isSVGFont() function
DSimpleFontData.cpp242 if (isSVGFont()) in description()
DFont.h230 bool isSVGFont() const;
DGlyphPageTreeNode.cpp159 if (!fontData->isSVGFont()) in fill()
DFontFastPath.cpp259 if (primaryFont()->isSVGFont()) in getEmphasisMarkGlyphData()
/external/webkit/Source/WebCore/rendering/svg/
DSVGTextLayoutEngineSpacing.cpp43 if (!m_font.isSVGFont()) { in calculateSVGKerning()
/external/webkit/Source/WebCore/svg/
DSVGFont.cpp215 ASSERT(fontData->isSVGFont()); in svgFontAndFontFaceElementForFontData()
371 if (!isSVGFont()) in svgFont()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1037391 (WebCore::Font::isSVGFont):
54726 Added an isSVGFont method to CachedFont and use it to decide how to
54744 (WebCore::CachedFont::isSVGFont): Added.
54867 - make isSVGFont non-virtual
54873 (WebCore::SimpleFontData::isSVGFont):
56093 …(WebCore::SegmentedFontData::isSVGFont): Remove SVG_FONTS block, it's a pure virtual function in t…
56109 (WebCore::SimpleFontData::isSVGFont):
56150 (WebCore::SegmentedFontData::isSVGFont):
56160 (WebCore::SimpleFontData::isSVGFont):
62568 (WebCore::FontData::isSVGFont):
[all …]