OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frame_x
(Results
1 - 2
of
2
) sorted by null
/bootable/recovery/
wear_ui.cpp
58
int
frame_x
= (gr_fb_width() - frame_width) / 2;
local
60
gr_blit(frame, 0, 0, frame_width, frame_height,
frame_x
, frame_y);
screen_ui.cpp
190
int
frame_x
= (ScreenWidth() - frame_width) / 2;
local
192
DrawSurface(frame, 0, 0, frame_width, frame_height,
frame_x
, frame_y);
Completed in 51 milliseconds