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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextState.h 77 , m_looper(other.m_looper)
121 RefPtr<SkDrawLooper> m_looper; member in class:WebCore::GraphicsContextState
GraphicsContext.cpp 334 m_state->m_looper = drawLooper.skDrawLooper();
342 m_state->m_looper.clear();
347 return !!m_state->m_looper;
    [all...]
GraphicsContext.h 133 SkDrawLooper* drawLooper() const { return m_state->m_looper.get(); }

Completed in 1923 milliseconds