Searched refs:clipPath (Results 1 - 25 of 106) sorted by relevance

12345

/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...]
H A Dcircularclips.cpp64 canvas->clipPath(fCircle1, SkRegion::kReplace_Op);
65 canvas->clipPath(fCircle2, ops[op]);
H A Dpathopsskpclip.cpp46 rec->clipPath(p, SkRegion::kIntersect_Op, true);
48 rec->clipPath(p, SkRegion::kIntersect_Op, true);
H A Ddistantclip.cpp43 rec->clipPath(p, SkRegion::kIntersect_Op, true);
60 // If the image is red, we erroneously decided the clipPath was empty and didn't record
H A Dsimpleaaclip.cpp107 canvas->clipPath(fBasePath, SkRegion::kReplace_Op, true);
108 canvas->clipPath(fRectPath, op, true);
H A Dsamplerstress.cpp118 canvas->clipPath(path, SkRegion::kReplace_Op, true); // AA is on
/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...]
H A Dcircularclips.cpp64 canvas->clipPath(fCircle1, SkRegion::kReplace_Op);
65 canvas->clipPath(fCircle2, ops[op]);
H A Dpathopsskpclip.cpp50 rec->clipPath(p, SkRegion::kIntersect_Op, true);
52 rec->clipPath(p, SkRegion::kIntersect_Op, true);
H A Ddistantclip.cpp48 rec->clipPath(p, SkRegion::kIntersect_Op, true);
64 // If the image is red, we erroneously decided the clipPath was empty and didn't record
H A Dsimpleaaclip.cpp107 canvas->clipPath(fBasePath, SkRegion::kReplace_Op, true);
108 canvas->clipPath(fRectPath, op, true);
/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/src/animator/
H A DSkDrawClip.cpp36 maker.fCanvas->clipPath(path->fPath);
/external/skia/src/animator/
H A DSkDrawClip.cpp36 maker.fCanvas->clipPath(path->fPath);
/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/include/
H A Dfpdf_transformpage.h96 * @param[in] clipPath - A handle to the clip path.
100 DLLEXPORT void STDCALL FPDF_DestroyClipPath(FPDF_CLIPPATH clipPath);
106 * @param[in] clipPath - A handle to the clip path.
110 DLLEXPORT void STDCALL FPDFPage_InsertClipPath(FPDF_PAGE page,FPDF_CLIPPATH clipPath);
/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/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/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.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,

Completed in 9258 milliseconds

12345