Home | History | Annotate | Download | only in animator

Lines Matching refs:success

404         bool success = maker.computeID(scope, this, &newID);
405 if (success == false)
435 bool success = SkAnimatorScript::EvaluateDisplayable(maker, this, dynamicScope.c_str(),
437 if (success && scope != newScope) {
481 bool success = target->getProperty(info->propertyIndex(), &scriptValue);
482 SkASSERT(success = true);
639 bool success = animate->fFieldInfo->setValue(maker, &formulaValues, 0, 0, NULL,
641 SkASSERT(success);
771 bool success = target->getProperty(info->propertyIndex(), &scriptValue);
772 SkASSERT(success == true);