Searched refs:getWorstCaseBoundsRect (Results 1 – 2 of 2) sorted by relevance
280 SkASSERT(!domainRect || !domainRect->contains(proxy->getWorstCaseBoundsRect())); in TextureOp()356 if (!set[p].fSrcRect.contains(fProxies[p].fProxy->getWorstCaseBoundsRect()) && in TextureOp()619 if (domain && domain->contains(proxy->getWorstCaseBoundsRect())) { in Make()
157 SkRect getWorstCaseBoundsRect() const { in getWorstCaseBoundsRect() function