Searched refs:curr_x (Results 1 – 3 of 3) sorted by relevance
16 self.prevDrawable:draw(canvas, self.curr_x, 0)17 self.nextDrawable:draw(canvas, self.curr_x + 640, 0)18 self.curr_x = self.curr_x + self.step_x25 rec.curr_x = 027 rec.isDone = function (self) return self.curr_x <= -640 end31 rec.curr_x = -64033 rec.isDone = function (self) return self.curr_x >= 0 end
422 scene->curr_x++; in next_bin()423 if (scene->curr_x >= scene->tiles_x) { in next_bin()424 scene->curr_x = 0; in next_bin()438 scene->curr_x = scene->curr_y = -1; in lp_scene_bin_iter_begin()455 if (scene->curr_x < 0) { in lp_scene_bin_iter_next()457 scene->curr_x = 0; in lp_scene_bin_iter_next()465 bin = lp_scene_get_bin(scene, scene->curr_x, scene->curr_y); in lp_scene_bin_iter_next()
168 int curr_x, curr_y; /**< for iterating over bins */ member