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

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
CustomFontData.h 49 virtual bool isSVGFont() const { return false; }
SimpleFontData.h 140 bool isSVGFont() const { return m_customFontData && m_customFontData->isSVGFont(); }
270 if (isSVGFont())

Completed in 239 milliseconds