HomeSort by relevance Sort by last modified time
    Searched refs:isRRect (Results 1 - 25 of 46) sorted by null

1 2

  /external/skia/src/gpu/
GrStencilClip.h 39 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const override {
40 return !this->hasStencilClip() && fFixedClip.isRRect(rtBounds, rr, aa);
GrClipStackClip.h 34 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const override;
GrFixedClip.cpp 32 bool GrFixedClip::isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const {
GrFixedClip.h 47 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const override;
GrClip.h 56 virtual bool isRRect(const SkRect& rtBounds, SkRRect* rrect, GrAA* aa) const = 0;
171 bool isRRect(const SkRect&, SkRRect*, GrAA*) const override { return false; }
GrClipStackClip.cpp 49 bool GrClipStackClip::isRRect(const SkRect& origRTBounds, SkRRect* rr, GrAA* aa) const {
55 if (fStack->isRRect(*rtBounds, rr, &isAA)) {
GrRenderTargetContext.cpp 378 if (!paint.numTotalFragmentProcessors() && clip.isRRect(r, &rrect, &aa) && !rrect.isRect()) {
    [all...]
  /external/skqp/src/gpu/
GrStencilClip.h 39 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const override {
40 return !this->hasStencilClip() && fFixedClip.isRRect(rtBounds, rr, aa);
GrClipStackClip.h 34 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const override;
GrFixedClip.cpp 32 bool GrFixedClip::isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA* aa) const {
GrFixedClip.h 47 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const override;
GrClip.h 56 virtual bool isRRect(const SkRect& rtBounds, SkRRect* rrect, GrAA* aa) const = 0;
171 bool isRRect(const SkRect&, SkRRect*, GrAA*) const override { return false; }
GrClipStackClip.cpp 49 bool GrClipStackClip::isRRect(const SkRect& origRTBounds, SkRRect* rr, GrAA* aa) const {
55 if (fStack->isRRect(*rtBounds, rr, &isAA)) {
GrRenderTargetContext.cpp 376 if (!paint.numTotalFragmentProcessors() && clip.isRRect(r, &rrect, &aa) && !rrect.isRect()) {
    [all...]
  /external/skia/include/private/
SkPathRef.h 107 void setIsRRect(bool isRRect, bool isCCW, unsigned start) {
108 fPathRef->setIsRRect(isRRect, isCCW, start);
198 bool isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const {
501 void setIsRRect(bool isRRect, bool isCCW, unsigned start) {
502 fIsRRect = isRRect;
555 friend class ForceIsRRect_Private; // unit test isRRect
  /external/skqp/include/private/
SkPathRef.h 107 void setIsRRect(bool isRRect, bool isCCW, unsigned start) {
108 fPathRef->setIsRRect(isRRect, isCCW, start);
198 bool isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const {
498 void setIsRRect(bool isRRect, bool isCCW, unsigned start) {
499 fIsRRect = isRRect;
552 friend class ForceIsRRect_Private; // unit test isRRect
  /external/skia/src/core/
SkPathPriv.h 211 static bool IsRRect(const SkPath& path, SkRRect* rrect, SkPath::Direction* dir,
214 bool result = path.fPathRef->isRRect(rrect, &isCCW, start);
SkPathRef.cpp 72 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW,
76 if (isRRect) {
112 if (isRRect) {
121 if (isRRect) {
SkClipStack.h 375 bool isRRect(const SkRect& bounds, SkRRect* rrect, bool* aa) const;
SkPath_serial.cpp 62 } else if (!fPathRef->isRRect(&rrect, &isCCW, &start)) {
  /external/skqp/src/core/
SkPathRef.cpp 72 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW,
76 if (isRRect) {
112 if (isRRect) {
121 if (isRRect) {
  /external/skqp/include/core/
SkPath.h 328 bool isRRect(SkRRect* rrect, Direction* dir = nullptr,
331 bool result = fPathRef->isRRect(rrect, &isCCW, start);
    [all...]
  /external/skqp/src/utils/
SkShadowUtils.cpp 369 bool isRRect(SkRRect* rrect) { return fShapeForKey.asRRect(rrect, nullptr, nullptr, nullptr); }
373 bool isRRect(SkRRect* rrect) { return false; }
  /external/skqp/tests/
RRectInPathTest.cpp 17 REPORTER_ASSERT(reporter, path.isRRect(&out, dir, start));
35 REPORTER_ASSERT(reporter, xformed.isRRect(&xrr, &xd, &xs));
  /external/skia/gm/
windowrectangles.cpp 138 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; }

Completed in 709 milliseconds

1 2