Home | History | Annotate | Download | only in gpu

Lines Matching defs:clipSpaceIBounds

221     SkIRect clipSpaceIBounds;
240 &clipSpaceIBounds,
244 ignoreClip = clipSpaceIBounds == clipSpaceRTIBounds;
270 SkIRect scissorSpaceIBounds(clipSpaceIBounds);
294 clipSpaceIBounds);
299 clipSpaceIBounds);
305 SkIRect rtSpaceMaskBounds = clipSpaceIBounds;
329 clipSpaceIBounds,
335 SkIRect scissorSpaceIBounds(clipSpaceIBounds);
507 const SkIRect& clipSpaceIBounds) {
508 bool cached = fAACache.canReuse(elementsGenID, clipSpaceIBounds);
520 const SkIRect& clipSpaceIBounds,
528 desc.fWidth = clipSpaceIBounds.width();
529 desc.fHeight = clipSpaceIBounds.height();
536 fAACache.acquireMask(elementsGenID, desc, clipSpaceIBounds);
545 const SkIRect& clipSpaceIBounds) {
549 GrTexture* result = this->getCachedMaskTexture(elementsGenID, clipSpaceIBounds);
556 result = this->allocMaskTexture(elementsGenID, clipSpaceIBounds, false);
564 SkIntToScalar(-clipSpaceIBounds.fLeft),
565 SkIntToScalar(-clipSpaceIBounds.fTop)
569 SkIRect maskSpaceIBounds = SkIRect::MakeWH(clipSpaceIBounds.width(), clipSpaceIBounds.height());
675 fGpu->drawSimpleRect(clipSpaceIBounds);
696 const SkIRect& clipSpaceIBounds,
713 if (stencilBuffer->mustRenderClip(elementsGenID, clipSpaceIBounds, clipSpaceToStencilOffset)) {
715 stencilBuffer->setLastClip(elementsGenID, clipSpaceIBounds, clipSpaceToStencilOffset);
730 SkIRect stencilSpaceIBounds(clipSpaceIBounds);
845 fGpu->drawSimpleRect(SkRect::Make(clipSpaceIBounds), NULL);
1045 const SkIRect& clipSpaceIBounds) {
1048 GrTexture* result = this->getCachedMaskTexture(elementsGenID, clipSpaceIBounds);
1055 SkIRect maskSpaceIBounds = SkIRect::MakeWH(clipSpaceIBounds.width(), clipSpaceIBounds.height());
1060 matrix.setTranslate(SkIntToScalar(-clipSpaceIBounds.fLeft),
1061 SkIntToScalar(-clipSpaceIBounds.fTop));
1079 SkRect temp = SkRect::Make(clipSpaceIBounds);
1104 result = this->allocMaskTexture(elementsGenID, clipSpaceIBounds, true);