Searched refs:totalMatrixCount (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkCanvasPriv.cpp | 90 int* totalDstClipCount, int* totalMatrixCount) { in GetDstClipAndMatrixCounts() 101 *totalMatrixCount = maxMatrixIndex + 1; in GetDstClipAndMatrixCounts() 89 GetDstClipAndMatrixCounts(const SkCanvas::ImageSetEntry set[], int count, int* totalDstClipCount, int* totalMatrixCount) GetDstClipAndMatrixCounts() argument
|
H A D | SkRecorder.cpp | 301 int totalDstClipCount, totalMatrixCount; in onDrawEdgeAAImageSet2() local 302 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in onDrawEdgeAAImageSet2() 311 this->copy(preViewMatrices, totalMatrixCount), sampling, constraint); in onDrawEdgeAAImageSet2()
|
H A D | SkCanvasPriv.h | 78 int* totalDstClipCount, int* totalMatrixCount);
|
H A D | SkPictureRecord.cpp | 771 // hasClip(int), matrixIndex) * cnt + totalClipCount + dstClips + totalMatrixCount + matrices in onDrawEdgeAAImageSet2() 772 int totalDstClipCount, totalMatrixCount; in onDrawEdgeAAImageSet2() local 773 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in onDrawEdgeAAImageSet2() 776 kMatrixSize * totalMatrixCount + in onDrawEdgeAAImageSet2() 795 this->addInt(totalMatrixCount); in onDrawEdgeAAImageSet2() 796 for (int i = 0; i < totalMatrixCount; ++i) { in onDrawEdgeAAImageSet2()
|
/third_party/skia/tools/debugger/ |
H A D | DrawCommand.cpp | 1907 int totalDstClipCount, totalMatrixCount; in DrawEdgeAAImageSetCommand() local 1908 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in DrawEdgeAAImageSetCommand() 1913 fPreViewMatrices.reset(totalMatrixCount); in DrawEdgeAAImageSetCommand() 1914 std::copy_n(preViewMatrices, totalMatrixCount, fPreViewMatrices.get()); in DrawEdgeAAImageSetCommand()
|
Completed in 8 milliseconds