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

1 2 3 4 5

  /external/skia/gm/
skbug1719.cpp 29 SkPath clipPath;
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.cubicTo(824.f, 657.58173f, 827.58173f, 654.f, 832.f, 654.f)
    [all...]
reveal.cpp 139 canvas->clipPath(this->asPath(0.0f));
290 canvas->clipPath(this->asPath(0.0f));
396 SkPath clipPath = clipObj->asPath(2.0f*sigma);
398 SkAssertResult(Op(clipPath, drawnPath, kIntersect_SkPathOp, &clippedPath));
  /external/skqp/gm/
skbug1719.cpp 29 SkPath clipPath;
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.cubicTo(824.f, 657.58173f, 827.58173f, 654.f, 832.f, 654.f)
    [all...]
  /external/skia/samplecode/
SampleIdentityScale.cpp 66 SkPath clipPath;
67 clipPath.addRoundRect(r, SkIntToScalar(5), SkIntToScalar(5));
68 canvas->clipPath(clipPath, kIntersect_SkClipOp, true);
SampleClip.cpp 136 SkPath clipPath;
138 clipPath.addRoundRect(r, SkIntToScalar(20), SkIntToScalar(20));
140 // clipPath.toggleInverseFillType();
146 canvas->clipPath(clipPath, kIntersect_SkClipOp, SkToBool(aa));
  /external/skqp/samplecode/
SampleIdentityScale.cpp 66 SkPath clipPath;
67 clipPath.addRoundRect(r, SkIntToScalar(5), SkIntToScalar(5));
68 canvas->clipPath(clipPath, kIntersect_SkClipOp, true);
SampleClip.cpp 136 SkPath clipPath;
138 clipPath.addRoundRect(r, SkIntToScalar(20), SkIntToScalar(20));
140 // clipPath.toggleInverseFillType();
146 canvas->clipPath(clipPath, kIntersect_SkClipOp, SkToBool(aa));
  /frameworks/base/libs/hwui/
Snapshot.cpp 80 void Snapshot::clipPath(const SkPath& path, SkClipOp op) {
CanvasState.cpp 203 bool CanvasState::clipPath(const SkPath* path, SkClipOp op) {
204 mSnapshot->clipPath(*path, op);
RenderNode.cpp 544 SkPath clipPath;
545 clipPath.addRect(clipRect);
546 Op(*outlinePath, clipPath, kIntersect_SkPathOp, &mClippedOutlineCache.clippedOutline);
  /external/pdfium/core/fxge/skia/
fx_skia_device_unittest.cpp 45 CFX_PathData clipPath, clipPath2;
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;
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, &clipMatrix, 0)
    [all...]
  /external/skia/experimental/svg/model/
SkSVGRenderContext.cpp 411 const SkPath clipPath = clipNode->asPath(*this);
422 fCanvas->clipPath(clipPath, true);
423 fClipPath.set(clipPath);
SkSVGRenderContext.h 86 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); }
105 // clipPath, if present for the current context (not inherited).
  /external/skia/src/core/
SkRasterClipStack.h 113 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) {
SkDevice.h 110 void clipPath(const SkPath& path, SkClipOp op, bool aa) {
SkClipStack.cpp 852 void SkClipStack::clipPath(const SkPath& path, const SkMatrix& matrix, SkClipOp op,
    [all...]
  /external/skqp/experimental/svg/model/
SkSVGRenderContext.cpp 411 const SkPath clipPath = clipNode->asPath(*this);
422 fCanvas->clipPath(clipPath, true);
423 fClipPath.set(clipPath);
SkSVGRenderContext.h 86 const SkPath* clipPath() const { return fClipPath.getMaybeNull(); }
105 // clipPath, if present for the current context (not inherited).
  /external/skqp/src/core/
SkRasterClipStack.h 113 void clipPath(const SkMatrix& ctm, const SkPath& path, SkClipOp op, bool aa) {
SkDevice.h 110 void clipPath(const SkPath& path, SkClipOp op, bool aa) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableOutlineView.java 97 Path clipPath = getClipPath();
98 if (clipPath != null && clipPath.isConvex()) {
101 outline.setConvexPath(clipPath);
220 Path clipPath = getCustomClipPath(child);
221 if (clipPath == null) {
222 clipPath = getClipPath();
224 if (clipPath != null) {
226 clipPath.op(intersectPath, Path.Op.INTERSECT);
228 canvas.clipPath(clipPath)
    [all...]
  /external/skia/src/gpu/
GrClipStackClip.cpp 419 SkPath clipPath;
420 element->asDeviceSpacePath(&clipPath);
421 clipPath.toggleInverseFillType();
422 GrShape shape(clipPath, GrStyle::SimpleFill());
  /external/skia/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 213 ClipPath& clipPath = fRTPendingPathsMap[opListID].fClipPaths[deviceSpacePath.getGenerationID()];
214 if (clipPath.isUninitialized()) {
215 // This ClipPath was just created during lookup. Initialize it.
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),
226 void CCPR::ClipPath::init(GrProxyProvider* proxyProvider,
450 void CCPR::ClipPath::placePathInAtlas(GrCoverageCountingPathRenderer* ccpr
    [all...]
  /external/skqp/src/gpu/
GrClipStackClip.cpp 419 SkPath clipPath;
420 element->asDeviceSpacePath(&clipPath);
421 clipPath.toggleInverseFillType();
422 GrShape shape(clipPath, GrStyle::SimpleFill());
  /external/skqp/src/gpu/ccpr/
GrCoverageCountingPathRenderer.cpp 213 ClipPath& clipPath = fRTPendingPathsMap[opListID].fClipPaths[deviceSpacePath.getGenerationID()];
214 if (clipPath.isUninitialized()) {
215 // This ClipPath was just created during lookup. Initialize it.
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),
226 void CCPR::ClipPath::init(GrProxyProvider* proxyProvider,
453 void CCPR::ClipPath::placePathInAtlas(GrCoverageCountingPathRenderer* ccpr
    [all...]

Completed in 1314 milliseconds

1 2 3 4 5