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

  /external/skia/src/effects/
SkBlurMask.cpp 126 int prev_x = -2*rx; local
130 int px = SkClampPos(prev_x);
136 prev_x += 1;
153 int px = SkClampPos(prev_x);
159 prev_x += 1;
163 * left-hand section, where prev_x is clamped to 0
164 * center section, where neither prev_x nor next_x is clamped
192 int prev_x = -2*rx; local
197 SkASSERT(prev_x <= 0);
206 prev_x += 1
296 int prev_x = -2*rx; local
389 int prev_x = -2*rx; local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aaevents.c 49 static int prev_button = -1, prev_x = -1, prev_y = -1; local
95 if ( prev_x != mouse_x || prev_y != mouse_y ) {
100 prev_x = mouse_x; prev_y = mouse_y;
  /external/valgrind/main/massif/
ms_print.in 533 my $prev_x = 0;
540 $prev_x = $x;
557 for (my $x2 = $prev_x + 1; $x2 < $x; $x2++) {

Completed in 132 milliseconds