HomeSort by relevance Sort by last modified time
    Searched refs:isSVGFont (Results 1 - 8 of 8) 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; }
Font.h 224 bool isSVGFont() const;
SimpleFontData.cpp 242 if (isSVGFont())
GlyphPageTreeNode.cpp 129 if (!fontData->isSVGFont())
FontFastPath.cpp 259 if (primaryFont()->isSVGFont())
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineSpacing.cpp 43 if (!m_font.isSVGFont()) {
  /external/webkit/Source/WebCore/svg/
SVGFont.cpp 215 ASSERT(fontData->isSVGFont());
371 if (!isSVGFont())

Completed in 581 milliseconds