Home | History | Annotate | Download | only in gpu

Lines Matching refs:maskSpaceIBounds

569     SkIRect maskSpaceIBounds = SkIRect::MakeWH(clipSpaceIBounds.width(), clipSpaceIBounds.height());
583 fGpu->clear(&maskSpaceIBounds,
589 // The second pass that zeros the stencil buffer renders the rect maskSpaceIBounds so the first
592 GrDrawTarget::AutoClipRestore acr(fGpu, maskSpaceIBounds);
614 maskSpaceElementIBounds = maskSpaceIBounds;
621 this->getTemp(maskSpaceIBounds.fRight, maskSpaceIBounds.fBottom, &temp);
662 maskSpaceIBounds,
1055 SkIRect maskSpaceIBounds = SkIRect::MakeWH(clipSpaceIBounds.width(), clipSpaceIBounds.height());
1062 helper.init(maskSpaceIBounds, &matrix);