Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
127
void GUIHolder::delete_cache_surface() {
128
gui.io.surface = nullptr;
129
}
130
131
void GUIHolder::draw(SkCanvas* canvas, bool skiaAA) {
132
if(!gui.io.surface) {
Callers
1
refresh_draw_surfaces
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected