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

  /prebuilts/misc/windows/sdl2/test/
testshape.c 29 void render(SDL_Renderer *renderer,SDL_Texture *texture,SDL_Rect texture_dimensions)
36 SDL_RenderCopy(renderer,texture,&texture_dimensions,&texture_dimensions);
57 SDL_Rect texture_dimensions;; local
149 texture_dimensions.h = 0;
150 texture_dimensions.w = 0;
151 texture_dimensions.x = 0;
152 texture_dimensions.y = 0;
154 SDL_QueryTexture(pictures[current_picture].texture,(Uint32 *)&pixelFormat,(int *)&access,&texture_dimensions.w,&texture_dimensions.h)
    [all...]

Completed in 2805 milliseconds