Searched refs:srcOff (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/jni/ |
D | android_util_CharsetUtils.cpp | 46 jlong src, jint srcOff, jint srcLen) { in android_util_CharsetUtils_fromModifiedUtf8Bytes() argument 51 char tmp = srcPtr[srcOff + srcLen]; in android_util_CharsetUtils_fromModifiedUtf8Bytes() 52 srcPtr[srcOff + srcLen] = '\0'; in android_util_CharsetUtils_fromModifiedUtf8Bytes() 53 jstring res = env->NewStringUTF(srcPtr + srcOff); in android_util_CharsetUtils_fromModifiedUtf8Bytes() 54 srcPtr[srcOff + srcLen] = tmp; in android_util_CharsetUtils_fromModifiedUtf8Bytes()
|
/frameworks/base/core/java/android/util/ |
D | CharsetUtils.java | 77 long src, int srcOff, int srcLen); in fromModifiedUtf8Bytes() argument
|
/frameworks/rs/ |
D | rsScriptC_Lib.cpp | 307 uint32_t srcOff, uint32_t srcMip) { in rsrAllocationCopy1DRange() argument 309 !validateCopyArgs(rsc, true, 1, srcAlloc, srcOff, 0, srcMip, count, 1)) { in rsrAllocationCopy1DRange() 314 srcAlloc, srcOff, 0, srcMip, 0); in rsrAllocationCopy1DRange()
|
D | rsAllocation.h | 127 …void copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, int32_t len…
|
D | rsRuntime.h | 84 uint32_t srcOff, uint32_t srcMip);
|
D | rsAllocation.cpp | 556 void Allocation::copyRange1D(Context *rsc, const Allocation *src, int32_t srcOff, int32_t destOff, … in copyRange1D() argument
|
/frameworks/rs/driver/ |
D | rsdRuntimeStubs.cpp | 212 uint32_t srcOff, uint32_t srcMip) { in rsAllocationCopy1DRange() argument 217 count, (Allocation *)srcAlloc.p, srcOff, srcMip); in rsAllocationCopy1DRange()
|
/frameworks/rs/script_api/include/ |
D | rs_allocation_data.rsh | 63 * srcOff: Offset in the source of the first cell to be copied. 69 rs_allocation srcAlloc, uint32_t srcOff, uint32_t srcMip);
|