Searched refs:full_dst (Results 1 – 2 of 2) sorted by relevance
213 SDL_Rect full_dst; in SDL_SoftStretch() local250 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()
196 full_dst = 'gs://%s/%s' % (bucket_path, filename)204 cmd = [GetGsutil(), 'cp', '-a', 'public-read', filename, full_dst]