Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DSimpleFontData.h133 bool isSVGFont() const { return m_svgFontData; } in isSVGFont() function
135 bool isSVGFont() const { return false; } in isSVGFont() function
DFont.cpp233 bool Font::isSVGFont() const in isSVGFont() function in WebCore::Font