Home
last modified time | relevance | path

Searched refs:entryBounds (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A 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()
H A DSkCanvas.cpp2563 SkRect entryBounds = imageSet[i].fDstRect;
2565 preViewMatrices[imageSet[i].fMatrixIndex].mapRect(&entryBounds);
2567 setBounds.joinPossiblyEmptyRect(entryBounds);

Completed in 6 milliseconds