MCPcopy Create free account
hub / github.com/TheOfficialFloW/VitaShell / startDrawing

Function startDrawing

utils.c:44–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void startDrawing(vita2d_texture *bg) {
45 vita2d_start_drawing();
46 vita2d_set_clear_color(BACKGROUND_COLOR);
47 vita2d_clear_screen();
48
49 if (wallpaper_image) {
50 vita2d_draw_texture(wallpaper_image, 0.0f, 0.0f);
51 } else if (bg) {
52 vita2d_draw_texture(bg, 0.0f, 0.0f);
53 }
54}
55
56void endDrawing() {
57 drawUncommonDialog();

Callers 7

hexViewerFunction · 0.85
SFOReaderFunction · 0.85
textViewerFunction · 0.85
browserMainFunction · 0.85
photoViewerFunction · 0.85
coredumpViewerFunction · 0.85
audioPlayerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected