Lines Matching full:time
56 static const char* EXP_TIME = "time";
305 //sampleImage(point, radius = [.5, .5], postEffect=true, t=time) in _buildLayer()
693 auto time = jerry_value_as_number(args[0]); in _nearestKey() local
694 auto frameNo = exp->comp->frameAtTime(time); in _nearestKey()
735 auto time = jerry_value_as_number(args[0]); in _valueAtTime() local
736 auto frameNo = exp->comp->frameAtTime(time); in _valueAtTime()
758 auto time = jerry_value_as_number(args[0]); in _velocityAtTime() local
759 auto frameNo = exp->comp->frameAtTime(time); in _velocityAtTime()
792 auto time = jerry_value_as_number(args[0]); in _speedAtTime() local
793 auto frameNo = exp->comp->frameAtTime(time); in _speedAtTime()
933 auto time = jerry_number(exp->comp->timeAtFrame(frameNo)); in _key() local
937 jerry_object_set_sz(obj, EXP_TIME, time); in _key()
949 jerry_value_free(time); in _key()
1048 //wiggle(freq, amp, octaves=1, amp_mult=.5, t=time) in _buildProperty()
1049 //temporalWiggle(freq, amp, octaves=1, amp_mult=.5, t=time) in _buildProperty()
1050 //smooth(width=.2, samples=5, t=time) in _buildProperty()
1393 //time, #current time in seconds in update()
1394 auto time = jerry_number(curTime); in update() local
1395 jerry_object_set_sz(global, EXP_TIME, time); in update()
1396 jerry_value_free(time); in update()