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

  /external/chromium_org/chrome/common/extensions/docs/examples/api/pageAction/set_icon/
background.js 53 function draw(starty, startx) {
58 context.fillRect(startx % 19, starty % 19, 8, 8);
60 context.fillRect((startx + 5) % 19, (starty + 5) % 19, 8, 8);
62 context.fillRect((startx + 10) % 19, (starty + 10) % 19, 8, 8);
  /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...]
  /packages/apps/Gallery2/jni/filters/
wbalance.c 112 int startx = x - bounds; local
118 for(xp= startx;xp<endx;xp++) {
  /prebuilts/devtools/tools/lib/
monkeyrunner.jar 
chimpchat.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 467 def set_geometry(self, width, height, startx, starty):
468 self.geometry("%dx%d%+d%+d"%(width, height, startx, starty))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py 467 def set_geometry(self, width, height, startx, starty):
468 self.geometry("%dx%d%+d%+d"%(width, height, startx, starty))
    [all...]

Completed in 90 milliseconds