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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.cpp 229 void PlatformGraphicsContextRecording::clipOut(const IntRect& r)
231 mGraphicsOperationCollection->append(new GraphicsOperation::ClipOut(r));
234 void PlatformGraphicsContextRecording::clipOut(const Path& path)
GraphicsContextAndroid.cpp 282 void GraphicsContext::clipOut(const IntRect& r)
287 platformContext()->clipOut(r);
300 void GraphicsContext::clipOut(const Path& p)
305 platformContext()->clipOut(p);
PlatformGraphicsContextSkia.cpp 197 void PlatformGraphicsContextSkia::clipOut(const IntRect& r)
202 void PlatformGraphicsContextSkia::clipOut(const Path& path)
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 379 void GraphicsContext::clipOut(const Path& path)
422 void GraphicsContext::clipOut(const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 388 void GraphicsContext::clipOut(const Path& path)
420 void GraphicsContext::clipOut(const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 324 void GraphicsContext::clipOut(const Path&)
329 void GraphicsContext::clipOut(const IntRect&)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 1066 void GraphicsContext::clipOut(const Path& path)
1101 void GraphicsContext::clipOut(const IntRect& r)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 840 void GraphicsContext::clipOut(const IntRect& rect)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 366 void GLES2Canvas::clipOut(const Path& path)
368 ASSERT(!"clipOut is unsupported in GLES2Canvas.\n");
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 387 void GraphicsContext::clipOut(const IntRect& rect)
399 void GraphicsContext::clipOut(const Path& p)
405 platformContext()->gpuCanvas()->clipOut(p);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 974 void GraphicsContext::clipOut(const IntRect& rect)
    [all...]

Completed in 636 milliseconds