Searched refs:ClipPath (Results 1 - 6 of 6) sorted by relevance

/external/skia/src/svg/
H A DSkSVGClipPath.h16 DECLARE_SVG_INFO(ClipPath);
H A DSkSVGClipPath.cpp14 DEFINE_SVG_NO_INFO(ClipPath)
H A DSkSVGParser.cpp362 CASE_NEW(ClipPath);
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DPlatformGraphicsContextRecording.cpp726 appendStateOperation(NEW_OP(ClipPath)(path));
747 appendStateOperation(NEW_OP(ClipPath)(path, true));
755 GraphicsOperation::ClipPath* operation = NEW_OP(ClipPath)(pathToClip);
H A DGraphicsOperation.h260 class ClipPath : public Operation { class in namespace:WebCore::GraphicsOperation
262 ClipPath(const Path& path, bool clipout = false) function in class:WebCore::GraphicsOperation::ClipPath
/external/skia/tests/
H A DCanvasTest.cpp302 SIMPLE_TEST_STEP(ClipPath, clipPath(kTestPath));

Completed in 131 milliseconds