Searched refs:totalDstClipCount (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/src/core/ |
H A D | SkCanvasPriv.cpp | 90 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 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()
|
H A D | SkCanvasPriv.h | 78 int* totalDstClipCount, int* totalMatrixCount);
|
H A 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/skia/tools/debugger/ |
H A 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()
|
Completed in 8 milliseconds