Home
last modified time | relevance | path

Searched refs:entryBounds (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/core/
DSkRecordDraw.cpp466 SkRect entryBounds = op.set[i].fDstRect; in bounds() local
468 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()
/third_party/skia/src/core/
DSkRecordDraw.cpp492 SkRect entryBounds = op.set[i].fDstRect; in bounds() local
494 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()
DSkCanvas.cpp2551 SkRect entryBounds = imageSet[i].fDstRect; in onDrawEdgeAAImageSet2() local
2553 preViewMatrices[imageSet[i].fMatrixIndex].mapRect(&entryBounds); in onDrawEdgeAAImageSet2()
2555 setBounds.joinPossiblyEmptyRect(entryBounds); in onDrawEdgeAAImageSet2()