Searched refs:maximumColorCacheSize (Results 1 – 1 of 1) sorted by relevance
69 const int maximumColorCacheSize = 512; in createColorValue() local70 if (m_colorValueCache.size() > maximumColorCacheSize) in createColorValue()