HomeSort by relevance Sort by last modified time
    Searched refs:copyRange (Results 1 - 5 of 5) sorted by null

  /external/skia/include/core/
SkData.h 63 size_t copyRange(size_t offset, size_t length, void* buffer) const;
  /external/skia/src/core/
SkData.cpp 47 size_t SkData::copyRange(size_t offset, size_t length, void* buffer) const {
  /external/skia/include/private/
SkTDArray.h 250 int copyRange(T* dst, int index, int max) const {
262 this->copyRange(dst, 0, fCount);
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_allocation.cpp 140 * @param copyRange Copy the entire allocation or part of it (using different API).
145 static bool helperCopy1D(sp<RS> rs, int cellCount, int offset, int count, bool copyRange,
171 if (!copyRange) {
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 

Completed in 93 milliseconds