Lines Matching refs:SkOperand
83 bool SkMemberInfo::getArrayValue(const SkDisplayable* displayable, int index, SkOperand* value) const {
85 char* valuePtr = (char*) *(SkOperand**) memberData(displayable);
138 void SkMemberInfo::getValue(const SkDisplayable* displayable, SkOperand value[], int count) const {
153 void SkMemberInfo::setValue(SkDisplayable* displayable, const SkOperand values[],
162 memcpy(dst, values, count * sizeof(SkOperand));
360 SkOperand* storage = untypedStorage ? (SkOperand*) untypedStorage : arrayStorage ?
399 memcpy(&(*arrayStorage)[storageOffset], scriptValue.fOperand.fArray->begin(), count * sizeof(SkOperand));
420 memcpy(destArray->begin() + storageOffset, scriptValue.fOperand.fArray->begin(), sizeof(SkOperand) * count);
448 SkASSERT(sizeof(SkScalar) == sizeof(SkOperand)); // !!! no 64 bit pointer support yet
452 memcpy(storage, scriptValue.fOperand.fArray->begin(), count * sizeof(SkOperand));
457 memcpy(storage, scriptValue.fOperand.fArray->begin(), getCount() * sizeof(SkOperand));
459 memcpy(storage, &scriptValue.fOperand, sizeof(SkOperand));