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

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_stretch.c 213 SDL_Rect full_dst; local
250 full_dst.x = 0;
251 full_dst.y = 0;
252 full_dst.w = dst->w;
253 full_dst.h = dst->h;
254 dstrect = &full_dst;
  /external/chromium_org/native_client_sdk/src/build_tools/
buildbot_common.py 198 full_dst = 'gs://%s/%s' % (bucket_path, filename)
206 cmd = [GetGsutil(), 'cp', '-a', 'public-read', filename, full_dst]

Completed in 3567 milliseconds