Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkCanvasPriv.cpp90 int* totalDstClipCount, int* totalMatrixCount) { in GetDstClipAndMatrixCounts() argument
101 *totalMatrixCount = maxMatrixIndex + 1; in GetDstClipAndMatrixCounts()
DSkRecorder.cpp333 int totalDstClipCount, totalMatrixCount; in onDrawEdgeAAImageSet2() local
334 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in onDrawEdgeAAImageSet2()
343 this->copy(preViewMatrices, totalMatrixCount), sampling, constraint); in onDrawEdgeAAImageSet2()
DSkCanvasPriv.h88 int* totalDstClipCount, int* totalMatrixCount);
DSkPictureRecord.cpp779 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/
DDrawCommand.cpp1935 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()