HomeSort by relevance Sort by last modified time
    Searched refs:isRRect (Results 1 - 25 of 45) 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; }
GrRenderTargetContext.cpp 455 if (clip.isRRect(r, &rrect, &aa)) {
573 if (!clip.isRRect(rtRect, &clipRRect, &clipAA) || !clipRRect.isRect()) {
    [all...]
GrClipStackClip.cpp 52 bool GrClipStackClip::isRRect(const SkRect& origRTBounds, SkRRect* rr, GrAA* aa) const {
58 if (fStack->isRRect(*rtBounds, rr, &isAA)) {
  /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; }
GrRenderTargetContext.cpp 459 if (clip.isRRect(r, &rrect, &aa)) {
577 if (!clip.isRRect(rtRect, &clipRRect, &clipAA) || !clipRRect.isRect()) {
    [all...]
GrClipStackClip.cpp 51 bool GrClipStackClip::isRRect(const SkRect& origRTBounds, SkRRect* rr, GrAA* aa) const {
57 if (fStack->isRRect(*rtBounds, rr, &isAA)) {
  /external/skia/include/private/
SkPathRef.h 109 void setIsRRect(bool isRRect, bool isCCW, unsigned start) {
110 fPathRef->setIsRRect(isRRect, isCCW, start);
200 bool isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const {
523 void setIsRRect(bool isRRect, bool isCCW, unsigned start) {
524 fIsRRect = isRRect;
578 friend class ForceIsRRect_Private; // unit test isRRect
  /external/skqp/include/private/
SkPathRef.h 109 void setIsRRect(bool isRRect, bool isCCW, unsigned start) {
110 fPathRef->setIsRRect(isRRect, isCCW, start);
200 bool isRRect(SkRRect* rrect, bool* isCCW, unsigned* start) const {
522 void setIsRRect(bool isRRect, bool isCCW, unsigned start) {
523 fIsRRect = isRRect;
577 friend class ForceIsRRect_Private; // unit test isRRect
  /external/skia/src/core/
SkPathPriv.h 231 static bool IsRRect(const SkPath& path, SkRRect* rrect, SkPath::Direction* dir,
234 bool result = path.fPathRef->isRRect(rrect, &isCCW, start);
SkPathRef.cpp 119 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW,
123 if (isRRect) {
159 if (isRRect) {
168 if (isRRect) {
SkClipStack.h 379 bool isRRect(const SkRect& bounds, SkRRect* rrect, bool* aa) const;
SkPath_serial.cpp 64 } else if (!fPathRef->isRRect(&rrect, &isCCW, &start)) {
  /external/skqp/src/core/
SkPathPriv.h 231 static bool IsRRect(const SkPath& path, SkRRect* rrect, SkPath::Direction* dir,
234 bool result = path.fPathRef->isRRect(rrect, &isCCW, start);
SkPathRef.cpp 119 static void transform_dir_and_start(const SkMatrix& matrix, bool isRRect, bool* isCCW,
123 if (isRRect) {
159 if (isRRect) {
168 if (isRRect) {
SkClipStack.h 379 bool isRRect(const SkRect& bounds, SkRRect* rrect, bool* aa) const;
  /external/skia/gm/
windowrectangles.cpp 138 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; }
  /external/skqp/gm/
windowrectangles.cpp 137 bool isRRect(const SkRect& rtBounds, SkRRect* rr, GrAA*) const final { return false; }

Completed in 553 milliseconds

1 2