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

  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QWin.cc 134 int startx, starty; local
138 starty = rect.top() >> 1;
145 if((starty+height) > 160) {
146 height = 160 - starty; // avoid vertical overflow
152 sp1 = (ulong*)bits + startx + starty*240;
154 dp1 = (ulong *)fb + (159 - starty) + startx*320;
190 int startx, starty; local
194 starty = rect.top() >> 1;
201 if((starty+height) > 160) {
202 height = 160 - starty; // avoid vertical overflo
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicResize.cpp 193 int starty = (int) floor(yf - 1); local
196 int ys0 = rsMax(0, starty + 0);
197 int ys1 = rsMax(0, starty + 1);
198 int ys2 = rsMin(maxy, starty + 2);
199 int ys3 = rsMin(maxy, starty + 3);
233 int starty = (int) floor(yf - 1); local
236 int ys0 = rsMax(0, starty + 0);
237 int ys1 = rsMax(0, starty + 1);
238 int ys2 = rsMin(maxy, starty + 2);
239 int ys3 = rsMin(maxy, starty + 3)
273 int starty = (int) floor(yf - 1); local
    [all...]
  /packages/apps/Gallery2/jni/filters/
wbalance.c 113 int starty = y - bounds; local
117 for(yp= starty;yp<endy;yp++) {
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
chimpchat.jar 

Completed in 344 milliseconds