/third_party/skia/src/gpu/v1/ |
D | Device_drawTexture.cpp | 852 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/ |
D | SkOverdrawCanvas.cpp | 225 const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument 233 fList[0]->concat(preViewMatrices[set[i].fMatrixIndex]); in onDrawEdgeAAImageSet2()
|
D | SkDevice.cpp | 262 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()
|
D | SkRecorder.cpp | 298 const SkPoint dstClips[], const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument 311 this->copy(preViewMatrices, totalMatrixCount), sampling, constraint); in onDrawEdgeAAImageSet2()
|
D | SkRecordDraw.cpp | 151 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()
|
D | SkCanvas.cpp | 1928 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()
|
D | SkRecords.h | 337 PODArray<SkMatrix> preViewMatrices;
|
D | SkPictureRecord.cpp | 765 const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument 797 this->addMatrix(preViewMatrices[i]); in onDrawEdgeAAImageSet2()
|
D | SkDevice.h | 295 const SkPoint dstClips[], const SkMatrix preViewMatrices[],
|
/third_party/skia/src/utils/ |
D | SkPaintFilterCanvas.cpp | 242 const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument 249 set, count, dstClips, preViewMatrices, sampling, &apf.paint(), constraint); in onDrawEdgeAAImageSet2()
|
D | SkNWayCanvas.cpp | 358 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/ |
D | Device.h | 88 const SkPoint dstClips[], const SkMatrix preViewMatrices[], in drawEdgeAAImageSet() argument
|
/third_party/skia/tools/ |
D | MSKPPlayer.cpp | 258 const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument 265 preViewMatrices, in onDrawEdgeAAImageSet2()
|
/third_party/skia/tools/debugger/ |
D | DebugCanvas.cpp | 582 const SkMatrix preViewMatrices[], in onDrawEdgeAAImageSet2() argument 587 set, count, dstClips, preViewMatrices, sampling, paint, constraint)); in onDrawEdgeAAImageSet2()
|
D | DrawCommand.cpp | 1897 const SkMatrix preViewMatrices[], in DrawEdgeAAImageSetCommand() argument 1914 std::copy_n(preViewMatrices, totalMatrixCount, fPreViewMatrices.get()); in DrawEdgeAAImageSetCommand()
|
/third_party/skia/include/core/ |
D | SkCanvas.h | 1665 const SkPoint dstClips[], const SkMatrix preViewMatrices[], 2274 const SkPoint dstClips[], const SkMatrix preViewMatrices[],
|