Home
last modified time | relevance | path

Searched refs:m_isGlyphCacheValid (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/
DSVGFontElement.cpp43 , m_isGlyphCacheValid(false) in SVGFontElement()
53 if (m_isGlyphCacheValid) { in invalidateGlyphCache()
57 m_isGlyphCacheValid = false; in invalidateGlyphCache()
72 if (m_isGlyphCacheValid) in ensureGlyphCache()
88 m_isGlyphCacheValid = true; in ensureGlyphCache()
DSVGFontElement.h60 mutable bool m_isGlyphCacheValid; variable