Lines Matching refs:memcpy
103 memcpy(value, valuePtr + index * byteSize, byteSize);
151 memcpy(value, valuePtr, byteSize);
169 memcpy(dst, values, count * sizeof(SkOperand));
242 memcpy(&stringHeader[1], "script", sizeof("script") - 1);
381 memcpy(&storage->fScalar, &scriptValue.fOperand.fScalar, sizeof(SkScalar));
384 memcpy(&storage->fScalar, scriptValue.fOperand.fArray->begin(), scriptValue.fOperand.fArray->count() * sizeof(SkScalar));
406 memcpy(&(*arrayStorage)[storageOffset], scriptValue.fOperand.fArray->begin(), count * sizeof(SkOperand));
427 memcpy(destArray->begin() + storageOffset, scriptValue.fOperand.fArray->begin(), sizeof(SkOperand) * count);
459 memcpy(storage, scriptValue.fOperand.fArray->begin(), count * sizeof(SkOperand));
464 memcpy(storage, scriptValue.fOperand.fArray->begin(), getCount() * sizeof(SkOperand));
466 memcpy(storage, &scriptValue.fOperand, sizeof(SkOperand));