Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrTextureProducer.cpp93 const SkRect& constraintRect, in DetermineDomainMode() argument
101 SkASSERT(proxyBounds.contains(constraintRect)); in DetermineDomainMode()
106 if (constraintRect.contains(proxyBounds) && proxyIsExact) { in DetermineDomainMode()
153 *domainRect = constraintRect.makeInset(kDomainInset, kDomainInset); in DetermineDomainMode()
165 if (proxyBounds.fRight - filterHalfWidth < constraintRect.fRight) { in DetermineDomainMode()
169 if (proxyBounds.fBottom - filterHalfWidth < constraintRect.fBottom) { in DetermineDomainMode()
DGrImageTextureMaker.cpp83 const SkRect& constraintRect, in createFragmentProcessor() argument
91 return this->INHERITED::createFragmentProcessor(textureMatrix, constraintRect, in createFragmentProcessor()
111 domain = &constraintRect; in createFragmentProcessor()
DGrTextureAdjuster.cpp117 const SkRect& constraintRect, in createFragmentProcessor() argument
137 DetermineDomainMode(constraintRect, filterConstraint, coordsLimitedToConstraintRect, in createFragmentProcessor()
149 DetermineDomainMode(constraintRect, filterConstraint, coordsLimitedToConstraintRect, in createFragmentProcessor()
DGrTextureProducer.h68 const SkRect& constraintRect,
170 static DomainMode DetermineDomainMode(const SkRect& constraintRect,
DGrTextureMaker.cpp110 const SkRect& constraintRect, in createFragmentProcessor() argument
137 DetermineDomainMode(constraintRect, filterConstraint, coordsLimitedToConstraintRect, in createFragmentProcessor()
DGrTextureMaker.h23 const SkRect& constraintRect,
DGrTextureAdjuster.h27 const SkRect& constraintRect,
DGrImageTextureMaker.h62 const SkRect& constraintRect,
/third_party/flutter/skia/tests/
DDetermineDomainModeTest.cpp36 static DomainMode DetermineDomainMode(const SkRect& constraintRect, in DetermineDomainMode() argument
42 return GrTextureProducer::DetermineDomainMode(constraintRect, in DetermineDomainMode()
355 const SkRect* constraintRect = (*constraintRectMaker)( in proxy_test() local
362 SkASSERT(constraintRect); // always need one of these in proxy_test()
363 SkASSERT(outermost.rect().contains(*constraintRect)); in proxy_test()
366 *constraintRect, in proxy_test()