Searched refs:copyRange (Results 1 – 7 of 7) sorted by relevance
/third_party/flutter/skia/include/core/ |
D | SkData.h | 63 size_t copyRange(size_t offset, size_t length, void* buffer) const;
|
/third_party/skia/include/core/ |
D | SkData.h | 63 size_t copyRange(size_t offset, size_t length, void* buffer) const;
|
/third_party/flutter/skia/include/private/ |
D | SkTDArray.h | 250 int copyRange(T* dst, int index, int max) const { in copyRange() function 262 this->copyRange(dst, 0, fCount); in copy()
|
/third_party/skia/include/private/ |
D | SkTDArray.h | 260 int copyRange(T* dst, int index, int max) const { in copyRange() function 272 this->copyRange(dst, 0, fCount); in copy()
|
/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCCPerFlushResources.cpp | 546 const CopyPathRange& copyRange = fCopyPathRanges[copyRangeIdx]; in finalize() local 547 int endCopyInstance = baseCopyInstance + copyRange.fCount; in finalize() 550 rtc->surfPriv().getContext(), sk_ref_sp(this), copyRange.fSrcProxy, in finalize()
|
/third_party/skia/src/core/ |
D | SkData.cpp | 49 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange() function in SkData
|
/third_party/flutter/skia/src/core/ |
D | SkData.cpp | 47 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange() function in SkData
|