Home | History | Annotate | Download | only in resources

Lines Matching refs:function

0 function scale_text_delta(template, delta)
9 function slide_transition(prev, next, is_forward)
11 proc = function(self, canvas, drawSlideProc)
27 rec.isDone = function (self) return self.curr_x <= -640 end
33 rec.isDone = function (self) return self.curr_x >= 0 end
38 function sqr(value) return value * value end
40 function set_blur(paint, alpha)
48 function fade_slide_transition(prev, next, is_forward)
53 proc = function(self, canvas, drawSlideProc)
73 rec.isDone = function (self) return self.next_x <= 0 end
74 rec.step = function (self)
84 rec.isDone = function (self) return self.prev_x >= 640 end
85 rec.step = function (self)
94 function fade_transition(prev, next, is_forward)
99 proc = function(self, canvas, drawSlideProc)
116 rec.isDone = function (self) return self.next_a >= 1 end
117 rec.step = function (self)
125 function rotate_transition(prev, next, is_forward)
131 proc = function(self, canvas, drawSlideProc)
145 isDone = function (self) return self.angle >= 360 or self.angle <= -360 end
148 rec.step = function (self)
155 rec.step = function (self)
165 function zoom_transition(prev, next, is_forward)
175 proc = function(self, canvas, drawSlideProc)
188 isDone = function (self) return self.scale > 1 end,
189 step = function (self)