Home
last modified time | relevance | path

Searched refs:copyRange (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/include/core/
DSkData.h63 size_t copyRange(size_t offset, size_t length, void* buffer) const;
/third_party/skia/include/core/
DSkData.h63 size_t copyRange(size_t offset, size_t length, void* buffer) const;
/third_party/flutter/skia/include/private/
DSkTDArray.h250 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/
DSkTDArray.h260 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/
DGrCCPerFlushResources.cpp546 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/
DSkData.cpp49 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange() function in SkData
/third_party/flutter/skia/src/core/
DSkData.cpp47 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange() function in SkData