HomeSort by relevance Sort by last modified time
    Searched defs:startx (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.cc 134 int startx, starty; local
137 startx = rect.left() >> 1;
142 if((startx+width) > 120) {
143 width = 120 - startx; // avoid horizontal overflow
152 sp1 = (ulong*)bits + startx + starty*240;
154 dp1 = (ulong *)fb + (159 - starty) + startx*320;
190 int startx, starty; local
193 startx = rect.left() >> 1;
198 if((startx+width) > 120) {
199 width = 120 - startx; // avoid horizontal overflo
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 86 int startx = (int) floor(xf - 2); local
89 int xs0 = rsMax(0, startx + 0);
90 int xs1 = rsMax(0, startx + 1);
91 int xs2 = rsMin(maxx, startx + 2);
92 int xs3 = rsMin(maxx, startx + 3);
121 int startx = (int) floor(xf - 2); local
124 int xs0 = rsMax(0, startx + 0);
125 int xs1 = rsMax(0, startx + 1);
126 int xs2 = rsMin(maxx, startx + 2);
127 int xs3 = rsMin(maxx, startx + 3)
156 int startx = (int) floor(xf - 2); local
    [all...]
  /packages/apps/Gallery2/jni/filters/
wbalance.c 112 int startx = x - bounds; local
118 for(xp= startx;xp<endx;xp++) {
  /external/libpng/
pngread.c 3085 unsigned int startx, stepx, stepy; local
3402 unsigned int startx, stepx, stepy; local
3566 unsigned int startx, stepx, stepy; local
3701 unsigned int startx, stepx, stepy; local
    [all...]
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
chimpchat.jar 

Completed in 1933 milliseconds