Searched refs:proxyBounds (Results 1 – 2 of 2) sorted by relevance
102 const SkIRect proxyBounds = SkIRect::MakeWH(proxy->width(), proxy->height()); in DetermineDomainMode() local104 SkASSERT(proxyBounds.contains(constraintRect)); in DetermineDomainMode()109 if (constraintRect.contains(proxyBounds) && proxyIsExact) { in DetermineDomainMode()168 if (proxyBounds.fRight - filterHalfWidth < constraintRect.fRight) { in DetermineDomainMode()169 domainRect->fRight = proxyBounds.fRight - kDomainInset; in DetermineDomainMode()172 if (proxyBounds.fBottom - filterHalfWidth < constraintRect.fBottom) { in DetermineDomainMode()173 domainRect->fBottom = proxyBounds.fBottom - kDomainInset; in DetermineDomainMode()182 domainRect->fRight = proxyBounds.fRight - kDomainInset; in DetermineDomainMode()183 domainRect->fBottom = proxyBounds.fBottom - kDomainInset; in DetermineDomainMode()
105 const SkIRect proxyBounds = SkIRect::MakeWH(proxy->width(), proxy->height()); in DetermineDomainMode() local107 SkASSERT(proxyBounds.contains(constraintRect)); in DetermineDomainMode()112 if (constraintRect.contains(proxyBounds) && proxyIsExact) { in DetermineDomainMode()171 if (proxyBounds.fRight - filterHalfWidth < constraintRect.fRight) { in DetermineDomainMode()172 domainRect->fRight = proxyBounds.fRight - kDomainInset; in DetermineDomainMode()175 if (proxyBounds.fBottom - filterHalfWidth < constraintRect.fBottom) { in DetermineDomainMode()176 domainRect->fBottom = proxyBounds.fBottom - kDomainInset; in DetermineDomainMode()185 domainRect->fRight = proxyBounds.fRight - kDomainInset; in DetermineDomainMode()186 domainRect->fBottom = proxyBounds.fBottom - kDomainInset; in DetermineDomainMode()