Searched refs:copyRange (Results 1 – 3 of 3) sorted by relevance
63 size_t copyRange(size_t offset, size_t length, void* buffer) const;
260 int copyRange(T* dst, int index, int max) const { in copyRange() function272 this->copyRange(dst, 0, fCount); in copy()
49 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const { in copyRange() function in SkData