HomeSort by relevance Sort by last modified time
    Searched defs:isSVGFont (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 136 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
235 return primaryFont()->isSVGFont();
SimpleFontData.h 133 bool isSVGFont() const { return m_svgFontData; }
135 bool isSVGFont() const { return false; }

Completed in 23 milliseconds