Searched defs:clipPath (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/skia/gm/
H A Dskbug1719.cpp47 SkPath clipPath; variable
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
[all...]
/external/skia/gm/
H A Dskbug1719.cpp51 SkPath clipPath; variable
52 clipPath.moveTo(832.f, 654.f);
53 clipPath.lineTo(1034.f, 654.f);
54 clipPath.cubicTo(1038.4183f, 654.f, 1042.f, 657.58173f, 1042.f, 662.f);
55 clipPath.lineTo(1042.f, 724.f);
56 clipPath.cubicTo(1042.f, 728.41827f, 1038.4183f, 732.f, 1034.f, 732.f);
57 clipPath.lineTo(832.f, 732.f);
58 clipPath.cubicTo(827.58173f, 732.f, 824.f, 728.41827f, 824.f, 724.f);
59 clipPath.lineTo(824.f, 662.f);
60 clipPath
[all...]
/external/chromium_org/third_party/skia/samplecode/
H A DSampleIdentityScale.cpp74 SkPath clipPath; variable
75 clipPath.addRoundRect(r, SkIntToScalar(5), SkIntToScalar(5));
76 canvas->clipPath(clipPath, SkRegion::kIntersect_Op, SkToBool(1));
H A DSampleClip.cpp136 SkPath clipPath; local
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/
H A DSkPdfDiffEncoder.cpp104 SkPath clipPath; local
105 if (clipRegion.getBoundaryPath(&clipPath)) {
109 canvas.drawPath(clipPath, redBorder);
/external/skia/experimental/PdfViewer/src/
H A DSkPdfDiffEncoder.cpp104 SkPath clipPath; local
105 if (clipRegion.getBoundaryPath(&clipPath)) {
109 canvas.drawPath(clipPath, redBorder);
/external/skia/samplecode/
H A DSampleClip.cpp136 SkPath clipPath; local
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/WebKit/Source/core/rendering/svg/
H A DRenderSVGResourceClipper.cpp92 Path clipPath = Path(); local
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(clipPat
[all...]
H A DSVGRenderingContext.cpp136 ClipPathOperation* clipPathOperation = style->clipPath();
138 ShapeClipPathOperation* clipPath = toShapeClipPathOperation(clipPathOperation); local
139 m_paintInfo->context->clipPath(clipPath->path(object->objectBoundingBox()), clipPath->windRule());
/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp214 DLLEXPORT void STDCALL FPDF_DestroyClipPath(FPDF_CLIPPATH clipPath) argument
216 if(clipPath)
217 delete (CPDF_ClipPath*)clipPath;
257 DLLEXPORT void STDCALL FPDFPage_InsertClipPath(FPDF_PAGE page,FPDF_CLIPPATH clipPath) argument
270 CPDF_ClipPath* pClipPath = (CPDF_ClipPath*)clipPath;
/external/skia/src/core/
H A DSkMatrixClipStateMgr.cpp11 bool SkMatrixClipStateMgr::MatrixClipState::ClipInfo::clipPath(SkPictureRecord* picRecord, function in class:SkMatrixClipStateMgr::MatrixClipState::ClipInfo
H A DSkMatrixClipStateMgr.h141 bool clipPath(SkPictureRecord* picRecord,
330 bool clipPath(const SkPath& path, SkRegion::Op op, bool doAA) { function in class:SkMatrixClipStateMgr
332 return fCurMCState->fClipInfo->clipPath(fPicRecord, path, op, doAA,
H A DSkCanvas.cpp595 all calls to canvas->clipRect() and canvas->clipPath(), we can't exactly
1372 // we explicitly call "our" version of clipPath.
1455 void SkCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) { function in class:SkCanvas
1544 // by calls to clipPath and clipRRect
/external/chromium_org/third_party/skia/src/gpu/
H A DGrClipMaskManager.cpp767 SkPath clipPath; local
772 element->asPath(&clipPath);
773 fillInverted = clipPath.isInverseFillType();
775 clipPath.toggleInverseFillType();
777 pr = this->getContext()->getPathRenderer(clipPath,
818 if (!clipPath.isEmpty()) {
821 pr->drawPath(clipPath, stroke, fGpu, false);
823 pr->stencilPath(clipPath, stroke, fGpu);
840 pr->drawPath(clipPath, stroke, fGpu, false);
1085 SkPath clipPath; local
[all...]
/external/skia/src/gpu/
H A DGrClipMaskManager.cpp766 SkPath clipPath; local
771 element->asPath(&clipPath);
772 fillInverted = clipPath.isInverseFillType();
774 clipPath.toggleInverseFillType();
776 pr = this->getContext()->getPathRenderer(clipPath,
817 if (!clipPath.isEmpty()) {
820 pr->drawPath(clipPath, stroke, fGpu, false);
822 pr->stencilPath(clipPath, stroke, fGpu);
839 pr->drawPath(clipPath, stroke, fGpu, false);
1084 SkPath clipPath; local
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp740 clipPath(path);
1517 clipPath(path, AntiAliased);
1521 void GraphicsContext::clipPath(const Path& pathToClip, WindRule clipRule) function in class:blink::GraphicsContext
1532 clipPath(path, AntiAliased);
1547 clipPath(path, antialiased ? AntiAliased : NotAntiAliased);
1569 clipPath(path);
1585 void GraphicsContext::clipPath(const SkPath& path, AntiAliasingMode aa, SkRegion::Op op) function in class:blink::GraphicsContext
1593 m_canvas->clipPath(path, op, aa == AntiAliased);
/external/chromium_org/third_party/skia/src/pdf/
H A DSkPDFDevice.cpp311 static void emit_clip(SkPath* clipPath, SkRect* clipRect, argument
313 SkASSERT(clipPath || clipRect);
316 if (clipPath) {
317 SkPDFUtils::EmitPath(*clipPath, SkPaint::kFill_Style, contentStream);
318 clipFill = clipPath->getFillType();
342 SkPath clipPath; local
343 clipPath.addRect(bounds);
345 return Op(clipPath, invPath, kIntersect_PathOp, outPath);
446 SkPath clipPath; local
447 if (get_clip_stack_path(transform, clipStack, clipRegion, &clipPath)) {
476 SkPath clipPath; local
1685 SkPath clipPath; local
[all...]
/external/skia/src/pdf/
H A DSkPDFDevice.cpp326 static void emit_clip(SkPath* clipPath, SkRect* clipRect, argument
328 SkASSERT(clipPath || clipRect);
331 if (clipPath) {
332 SkPDFUtils::EmitPath(*clipPath, SkPaint::kFill_Style, contentStream);
333 clipFill = clipPath->getFillType();
357 SkPath clipPath; local
358 clipPath.addRect(bounds);
360 return Op(clipPath, invPath, kIntersect_PathOp, outPath);
461 SkPath clipPath; local
462 if (get_clip_stack_path(transform, clipStack, clipRegion, &clipPath)) {
491 SkPath clipPath; local
1784 SkPath clipPath; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.cpp1735 ASSERT(style->clipPath());
1736 if (style->clipPath()->type() == ClipPathOperation::SHAPE) {
1737 ShapeClipPathOperation* clipPath = toShapeClipPathOperation(style->clipPath()); local
1738 if (clipPath->isValid()) {
1746 context->clipPath(clipPath->path(rootRelativeBounds), clipPath->windRule());
1748 } else if (style->clipPath()->type() == ClipPathOperation::REFERENCE) {
1749 ReferenceClipPathOperation* referenceClipPathOperation = toReferenceClipPathOperation(style->clipPath());
[all...]
H A DRenderBlock.cpp2391 if (style()->clipPath()) {
2392 switch (style()->clipPath()->type()) {
2394 ShapeClipPathOperation* clipPath = toShapeClipPathOperation(style()->clipPath()); local
2396 if (!clipPath->path(borderBoxRect()).contains(locationInContainer.point() - localOffset, clipPath->windRule()))
/external/chromium_org/third_party/skia/src/core/
H A DSkCanvas.cpp621 all calls to canvas->clipRect() and canvas->clipPath(), we can't exactly
1377 // we explicitly call "our" version of clipPath.
1425 void SkCanvas::clipPath(const SkPath& path, SkRegion::Op op, bool doAA) { function in class:SkCanvas
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1765 SkPath clipPath; local
1766 SkAssertResult(d.fClip->getBoundaryPath(&clipPath));
1768 return this->clipToPath(xpsVisual, clipPath, XPS_FILL_RULE_EVENODD);
1771 const SkPath& clipPath,
1786 FALSE, TRUE, clipPath));
1770 clipToPath(IXpsOMVisual* xpsVisual, const SkPath& clipPath, XPS_FILL_RULE fillRule) argument
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1919 SkPath clipPath; local
1920 SkAssertResult(d.fClip->getBoundaryPath(&clipPath));
1922 return this->clipToPath(xpsVisual, clipPath, XPS_FILL_RULE_EVENODD);
1925 const SkPath& clipPath,
1940 FALSE, TRUE, clipPath));
1924 clipToPath(IXpsOMVisual* xpsVisual, const SkPath& clipPath, XPS_FILL_RULE fillRule) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h1466 ClipPathOperation* clipPath() const { return rareNonInheritedData->m_clipPath.get(); } function in class:blink::RenderStyle
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 414 milliseconds

12