• Home
  • Raw
  • Download

Lines Matching refs:fOperand

129         *string = value.fOperand.fString;  in getString()
190 scriptValue.fOperand.fS32 = 0; in setValue()
262 maker.findKey(scriptValue.fOperand.fDisplayable, &charPtr); in setValue()
263 scriptValue.fOperand.fString = new SkString(charPtr); in setValue()
265 engine.SkScriptEngine::track(scriptValue.fOperand.fString); in setValue()
270 displayable->setReference(this, scriptValue.fOperand.fDisplayable); in setValue()
272 arrayStorage->begin()[0].fDisplayable = scriptValue.fOperand.fDisplayable; in setValue()
306 … scriptValue.fOperand.fMSec = SkScalarRoundToInt(scriptValue.fOperand.fScalar * 1000); in setValue()
314 scriptValue.fOperand.fString = &string; in setValue()
374 memcpy(&storage->fScalar, &scriptValue.fOperand.fScalar, sizeof(SkScalar)); in writeValue()
377 …memcpy(&storage->fScalar, scriptValue.fOperand.fArray->begin(), scriptValue.fOperand.fArray->count… in writeValue()
380 storage->fString->set(*scriptValue.fOperand.fString); 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()
410 (*destArray)[storageOffset] = scriptValue.fOperand; 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()
424 string->set(*scriptValue.fOperand.fString); in writeValue()
426 SkTypedArray* array = scriptValue.fOperand.fArray; in writeValue()
438 (SkColor) array->begin()[index].fS32 : (SkColor) scriptValue.fOperand.fS32; 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()
459 memcpy(storage, &scriptValue.fOperand, sizeof(SkOperand)); in writeValue()