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

  /external/webkit/WebCore/platform/graphics/
Font.cpp 171 if (primaryFont()->isSVGFont()) {
188 if (primaryFont()->isSVGFont())
209 if (primaryFont()->isSVGFont())
227 if (primaryFont()->isSVGFont())
244 if (primaryFont()->isSVGFont())
257 bool Font::isSVGFont() const
259 return primaryFont()->isSVGFont();
SimpleFontData.h 104 bool isSVGFont() const { return m_svgFontData; }
106 bool isSVGFont() const { return false; }
SimpleFontData.cpp 198 if (isSVGFont())
Font.h 201 bool isSVGFont() const;
  /external/webkit/WebCore/loader/
CachedFont.h 70 bool isSVGFont() const { return m_isSVGFont; }
  /external/webkit/WebCore/css/
CSSFontFaceSource.cpp 127 if (m_font->isSVGFont()) {
  /external/webkit/WebCore/rendering/
RenderSVGText.cpp 194 if (font.primaryFont()->isSVGFont()) {
SVGRootInlineBox.cpp     [all...]
  /external/webkit/WebCore/svg/
SVGFont.cpp 213 ASSERT(fontData->isSVGFont());
367 if (!isSVGFont())

Completed in 209 milliseconds