OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:introFrames
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/
wear_ui.h
85
GRSurface* *
introFrames
;
screen_ui.h
90
GRSurface**
introFrames
;
screen_ui.cpp
87
return intro_done ? loopFrames[current_frame] :
introFrames
[current_frame];
512
introFrames
= new GRSurface*[intro_frames];
515
LoadBitmap(android::base::StringPrintf("intro%05d", i).c_str(), &
introFrames
[i]);
wear_ui.cpp
94
surface =
introFrames
[current_frame];
304
introFrames
= (GRSurface**)malloc(intro_frames * sizeof(GRSurface*));
308
LoadBitmap(filename,
introFrames
+ i);
Completed in 361 milliseconds