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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 262 ClipPath(const Path& path, bool clipout = false)
263 : m_path(path), m_clipOut(clipout), m_hasWindRule(false) {}
270 return context->clipOut(m_path);
282 class ClipOut : public Operation {
284 ClipOut(const IntRect& rect) : m_rect(rect) {}
286 return context->clipOut(m_rect);
PlatformGraphicsContextRecording.cpp 737 bool PlatformGraphicsContextRecording::clipOut(const IntRect& r)
740 appendStateOperation(NEW_OP(ClipOut)(r));
744 bool PlatformGraphicsContextRecording::clipOut(const Path& path)
    [all...]

Completed in 411 milliseconds