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

  /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...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp 70 , m_isSolidColor(false)
182 m_isSolidColor = false;
203 m_isSolidColor = true;
  /external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp 63 , m_isSolidColor(false)
95 m_isSolidColor = true;
101 m_isSolidColor = false;
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp 158 m_isSolidColor = false;
165 m_isSolidColor = false;
170 m_isSolidColor = false;
175 m_isSolidColor = true;
  /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.
BitmapImage.cpp 55 , m_isSolidColor(false)
105 m_isSolidColor = false;
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 172 m_isSolidColor = false;
184 m_isSolidColor = true;
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 83 , m_isSolidColor(false)
116 m_isSolidColor = false;
152 m_isSolidColor = true;
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageQt.cpp 171 , m_isSolidColor(false)
247 m_isSolidColor = false;
257 m_isSolidColor = true;
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 76 , m_isSolidColor(false)
106 m_isSolidColor = false;
126 m_isSolidColor = true;

Completed in 377 milliseconds