Home
last modified time | relevance | path

Searched refs:totalMatrixCount (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/src/core/
H A DSkCanvasPriv.cpp90 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 DSkRecorder.cpp301 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 DSkCanvasPriv.h78 int* totalDstClipCount, int* totalMatrixCount);
H A DSkPictureRecord.cpp771 // 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 DDrawCommand.cpp1907 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