Home
last modified time | relevance | path

Searched refs:totalDstClipCount (Results 1 – 10 of 10) sorted by relevance

/third_party/flutter/skia/src/core/
DSkCanvasPriv.cpp87 int* totalDstClipCount, int* totalMatrixCount) { in GetDstClipAndMatrixCounts() argument
97 *totalDstClipCount = dstClipCount; in GetDstClipAndMatrixCounts()
DSkCanvasPriv.h55 int* totalDstClipCount, int* totalMatrixCount);
DSkRecorder.cpp326 int totalDstClipCount, totalMatrixCount; in onDrawEdgeAAImageSet() local
327 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in onDrawEdgeAAImageSet()
335 this->copy(dstClips, totalDstClipCount), in onDrawEdgeAAImageSet()
DSkPictureRecord.cpp768 int totalDstClipCount, totalMatrixCount; in onDrawEdgeAAImageSet() local
769 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in onDrawEdgeAAImageSet()
771 size_t size = 6 * kUInt32Size + sizeof(SkPoint) * totalDstClipCount + in onDrawEdgeAAImageSet()
787 this->addInt(totalDstClipCount); in onDrawEdgeAAImageSet()
788 this->addPoints(dstClips, totalDstClipCount); in onDrawEdgeAAImageSet()
/third_party/skia/src/core/
DSkCanvasPriv.cpp90 int* totalDstClipCount, int* totalMatrixCount) { in GetDstClipAndMatrixCounts() argument
100 *totalDstClipCount = dstClipCount; in GetDstClipAndMatrixCounts()
DSkCanvasPriv.h78 int* totalDstClipCount, int* totalMatrixCount);
DSkRecorder.cpp301 int totalDstClipCount, totalMatrixCount; in onDrawEdgeAAImageSet2() local
302 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in onDrawEdgeAAImageSet2()
310 this->copy(dstClips, totalDstClipCount), in onDrawEdgeAAImageSet2()
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/flutter/skia/tools/debugger/
DDrawCommand.cpp2000 int totalDstClipCount, totalMatrixCount; in DrawEdgeAAImageSetCommand() local
2001 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in DrawEdgeAAImageSetCommand()
2004 fDstClips.reset(totalDstClipCount); in DrawEdgeAAImageSetCommand()
2005 std::copy_n(dstClips, totalDstClipCount, fDstClips.get()); in DrawEdgeAAImageSetCommand()
/third_party/skia/tools/debugger/
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()