Home
last modified time | relevance | path

Searched refs:fClipRestrictionRect (Results 1 – 12 of 12) sorted by relevance

/external/skqp/src/core/
DSkRasterClip.h19 const SkIRect* fClipRestrictionRect; variable
22 if (op >= SkRegion::kUnion_Op && fClipRestrictionRect in applyClipRestriction()
23 && !fClipRestrictionRect->isEmpty()) { in applyClipRestriction()
24 if (!bounds->intersect(*fClipRestrictionRect)) { in applyClipRestriction()
31 SkConservativeClip() : fBounds(SkIRect::MakeEmpty()), fClipRestrictionRect(nullptr) {} in SkConservativeClip()
40 fClipRestrictionRect = rect; in setDeviceClipRestriction()
130 fClipRestrictionRect = rect; in setDeviceClipRestriction()
140 const SkIRect* fClipRestrictionRect = nullptr; variable
172 if (op >= SkRegion::kUnion_Op && fClipRestrictionRect in applyClipRestriction()
173 && !fClipRestrictionRect->isEmpty()) { in applyClipRestriction()
[all …]
DSkClipStack.h357 fClipRestrictionRect = SkRect::Make(rect); in setDeviceClipRestriction()
496 SkRect fClipRestrictionRect = SkRect::MakeEmpty();
512 return op >= kUnion_SkClipOp && !fClipRestrictionRect.isEmpty(); in hasClipRestriction()
DSkRasterClip.cpp140 fClipRestrictionRect = src.fClipRestrictionRect; in SkRasterClip()
DSkClipStack.cpp832 Element restriction(fSaveCount, fClipRestrictionRect, SkMatrix::I(), kIntersect_SkClipOp, in clipRRect()
843 Element restriction(fSaveCount, fClipRestrictionRect, SkMatrix::I(), kIntersect_SkClipOp, in clipRect()
854 Element restriction(fSaveCount, fClipRestrictionRect, SkMatrix::I(), kIntersect_SkClipOp, in clipPath()
DSkCanvas.cpp558 fMCRec->fRasterClip.setDeviceClipRestriction(&fClipRestrictionRect); in init()
575 device->androidFramework_setDeviceClipRestriction(&fClipRestrictionRect); in init()
1090 newDevice->androidFramework_setDeviceClipRestriction(&fClipRestrictionRect); in internalSaveLayer()
1408 fClipRestrictionRect = rect; in androidFramework_setDeviceClipRestriction()
1409 if (fClipRestrictionRect.isEmpty()) { in androidFramework_setDeviceClipRestriction()
1412 … FOR_EACH_TOP_DEVICE(device->androidFramework_setDeviceClipRestriction(&fClipRestrictionRect)); in androidFramework_setDeviceClipRestriction()
1415 … FOR_EACH_TOP_DEVICE(device->androidFramework_setDeviceClipRestriction(&fClipRestrictionRect)); in androidFramework_setDeviceClipRestriction()
1417 fMCRec->fRasterClip.opIRect(fClipRestrictionRect, SkRegion::kIntersect_Op); in androidFramework_setDeviceClipRestriction()
/external/skia/src/core/
DSkRasterClip.h19 const SkIRect* fClipRestrictionRect; variable
22 if (op >= SkRegion::kUnion_Op && fClipRestrictionRect in applyClipRestriction()
23 && !fClipRestrictionRect->isEmpty()) { in applyClipRestriction()
24 if (!bounds->intersect(*fClipRestrictionRect)) { in applyClipRestriction()
31 SkConservativeClip() : fBounds(SkIRect::MakeEmpty()), fClipRestrictionRect(nullptr) {} in SkConservativeClip()
40 fClipRestrictionRect = rect; in setDeviceClipRestriction()
130 fClipRestrictionRect = rect; in setDeviceClipRestriction()
140 const SkIRect* fClipRestrictionRect = nullptr; variable
172 if (op >= SkRegion::kUnion_Op && fClipRestrictionRect in applyClipRestriction()
173 && !fClipRestrictionRect->isEmpty()) { in applyClipRestriction()
[all …]
DSkClipStack.h351 fClipRestrictionRect = SkRect::Make(rect); in setDeviceClipRestriction()
490 SkRect fClipRestrictionRect = SkRect::MakeEmpty();
506 return op >= kUnion_SkClipOp && !fClipRestrictionRect.isEmpty(); in hasClipRestriction()
DSkRasterClip.cpp140 fClipRestrictionRect = src.fClipRestrictionRect; in SkRasterClip()
DSkClipStack.cpp802 Element restriction(fSaveCount, fClipRestrictionRect, SkMatrix::I(), kIntersect_SkClipOp, in clipRRect()
813 Element restriction(fSaveCount, fClipRestrictionRect, SkMatrix::I(), kIntersect_SkClipOp, in clipRect()
824 Element restriction(fSaveCount, fClipRestrictionRect, SkMatrix::I(), kIntersect_SkClipOp, in clipPath()
DSkCanvas.cpp502 fMCRec->fRasterClip.setDeviceClipRestriction(&fClipRestrictionRect); in init()
519 device->androidFramework_setDeviceClipRestriction(&fClipRestrictionRect); in init()
1204 newDevice->androidFramework_setDeviceClipRestriction(&fClipRestrictionRect); in internalSaveLayer()
1566 fClipRestrictionRect = rect; in androidFramework_setDeviceClipRestriction()
1567 if (fClipRestrictionRect.isEmpty()) { in androidFramework_setDeviceClipRestriction()
1570 … FOR_EACH_TOP_DEVICE(device->androidFramework_setDeviceClipRestriction(&fClipRestrictionRect)); in androidFramework_setDeviceClipRestriction()
1573 … FOR_EACH_TOP_DEVICE(device->androidFramework_setDeviceClipRestriction(&fClipRestrictionRect)); in androidFramework_setDeviceClipRestriction()
1575 fMCRec->fRasterClip.opIRect(fClipRestrictionRect, SkRegion::kIntersect_Op); in androidFramework_setDeviceClipRestriction()
/external/skqp/include/core/
DSkCanvas.h2533 SkIRect fClipRestrictionRect = SkIRect::MakeEmpty();
/external/skia/include/core/
DSkCanvas.h2778 SkIRect fClipRestrictionRect = SkIRect::MakeEmpty();