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

12

/external/skia/gm/
H A Dskbug1719.cpp29 SkPath clipPath; local
30 clipPath.moveTo(832.f, 654.f);
31 clipPath.lineTo(1034.f, 654.f);
32 clipPath.cubicTo(1038.4183f, 654.f, 1042.f, 657.58173f, 1042.f, 662.f);
33 clipPath.lineTo(1042.f, 724.f);
34 clipPath.cubicTo(1042.f, 728.41827f, 1038.4183f, 732.f, 1034.f, 732.f);
35 clipPath.lineTo(832.f, 732.f);
36 clipPath.cubicTo(827.58173f, 732.f, 824.f, 728.41827f, 824.f, 724.f);
37 clipPath.lineTo(824.f, 662.f);
38 clipPath
[all...]
H A Dreveal.cpp139 canvas->clipPath(this->asPath(0.0f));
290 canvas->clipPath(this->asPath(0.0f));
396 SkPath clipPath = clipObj->asPath(2.0f*sigma); variable
398 SkAssertResult(Op(clipPath, drawnPath, kIntersect_SkPathOp, &clippedPath));
/external/skqp/gm/
H A Dskbug1719.cpp29 SkPath clipPath; local
30 clipPath.moveTo(832.f, 654.f);
31 clipPath.lineTo(1034.f, 654.f);
32 clipPath.cubicTo(1038.4183f, 654.f, 1042.f, 657.58173f, 1042.f, 662.f);
33 clipPath.lineTo(1042.f, 724.f);
34 clipPath.cubicTo(1042.f, 728.41827f, 1038.4183f, 732.f, 1034.f, 732.f);
35 clipPath.lineTo(832.f, 732.f);
36 clipPath.cubicTo(827.58173f, 732.f, 824.f, 728.41827f, 824.f, 724.f);
37 clipPath.lineTo(824.f, 662.f);
38 clipPath
[all...]
H A Dreveal.cpp139 canvas->clipPath(this->asPath(0.0f));
290 canvas->clipPath(this->asPath(0.0f));
396 SkPath clipPath = clipObj->asPath(2.0f*sigma); variable
398 SkAssertResult(Op(clipPath, drawnPath, kIntersect_SkPathOp, &clippedPath));
/external/skia/samplecode/
H A DSampleIdentityScale.cpp66 SkPath clipPath; variable
67 clipPath.addRoundRect(r, SkIntToScalar(5), SkIntToScalar(5));
68 canvas->clipPath(clipPath, kIntersect_SkClipOp, true);
H A DSampleClip.cpp136 SkPath clipPath; local
138 clipPath.addRoundRect(r, SkIntToScalar(20), SkIntToScalar(20));
140 // clipPath.toggleInverseFillType();
146 canvas->clipPath(clipPath, kIntersect_SkClipOp, SkToBool(aa));
/external/skqp/samplecode/
H A DSampleIdentityScale.cpp66 SkPath clipPath; variable
67 clipPath.addRoundRect(r, SkIntToScalar(5), SkIntToScalar(5));
68 canvas->clipPath(clipPath, kIntersect_SkClipOp, true);
H A DSampleClip.cpp136 SkPath clipPath; local
138 clipPath.addRoundRect(r, SkIntToScalar(20), SkIntToScalar(20));
140 // clipPath.toggleInverseFillType();
146 canvas->clipPath(clipPath, kIntersect_SkClipOp, SkToBool(aa));
/external/skia/src/gpu/ccpr/
H A DGrCCClipProcessor.cpp16 GrCCClipProcessor::GrCCClipProcessor(const ClipPath* clipPath, MustCheckBounds mustCheckBounds, argument
19 , fClipPath(clipPath)
H A DGrCoverageCountingPathRenderer.cpp213 ClipPath& clipPath = fRTPendingPathsMap[opListID].fClipPaths[deviceSpacePath.getGenerationID()]; local
214 if (clipPath.isUninitialized()) {
216 clipPath.init(proxyProvider, deviceSpacePath, accessRect, rtWidth, rtHeight);
218 clipPath.addAccess(accessRect);
221 bool mustCheckBounds = !clipPath.pathDevIBounds().contains(accessRect);
222 return skstd::make_unique<GrCCClipProcessor>(&clipPath, MustCheckBounds(mustCheckBounds),
/external/skqp/src/gpu/ccpr/
H A DGrCCClipProcessor.cpp16 GrCCClipProcessor::GrCCClipProcessor(const ClipPath* clipPath, MustCheckBounds mustCheckBounds, argument
19 , fClipPath(clipPath)
H A DGrCoverageCountingPathRenderer.cpp213 ClipPath& clipPath = fRTPendingPathsMap[opListID].fClipPaths[deviceSpacePath.getGenerationID()]; local
214 if (clipPath.isUninitialized()) {
216 clipPath.init(proxyProvider, deviceSpacePath, accessRect, rtWidth, rtHeight);
218 clipPath.addAccess(accessRect);
221 bool mustCheckBounds = !clipPath.pathDevIBounds().contains(accessRect);
222 return skstd::make_unique<GrCCClipProcessor>(&clipPath, MustCheckBounds(mustCheckBounds),
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device_unittest.cpp45 CFX_PathData clipPath, clipPath2; local
46 clipPath.AppendRect(0, 0, 3, 1);
61 driver->SetClip_PathFill(&clipPath, &clipMatrix, 0);
80 driver->SetClip_PathFill(&clipPath, &clipMatrix, 0);
84 driver->SetClip_PathFill(&clipPath, &clipMatrix2, 0);
98 CFX_PathData clipPath; local
99 clipPath.AppendRect(1, 0, 3, 1);
102 driver->SetClip_PathFill(&clipPath, &clipMatrix, 0);
105 driver->SetClip_PathFill(&clipPath, &clipMatrix, 0);
111 driver->SetClip_PathFill(&clipPath,
[all...]
/external/skia/experimental/svg/model/
H A DSkSVGRenderContext.h86 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); } function in class:SkSVGRenderContext
105 // clipPath, if present for the current context (not inherited).
H A DSkSVGRenderContext.cpp411 const SkPath clipPath = clipNode->asPath(*this); local
422 fCanvas->clipPath(clipPath, true);
423 fClipPath.set(clipPath);
/external/skqp/experimental/svg/model/
H A DSkSVGRenderContext.h86 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); } function in class:SkSVGRenderContext
105 // clipPath, if present for the current context (not inherited).
H A DSkSVGRenderContext.cpp411 const SkPath clipPath = clipNode->asPath(*this); local
422 fCanvas->clipPath(clipPath, true);
423 fClipPath.set(clipPath);
/external/pdfium/fpdfsdk/
H A Dfpdf_transformpage.cpp223 FPDF_EXPORT void FPDF_CALLCONV FPDF_DestroyClipPath(FPDF_CLIPPATH clipPath) { argument
225 std::unique_ptr<CPDF_ClipPath>(static_cast<CPDF_ClipPath*>(clipPath));
266 FPDF_CLIPPATH clipPath) {
277 CPDF_ClipPath* pClipPath = (CPDF_ClipPath*)clipPath;
265 FPDFPage_InsertClipPath(FPDF_PAGE page, FPDF_CLIPPATH clipPath) argument
/external/skia/src/core/
H A DSkRasterClipStack.h113 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) { function in class:SkRasterClipStack
H A DSkClipStack.cpp852 void SkClipStack::clipPath(const SkPath& path, const SkMatrix& matrix, SkClipOp op, function in class:SkClipStack
/external/skia/tests/
H A DGrCCPRTest.cpp95 void clipFullscreenRect(SkPath clipPath, GrColor4f color = GrColor4f(0, 1, 0, 1)) { argument
101 fRTC->drawRect(CCPRClip(fCCPR, clipPath), std::move(paint), GrAA::kYes, SkMatrix::I(),
/external/skqp/src/core/
H A DSkRasterClipStack.h113 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) { function in class:SkRasterClipStack
/external/skqp/tests/
H A DGrCCPRTest.cpp95 void clipFullscreenRect(SkPath clipPath, GrColor4f color = GrColor4f(0, 1, 0, 1)) { argument
101 fRTC->drawRect(CCPRClip(fCCPR, clipPath), std::move(paint), GrAA::kYes, SkMatrix::I(),
/external/skia/src/gpu/
H A DGrClipStackClip.cpp419 SkPath clipPath; local
420 element->asDeviceSpacePath(&clipPath);
421 clipPath.toggleInverseFillType();
422 GrShape shape(clipPath, GrStyle::SimpleFill());
/external/skqp/src/gpu/
H A DGrClipStackClip.cpp419 SkPath clipPath; local
420 element->asDeviceSpacePath(&clipPath);
421 clipPath.toggleInverseFillType();
422 GrShape shape(clipPath, GrStyle::SimpleFill());

Completed in 558 milliseconds

12