Home
last modified time | relevance | path

Searched refs:preViewMatrices (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/src/gpu/v1/
DDevice_drawTexture.cpp852 const SkPoint dstClips[], const SkMatrix preViewMatrices[], in drawEdgeAAImageSet() argument
862 SkASSERT(set[i].fMatrixIndex < 0 || preViewMatrices); in drawEdgeAAImageSet()
874 set[i].fMatrixIndex < 0 ? nullptr : preViewMatrices + set[i].fMatrixIndex, in drawEdgeAAImageSet()
914 SkASSERT(set[i].fMatrixIndex < 0 || preViewMatrices); in drawEdgeAAImageSet()
952 set[i].fMatrixIndex < 0 ? nullptr : preViewMatrices + set[i].fMatrixIndex, in drawEdgeAAImageSet()
963 set[i].fMatrixIndex < 0 ? nullptr : preViewMatrices + set[i].fMatrixIndex; in drawEdgeAAImageSet()
/third_party/skia/src/core/
DSkOverdrawCanvas.cpp225 const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument
233 fList[0]->concat(preViewMatrices[set[i].fMatrixIndex]); in onDrawEdgeAAImageSet2()
DSkDevice.cpp262 const SkPoint dstClips[], const SkMatrix preViewMatrices[], in drawEdgeAAImageSet() argument
279 SkASSERT(images[i].fMatrixIndex < 0 || preViewMatrices); in drawEdgeAAImageSet()
283 SkM44(preViewMatrices[images[i].fMatrixIndex])); in drawEdgeAAImageSet()
DSkRecorder.cpp298 const SkPoint dstClips[], const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument
311 this->copy(preViewMatrices, totalMatrixCount), sampling, constraint); in onDrawEdgeAAImageSet2()
DSkRecordDraw.cpp151 r.set.get(), r.count, r.dstClips, r.preViewMatrices, r.sampling, r.paint, r.constraint));
498 op.preViewMatrices[op.set[i].fMatrixIndex].mapRect(&entryBounds); in bounds()
DSkCanvas.cpp1928 const SkMatrix preViewMatrices[], in experimental_DrawEdgeAAImageSet() argument
1933 this->onDrawEdgeAAImageSet2(imageSet, cnt, dstClips, preViewMatrices, sampling, paint, in experimental_DrawEdgeAAImageSet()
2528 const SkPoint dstClips[], const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument
2547 preViewMatrices[imageSet[0].fMatrixIndex].mapRect(&setBounds); in onDrawEdgeAAImageSet2()
2553 preViewMatrices[imageSet[i].fMatrixIndex].mapRect(&entryBounds); in onDrawEdgeAAImageSet2()
2566 this->topDevice()->drawEdgeAAImageSet(imageSet, count, dstClips, preViewMatrices, sampling, in onDrawEdgeAAImageSet2()
DSkRecords.h337 PODArray<SkMatrix> preViewMatrices;
DSkPictureRecord.cpp765 const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument
797 this->addMatrix(preViewMatrices[i]); in onDrawEdgeAAImageSet2()
DSkDevice.h295 const SkPoint dstClips[], const SkMatrix preViewMatrices[],
/third_party/skia/src/utils/
DSkPaintFilterCanvas.cpp242 const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument
249 set, count, dstClips, preViewMatrices, sampling, &apf.paint(), constraint); in onDrawEdgeAAImageSet2()
DSkNWayCanvas.cpp358 const SkPoint dstClips[], const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument
364 set, count, dstClips, preViewMatrices, sampling, paint, constraint); in onDrawEdgeAAImageSet2()
/third_party/skia/experimental/graphite/src/
DDevice.h88 const SkPoint dstClips[], const SkMatrix preViewMatrices[], in drawEdgeAAImageSet() argument
/third_party/skia/tools/
DMSKPPlayer.cpp258 const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument
265 preViewMatrices, in onDrawEdgeAAImageSet2()
/third_party/skia/tools/debugger/
DDebugCanvas.cpp582 const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument
587 set, count, dstClips, preViewMatrices, sampling, paint, constraint)); in onDrawEdgeAAImageSet2()
DDrawCommand.cpp1897 const SkMatrix preViewMatrices[], in DrawEdgeAAImageSetCommand() argument
1914 std::copy_n(preViewMatrices, totalMatrixCount, fPreViewMatrices.get()); in DrawEdgeAAImageSetCommand()
/third_party/skia/include/core/
DSkCanvas.h1665 const SkPoint dstClips[], const SkMatrix preViewMatrices[],
2274 const SkPoint dstClips[], const SkMatrix preViewMatrices[],