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

  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosmouse.c 190 Uint8 move_block[5]; local
206 move_block[0] = 3; /* Move cursor */
207 move_block[1] = os_x & 0xFF;
208 move_block[2] = (os_x >> 8) & 0xFF;
209 move_block[3] = os_y & 0xFF;
210 move_block[4] = (os_y >> 8) & 0xFF;
212 _kernel_osword(21, (int *)move_block);
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
CropView.java 47 private static final int MOVE_BLOCK = 16;
138 movingEdges = MOVE_BLOCK;
145 if (movingEdges == MOVE_BLOCK) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
CropView.java 71 private static final int MOVE_BLOCK = 16;
459 if ((mMovingEdges & MOVE_BLOCK) != 0) {
530 mMovingEdges = MOVE_BLOCK;
  /external/e2fsprogs/misc/
tune2fs.c 1043 static int move_block(ext2_filsys fs, ext2fs_block_bitmap bmap) function
    [all...]

Completed in 120 milliseconds