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

  /external/chromium_org/third_party/skia/gm/
skbug1719.cpp 47 SkPath clipPath;
48 clipPath.moveTo(832.f, 654.f);
49 clipPath.lineTo(1034.f, 654.f);
50 clipPath.cubicTo(1038.4183f, 654.f, 1042.f, 657.58173f, 1042.f, 662.f);
51 clipPath.lineTo(1042.f, 724.f);
52 clipPath.cubicTo(1042.f, 728.41827f, 1038.4183f, 732.f, 1034.f, 732.f);
53 clipPath.lineTo(832.f, 732.f);
54 clipPath.cubicTo(827.58173f, 732.f, 824.f, 728.41827f, 824.f, 724.f);
55 clipPath.lineTo(824.f, 662.f);
56 clipPath.cubicTo(824.f, 657.58173f, 827.58173f, 654.f, 832.f, 654.f)
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
SampleIdentityScale.cpp 74 SkPath clipPath;
75 clipPath.addRoundRect(r, SkIntToScalar(5), SkIntToScalar(5));
76 canvas->clipPath(clipPath, SkRegion::kIntersect_Op, SkToBool(1));
SampleClip.cpp 136 SkPath clipPath;
138 clipPath.addRoundRect(r, SkIntToScalar(20), SkIntToScalar(20));
140 // clipPath.toggleInverseFillType();
146 canvas->clipPath(clipPath, SkRegion::kIntersect_Op, SkToBool(aa));
  /external/chromium_org/third_party/skia/experimental/PdfViewer/src/
SkPdfDiffEncoder.cpp 104 SkPath clipPath;
105 if (clipRegion.getBoundaryPath(&clipPath)) {
109 canvas.drawPath(clipPath, redBorder);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Clipping.java 82 canvas.clipPath(mPath); // makes the clip empty
84 canvas.clipPath(mPath, Region.Op.REPLACE);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.cpp 92 Path clipPath = Path();
112 if (clipPath.isEmpty()) {
114 styled->toClipPath(clipPath);
116 clipPath.setWindRule(clipRule);
125 if (!clipPath.unionPath(subPath))
136 clipPath.transform(transform);
140 clipPath.transform(animatedLocalTransform);
143 if (clipPath.isEmpty())
144 clipPath.addRect(FloatRect());
145 context->clipPath(clipPath, clipRule)
    [all...]
SVGRenderingContext.cpp 136 ClipPathOperation* clipPathOperation = style->clipPath();
138 ShapeClipPathOperation* clipPath = toShapeClipPathOperation(clipPathOperation);
139 m_paintInfo->context->clipPath(clipPath->path(object->objectBoundingBox()), clipPath->windRule());
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 767 SkPath clipPath;
772 element->asPath(&clipPath);
773 fillInverted = clipPath.isInverseFillType();
775 clipPath.toggleInverseFillType();
777 pr = this->getContext()->getPathRenderer(clipPath,
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
PopupZoomer.java 261 canvas.clipPath(path, Op.XOR);
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 960 assertTrue(mCanvas.clipPath(p));
967 assertFalse(mCanvas.clipPath(p, Op.DIFFERENCE));
968 assertFalse(mCanvas.clipPath(p, Op.INTERSECT));
969 assertTrue(mCanvas.clipPath(p, Op.REPLACE));
970 assertFalse(mCanvas.clipPath(p, Op.REVERSE_DIFFERENCE));
971 assertTrue(mCanvas.clipPath(p, Op.UNION));
972 assertFalse(mCanvas.clipPath(p, Op.XOR));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp 740 clipPath(path);
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 311 static void emit_clip(SkPath* clipPath, SkRect* clipRect,
313 SkASSERT(clipPath || clipRect);
316 if (clipPath) {
317 SkPDFUtils::EmitPath(*clipPath, SkPaint::kFill_Style, contentStream);
318 clipFill = clipPath->getFillType();
342 SkPath clipPath;
343 clipPath.addRect(bounds);
345 return Op(clipPath, invPath, kIntersect_PathOp, outPath);
446 SkPath clipPath;
447 if (get_clip_stack_path(transform, clipStack, clipRegion, &clipPath)) {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp 621 all calls to canvas->clipRect() and canvas->clipPath(), we can't exactly
    [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.h     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 1075 milliseconds