MCPcopy Create free account
hub / github.com/ErrorAtLine0/infinipaint / delete_cache_surface

Method delete_cache_surface

src/GUIHolder.cpp:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void GUIHolder::delete_cache_surface() {
128 gui.io.surface = nullptr;
129}
130
131void GUIHolder::draw(SkCanvas* canvas, bool skiaAA) {
132 if(!gui.io.surface) {

Callers 1

refresh_draw_surfacesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected