Home
last modified time | relevance | path

Searched refs:constraintRect (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/gpu/
DGrTextureProducer.cpp96 const SkRect& constraintRect, in DetermineDomainMode() argument
104 SkASSERT(proxyBounds.contains(constraintRect)); in DetermineDomainMode()
109 if (constraintRect.contains(proxyBounds) && proxyIsExact) { in DetermineDomainMode()
156 *domainRect = constraintRect.makeInset(kDomainInset, kDomainInset); in DetermineDomainMode()
168 if (proxyBounds.fRight - filterHalfWidth < constraintRect.fRight) { in DetermineDomainMode()
172 if (proxyBounds.fBottom - filterHalfWidth < constraintRect.fBottom) { in DetermineDomainMode()
DGrTextureAdjuster.cpp115 const SkRect& constraintRect, in createFragmentProcessor() argument
139 DetermineDomainMode(constraintRect, filterConstraint, coordsLimitedToConstraintRect, in createFragmentProcessor()
151 DetermineDomainMode(constraintRect, filterConstraint, coordsLimitedToConstraintRect, in createFragmentProcessor()
DGrImageTextureMaker.cpp90 const SkRect& constraintRect, in createFragmentProcessor() argument
101 return this->INHERITED::createFragmentProcessor(textureMatrix, constraintRect, in createFragmentProcessor()
DGrTextureProducer.h67 const SkRect& constraintRect,
164 static DomainMode DetermineDomainMode(const SkRect& constraintRect,
DGrTextureMaker.cpp108 const SkRect& constraintRect, in createFragmentProcessor() argument
140 DetermineDomainMode(constraintRect, filterConstraint, coordsLimitedToConstraintRect, in createFragmentProcessor()
DGrTextureMaker.h23 const SkRect& constraintRect,
DGrTextureAdjuster.h25 const SkRect& constraintRect,
DGrImageTextureMaker.h61 const SkRect& constraintRect,
/external/skqp/tests/
DDetermineDomainModeTest.cpp34 static DomainMode DetermineDomainMode(const SkRect& constraintRect, in DetermineDomainMode() argument
40 return GrTextureProducer::DetermineDomainMode(constraintRect, in DetermineDomainMode()
351 const SkRect* constraintRect = (*constraintRectMaker)( in proxy_test() local
358 SkASSERT(constraintRect); // always need one of these in proxy_test()
359 SkASSERT(outermost.rect().contains(*constraintRect)); in proxy_test()
362 *constraintRect, in proxy_test()