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

  /external/webkit/WebCore/loader/
CachedFont.h 70 bool isSVGFont() const { return m_isSVGFont; }
  /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; }

Completed in 233 milliseconds