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

  /external/webkit/Source/WebCore/platform/graphics/filters/
FilterEffect.h 100 bool hasWidth() const { return m_hasWidth; }
101 void setHasWidth(bool value) { m_hasWidth = value; }
151 bool m_hasWidth;
FilterEffect.cpp 39 , m_hasWidth(false)

Completed in 61 milliseconds