Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DBitmapImage.cpp61 , 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()
DBitmapImage.h183 bool m_isSolidColor : 1; // Whether or not we are a 1x1 solid image. variable