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

  /external/webkit/Source/WebCore/svg/
SVGFontElement.cpp 44 , m_isGlyphCacheValid(false)
63 if (m_isGlyphCacheValid) {
68 m_isGlyphCacheValid = false;
83 if (m_isGlyphCacheValid)
101 m_isGlyphCacheValid = true;
SVGFontElement.h 87 mutable bool m_isGlyphCacheValid;

Completed in 24 milliseconds