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

  /external/webkit/Source/WebCore/platform/graphics/
BitmapImage.h 264 return m_isSolidColor && m_currentFrame == 0;
286 bool m_isSolidColor; // Whether or not we are a 1x1 solid image.
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
InstrumentedPlatformCanvas.h 28 #define WRAPCANVAS_LOG_ENTRY(...) {ALOGD("non-rect %s, m_isSolidColor %d", __FUNCTION__, m_isSolidColor);}
39 , m_isSolidColor(true)
46 bool isSolidColor() const { return m_isSolidColor; }
59 m_isSolidColor = false;
114 m_isSolidColor = false;
122 m_isSolidColor = false;
129 m_isSolidColor = true;
137 m_isSolidColor = false;
145 m_isSolidColor = false
    [all...]

Completed in 71 milliseconds