Searched defs:isSVGFont (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFont.cpp136 if (primaryFont()->isSVGFont()) {
158 if (primaryFont()->isSVGFont())
171 if (primaryFont()->isSVGFont())
191 if (primaryFont()->isSVGFont())
207 if (primaryFont()->isSVGFont())
222 if (primaryFont()->isSVGFont())
233 bool Font::isSVGFont() const function in class:WebCore::Font
235 return primaryFont()->isSVGFont();
H A DSimpleFontData.h133 bool isSVGFont() const { return m_svgFontData; } function in class:WebCore::SimpleFontData
135 bool isSVGFont() const { return false; } function in class:WebCore::SimpleFontData

Completed in 71 milliseconds