Lines Matching refs:imageSet
1938 void SkCanvas::experimental_DrawEdgeAAImageSet(const ImageSetEntry imageSet[], int cnt,
1945 this->onDrawEdgeAAImageSet2(imageSet, cnt, dstClips, preViewMatrices, sampling, paint,
2539 void SkCanvas::onDrawEdgeAAImageSet2(const ImageSetEntry imageSet[], int count,
2556 SkRect setBounds = imageSet[0].fDstRect;
2557 if (imageSet[0].fMatrixIndex >= 0) {
2559 preViewMatrices[imageSet[0].fMatrixIndex].mapRect(&setBounds);
2563 SkRect entryBounds = imageSet[i].fDstRect;
2564 if (imageSet[i].fMatrixIndex >= 0) {
2565 preViewMatrices[imageSet[i].fMatrixIndex].mapRect(&entryBounds);
2578 this->topDevice()->drawEdgeAAImageSet(imageSet, count, dstClips, preViewMatrices, sampling,