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/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/android/context/
GraphicsContextAndroid.cpp 285 void GraphicsContext::clipOut(const IntRect& r)
290 platformContext()->clipOut(r);
303 void GraphicsContext::clipOut(const Path& p)
308 platformContext()->clipOut(p);
PlatformGraphicsContextSkia.cpp 199 bool PlatformGraphicsContextSkia::clipOut(const IntRect& r)
204 bool PlatformGraphicsContextSkia::clipOut(const Path& path)
PlatformGraphicsContextRecording.cpp 737 bool PlatformGraphicsContextRecording::clipOut(const IntRect& r)
740 appendStateOperation(NEW_OP(ClipOut)(r));
744 bool PlatformGraphicsContextRecording::clipOut(const Path& path)
    [all...]
  /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 65 milliseconds