/external/skia/include/core/ |
D | SkPathRef.h | 107 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect() argument 108 fPathRef->setIsRRect(isRRect, isCCW, start); in setIsRRect() 196 bool isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const { in isRRect() function 491 void setIsRRect(bool isRRect, bool isCCW, unsigned start) { in setIsRRect() argument 492 fIsRRect = isRRect; in setIsRRect()
|
D | SkPath.h | 208 bool isRRect(SkRRect* rrect, Direction* dir = nullptr, 211 bool result = fPathRef->isRRect(rrect, &isCCW, start);
|
/external/skia/src/core/ |
D | SkPathRef.cpp | 59 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW, in transform_dir_and_start() argument 63 if (isRRect) { in transform_dir_and_start() 99 if (isRRect) { in transform_dir_and_start() 108 if (isRRect) { in transform_dir_and_start() 232 bool isRRect = (packed >> kIsRRect_SerializationShift) & 1; in CreateFromBuffer() local 233 if (isOval && isRRect) { in CreateFromBuffer() 287 ref->fIsRRect = isRRect; in CreateFromBuffer()
|
D | SkClipStack.h | 433 bool isRRect(const SkRect& bounds, SkRRect* rrect, bool* aa) const;
|
D | SkClipStack.cpp | 902 bool SkClipStack::isRRect(const SkRect& bounds, SkRRect* rrect, bool* aa) const { in isRRect() function in SkClipStack
|
D | SkPath.cpp | 1123 bool isRRect = hasOnlyMoveTos(); in addRRect() local 1172 ed.setIsRRect(isRRect, dir, startIndex % 8); in addRRect()
|
D | SkCanvas.cpp | 1537 if (path.isRRect(&rrect)) { in clipPath()
|
/external/skia/src/gpu/ |
D | GrClip.h | 58 virtual bool isRRect(const SkRect& rtBounds, SkRRect* rrect, GrAA* aa) const = 0; 150 bool isRRect(const SkRect&, SkRRect*, GrAA*) const override { return false; } in isRRect() function
|
D | GrFixedClip.h | 44 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const override;
|
D | GrClipStackClip.h | 34 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const override;
|
D | GrFixedClip.cpp | 32 bool GrFixedClip::isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const { in isRRect() function in GrFixedClip
|
D | GrClipStackClip.cpp | 46 bool GrClipStackClip::isRRect(const SkRect& origRTBounds, SkRRect* rr, GrAA* aa) const { in isRRect() function in GrClipStackClip 52 if (fStack->isRRect(*rtBounds, rr, &isAA)) { in isRRect()
|
D | GrShape.cpp | 363 } else if (this->path().isRRect(&rrect, &rrectDir, &rrectStart)) { in attemptToSimplifyPath()
|
D | GrReducedClip.cpp | 673 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const override { in isRRect() function in StencilClip
|
D | GrRenderTargetContext.cpp | 413 if (!paint.numTotalFragmentProcessors() && clip.isRRect(r, &rrect, &aa) && !rrect.isRect()) { in drawPaint()
|
D | SkGpuDevice.cpp | 696 if (origSrcPath.isRRect(&rrect)) { in drawPath()
|
/external/skia/src/utils/ |
D | SkShadowUtils.cpp | 362 bool isRRect(SkRRect* rrect) { return fShapeForKey.asRRect(rrect, nullptr, nullptr, nullptr); } in isRRect() function in __anon20205b850111::ShadowedPath 366 bool isRRect(SkRRect* rrect) { return false; } in isRRect() function in __anon20205b850111::ShadowedPath 523 if (shadowedPath.isRRect(&rrect)) { in DrawShadow()
|
/external/skia/samplecode/ |
D | SampleAndroidShadows.cpp | 137 } else if (path.isRRect(&pathRRect)) { in GetOcclRect() 209 (path.isRRect(&pathRRect) && pathRRect.allCornersCircular()) || in drawAmbientShadowAlt() 322 (path.isRRect(&pathRRect) && pathRRect.allCornersCircular()) || in drawSpotShadowAlt()
|
/external/skia/tests/ |
D | RRectInPathTest.cpp | 17 REPORTER_ASSERT(reporter, path.isRRect(&out, dir, start)); in path_contains_rrect() 35 REPORTER_ASSERT(reporter, xformed.isRRect(&xrr, &xd, &xs)); in path_contains_rrect()
|
D | PathTest.cpp | 2534 REPORTER_ASSERT(reporter, readBack.isRRect(nullptr) == p.isRRect(nullptr)); in write_and_read_back() 2536 if (p.isRRect(&rrect0, &dir0, &start0) && readBack.isRRect(&rrect1, &dir1, &start1)) { in write_and_read_back()
|
/external/skia/gm/ |
D | windowrectangles.cpp | 139 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; } in isRRect() function in skiagm::MaskOnlyClipBase
|
/external/skia/tools/debugger/ |
D | SkObjectParser.cpp | 170 if (path.isRRect(&rrect)) { in PathToString()
|