HomeSort by relevance Sort by last modified time
    Searched refs:curr_x (Results 1 - 4 of 4) sorted by null

  /external/skia/resources/
slides_transitions.lua 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_x
25 rec.curr_x = 0
27 rec.isDone = function (self) return self.curr_x <= -640 end
31 rec.curr_x = -640
33 rec.isDone = function (self) return self.curr_x >= 0 end
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_scene.c 418 /** advance curr_x,y to the next bin */
422 scene->curr_x++;
423 if (scene->curr_x >= scene->tiles_x) {
424 scene->curr_x = 0;
438 scene->curr_x = scene->curr_y = -1;
444 * The lp_scene::curr_x and ::curr_y fields will be advanced.
455 if (scene->curr_x < 0) {
457 scene->curr_x = 0;
465 bin = lp_scene_get_bin(scene, scene->curr_x, scene->curr_y);
lp_scene.h 168 int curr_x, curr_y; /**< for iterating over bins */ member in struct:lp_scene
  /external/libvncserver/x11vnc/misc/
qt_tslib_inject.pl 132 my $curr_x = 0;
255 $curr_x = $x2;

Completed in 178 milliseconds