Searched refs:totalDstClipCount (Results 1 – 10 of 10) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkCanvasPriv.cpp | 87 int* totalDstClipCount, int* totalMatrixCount) { in GetDstClipAndMatrixCounts() argument 97 *totalDstClipCount = dstClipCount; in GetDstClipAndMatrixCounts()
|
D | SkCanvasPriv.h | 55 int* totalDstClipCount, int* totalMatrixCount);
|
D | SkRecorder.cpp | 326 int totalDstClipCount, totalMatrixCount; in onDrawEdgeAAImageSet() local 327 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in onDrawEdgeAAImageSet() 335 this->copy(dstClips, totalDstClipCount), in onDrawEdgeAAImageSet()
|
D | SkPictureRecord.cpp | 768 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/ |
D | SkCanvasPriv.cpp | 90 int* totalDstClipCount, int* totalMatrixCount) { in GetDstClipAndMatrixCounts() argument 100 *totalDstClipCount = dstClipCount; in GetDstClipAndMatrixCounts()
|
D | SkCanvasPriv.h | 78 int* totalDstClipCount, int* totalMatrixCount);
|
D | SkRecorder.cpp | 301 int totalDstClipCount, totalMatrixCount; in onDrawEdgeAAImageSet2() local 302 SkCanvasPriv::GetDstClipAndMatrixCounts(set, count, &totalDstClipCount, &totalMatrixCount); in onDrawEdgeAAImageSet2() 310 this->copy(dstClips, totalDstClipCount), in onDrawEdgeAAImageSet2()
|
D | SkPictureRecord.cpp | 772 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/ |
D | DrawCommand.cpp | 2000 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/ |
D | DrawCommand.cpp | 1907 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()
|