Searched refs:destArray (Results 1 - 6 of 6) sorted by relevance
/external/chromium_org/third_party/skia/src/animator/ |
H A D | SkMemberInfo.cpp | 403 SkTypedArray* destArray = (SkTypedArray*) (untypedStorage ? untypedStorage : arrayStorage); local 404 SkASSERT(destArray); 405 // destArray->setCount(0); 409 destArray->setCount(storageOffset + 1); 410 (*destArray)[storageOffset] = scriptValue.fOperand; 414 destArray->setType(type); 419 destArray->setCount(storageOffset + count); 420 memcpy(destArray->begin() + storageOffset, scriptValue.fOperand.fArray->begin(), sizeof(SkOperand) * count);
|
/external/skia/src/animator/ |
H A D | SkMemberInfo.cpp | 403 SkTypedArray* destArray = (SkTypedArray*) (untypedStorage ? untypedStorage : arrayStorage); local 404 SkASSERT(destArray); 405 // destArray->setCount(0); 409 destArray->setCount(storageOffset + 1); 410 (*destArray)[storageOffset] = scriptValue.fOperand; 414 destArray->setType(type); 419 destArray->setCount(storageOffset + count); 420 memcpy(destArray->begin() + storageOffset, scriptValue.fOperand.fArray->begin(), sizeof(SkOperand) * count);
|
/external/chromium_org/third_party/icu/source/common/ |
H A D | uts46.cpp | 323 UChar *destArray=dest.getBuffer(srcLength); local 324 if(destArray==NULL) { 353 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter. 357 destArray[i]=c; 432 char *destArray=dest.GetAppendBuffer(srcLength, srcLength+20, local 448 dest.Append(destArray, i); 458 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter. 462 destArray[i]=c; 497 destString=UnicodeString::fromUTF8(StringPiece(destArray+labelStart, mappingStart)); 499 dest.Append(destArray, labelStar 545 const UChar *destArray=dest.getBuffer(); local [all...] |
H A D | rbbitblb.cpp | 958 MaybeStackArray<void *, 16> destArray, sourceArray; // Handle small cases without malloc local 962 if (destOriginalSize > destArray.getCapacity()) { 963 if (destArray.resize(destOriginalSize) == NULL) { 967 destPtr = destArray.getAlias(); 968 destLim = destPtr + destOriginalSize; // destArray.getArrayLimit()?
|
/external/icu4c/common/ |
H A D | uts46.cpp | 329 UChar *destArray=dest.getBuffer(srcLength); local 330 if(destArray==NULL) { 359 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter. 363 destArray[i]=c; 438 char *destArray=dest.GetAppendBuffer(srcLength, srcLength+20, local 454 dest.Append(destArray, i); 464 destArray[i]=c+0x20; // Lowercase an uppercase ASCII letter. 468 destArray[i]=c; 503 destString=UnicodeString::fromUTF8(StringPiece(destArray+labelStart, mappingStart)); 505 dest.Append(destArray, labelStar 551 const UChar *destArray=dest.getBuffer(); local [all...] |
H A D | rbbitblb.cpp | 958 MaybeStackArray<void *, 16> destArray, sourceArray; // Handle small cases without malloc local 962 if (destOriginalSize > destArray.getCapacity()) { 963 if (destArray.resize(destOriginalSize) == NULL) { 967 destPtr = destArray.getAlias(); 968 destLim = destPtr + destOriginalSize; // destArray.getArrayLimit()?
|
Completed in 245 milliseconds