Lines Matching full:value
115 bool SkAnimateBase::getProperty(int index, SkScriptValue* value) const {
127 value->fOperand.fS32 = SkToBool(boolResult);
128 value->fType = SkType_Boolean;
133 fApply->getStep(value);
136 value->fOperand.fString = (SkString*) &to;
137 value->fType = SkType_String;
194 bool SkAnimateBase::setProperty(int index, SkScriptValue& value) {
195 bool boolValue = SkToBool(value.fOperand.fS32);
202 SkASSERT(value.fType == SkType_String);
203 to = *value.fOperand.fString;
211 SkASSERT(value.fType == SkType_Boolean);