OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:current_picture
(Results
1 - 2
of
2
) sorted by null
/prebuilts/misc/windows/sdl2/test/
testshape.c
53
unsigned int
current_picture
;
local
147
current_picture
= 0;
153
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION, "Changing to shaped bmp: %s", pictures[
current_picture
].name);
154
SDL_QueryTexture(pictures[
current_picture
].texture,(Uint32 *)&pixelFormat,(int *)&access,&texture_dimensions.w,&texture_dimensions.h);
156
SDL_SetWindowShape(window,pictures[
current_picture
].surface,&pictures[
current_picture
].mode);
169
current_picture
+= 1;
170
if(
current_picture
>= num_pictures)
171
current_picture
= 0;
172
SDL_LogInfo(SDL_LOG_CATEGORY_APPLICATION, "Changing to shaped bmp: %s", pictures[
current_picture
].name)
[
all
...]
/hardware/intel/img/psb_video/src/
tng_VP8.c
653
object_surface_p obj_surface = SURFACE(pic_params->
current_picture
);
[
all
...]
Completed in 827 milliseconds