Home
last modified time | relevance | path

Searched refs:pixelBounds (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/
H A DGrClip.h87 SkIRect pixelBounds = GetPixelIBounds(drawBounds, aa); in preApply() local
88 bool outside = !SkIRect::Intersects(pixelBounds, this->getConservativeBounds()); in preApply()
220 SkIRect pixelBounds = GetPixelIBounds(*bounds, GrAA(aa != GrAAType::kNone)); variable
221 Effect effect = this->apply(&out->hardClip(), &pixelBounds);
222 bounds->intersect(SkRect::Make(pixelBounds));
H A DGrFixedClip.cpp17 SkIRect pixelBounds = GetPixelIBounds(drawBounds, aa); in preApply() local
18 if (!SkIRect::Intersects(fScissorState.rect(), pixelBounds)) { in preApply()
26 if (!fScissorState.enabled() || fScissorState.rect().contains(pixelBounds)) { in preApply()
/third_party/skia/src/core/
H A DSkAAClip.cpp1457 SkIRect pixelBounds = fBounds;
1458 if (!pixelBounds.intersect(rect)) {
1465 } else if (pixelBounds == fBounds) {
1472 } else if (op == SkClipOp::kIntersect && this->quickContains(pixelBounds)) {
1474 return this->setRect(pixelBounds);
1487 SkIRect pixelBounds = fBounds;
1488 if (!pixelBounds.intersect(rect.roundOut())) {
1502 } else if (op == SkClipOp::kIntersect && this->quickContains(pixelBounds)) {
1505 return this->setPath(SkPath::Rect(rect), pixelBounds, /*doAA=*/true);
1509 op == SkClipOp::kDifference ? fBounds : pixelBounds,
[all...]

Completed in 4 milliseconds