Searched refs:entryBounds (Results 1 – 3 of 3) sorted by relevance
466 SkRect entryBounds = op.set[i].fDstRect; in bounds() local468 entryBounds.setBounds(op.dstClips + clipIndex, 4); in bounds()472 op.preViewMatrices[op.set[i].fMatrixIndex].mapRect(&entryBounds); in bounds()474 rect.join(this->adjustAndMap(entryBounds, nullptr)); in bounds()
492 SkRect entryBounds = op.set[i].fDstRect; in bounds() local494 entryBounds.setBounds(op.dstClips + clipIndex, 4); in bounds()498 op.preViewMatrices[op.set[i].fMatrixIndex].mapRect(&entryBounds); in bounds()500 rect.join(this->adjustAndMap(entryBounds, nullptr)); in bounds()
2551 SkRect entryBounds = imageSet[i].fDstRect; in onDrawEdgeAAImageSet2() local2553 preViewMatrices[imageSet[i].fMatrixIndex].mapRect(&entryBounds); in onDrawEdgeAAImageSet2()2555 setBounds.joinPossiblyEmptyRect(entryBounds); in onDrawEdgeAAImageSet2()