Home
last modified time | relevance | path

Searched refs:full_dst (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/
DSDL_stretch.c213 SDL_Rect full_dst; in SDL_SoftStretch() local
250 full_dst.x = 0; in SDL_SoftStretch()
251 full_dst.y = 0; in SDL_SoftStretch()
252 full_dst.w = dst->w; in SDL_SoftStretch()
253 full_dst.h = dst->h; in SDL_SoftStretch()
254 dstrect = &full_dst; in SDL_SoftStretch()
/external/chromium_org/native_client_sdk/src/build_tools/
Dbuildbot_common.py196 full_dst = 'gs://%s/%s' % (bucket_path, filename)
204 cmd = [GetGsutil(), 'cp', '-a', 'public-read', filename, full_dst]