Lines Matching refs:fArray
377 …memcpy(&storage->fScalar, scriptValue.fOperand.fArray->begin(), scriptValue.fOperand.fArray->count… in writeValue()
389 displayable->executeFunction(displayable, this, scriptValue.fOperand.fArray, NULL); in writeValue()
391 int count = scriptValue.fOperand.fArray->count(); in writeValue()
399 …memcpy(&(*arrayStorage)[storageOffset], scriptValue.fOperand.fArray->begin(), count * sizeof(SkOpe… in writeValue()
413 type = scriptValue.fOperand.fArray->getType(); in writeValue()
416 SkASSERT(type == scriptValue.fOperand.fArray->getType()); in writeValue()
417 int count = scriptValue.fOperand.fArray->count(); in writeValue()
420 …memcpy(destArray->begin() + storageOffset, scriptValue.fOperand.fArray->begin(), sizeof(SkOperand)… in writeValue()
426 SkTypedArray* array = scriptValue.fOperand.fArray; in writeValue()
449 int count = scriptValue.fOperand.fArray->count(); in writeValue()
452 memcpy(storage, scriptValue.fOperand.fArray->begin(), count * sizeof(SkOperand)); in writeValue()
455 SkASSERT(scriptValue.fOperand.fArray->getType() == type); in writeValue()
456 SkASSERT(scriptValue.fOperand.fArray->count() == getCount()); in writeValue()
457 memcpy(storage, scriptValue.fOperand.fArray->begin(), getCount() * sizeof(SkOperand)); in writeValue()