Searched refs:totalMatrixCount (Results 1 – 5 of 5) sorted by relevance
/external/skia/src/core/ |
D | SkCanvasPriv.cpp | 90 int* totalDstClipCount, int* totalMatrixCount) { in GetDstClipAndMatrixCounts() argument 101 *totalMatrixCount = maxMatrixIndex + 1; in GetDstClipAndMatrixCounts()
|
D | SkRecorder.cpp | 333 int totalDstClipCount, totalMatrixCount; in onDrawEdgeAAImageSet2() local 334 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in onDrawEdgeAAImageSet2() 343 this->copy(preViewMatrices, totalMatrixCount), sampling, constraint); in onDrawEdgeAAImageSet2()
|
D | SkCanvasPriv.h | 88 int* totalDstClipCount, int* totalMatrixCount);
|
D | SkPictureRecord.cpp | 779 int totalDstClipCount, totalMatrixCount; in onDrawEdgeAAImageSet2() local 780 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in onDrawEdgeAAImageSet2() 783 kMatrixSize * totalMatrixCount + in onDrawEdgeAAImageSet2() 802 this->addInt(totalMatrixCount); in onDrawEdgeAAImageSet2() 803 for (int i = 0; i < totalMatrixCount; ++i) { in onDrawEdgeAAImageSet2()
|
/external/skia/tools/debugger/ |
D | DrawCommand.cpp | 1935 int totalDstClipCount, totalMatrixCount; in DrawEdgeAAImageSetCommand() local 1936 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in DrawEdgeAAImageSetCommand() 1941 fPreViewMatrices.reset(totalMatrixCount); in DrawEdgeAAImageSetCommand() 1942 std::copy_n(preViewMatrices, totalMatrixCount, fPreViewMatrices.get()); in DrawEdgeAAImageSetCommand()
|