Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkCanvasPriv.cpp90 int* totalDstClipCount, int* totalMatrixCount) { in GetDstClipAndMatrixCounts()
100 *totalDstClipCount = dstClipCount; 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()
310 this->copy(dstClips, totalDstClipCount), in onDrawEdgeAAImageSet2()
H A DSkCanvasPriv.h78 int* totalDstClipCount, int* totalMatrixCount);
H A DSkPictureRecord.cpp772 int totalDstClipCount, totalMatrixCount; in onDrawEdgeAAImageSet2() local
773 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in onDrawEdgeAAImageSet2()
775 size_t size = 6 * kUInt32Size + sizeof(SkPoint) * totalDstClipCount + in onDrawEdgeAAImageSet2()
793 this->addInt(totalDstClipCount); in onDrawEdgeAAImageSet2()
794 this->addPoints(dstClips, totalDstClipCount); 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()
1911 fDstClips.reset(totalDstClipCount); in DrawEdgeAAImageSetCommand()
1912 std::copy_n(dstClips, totalDstClipCount, fDstClips.get()); in DrawEdgeAAImageSetCommand()

Completed in 8 milliseconds