Searched refs:m_isSolidColor (Results 1 – 2 of 2) sorted by relevance
61 , m_isSolidColor(false) in BitmapImage()82 , m_isSolidColor(false) in BitmapImage()144 m_isSolidColor = false; in destroyMetadataAndNotify()618 m_isSolidColor = false; in checkForSolidColor()631 m_isSolidColor = true; in checkForSolidColor()643 return m_isSolidColor && !m_currentFrame; in mayFillWithSolidColor()
183 bool m_isSolidColor : 1; // Whether or not we are a 1x1 solid image. variable