Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ErrorAtLine0/infinipaint
/ get_scale_and_density_factor_gui
Method
get_scale_and_density_factor_gui
src/MainProgram.cpp:291–293 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
289
}
290
291
float MainProgram::get_scale_and_density_factor_gui() {
292
return window.scale * window.density;
293
}
294
295
void MainProgram::refresh_draw_surfaces() {
296
if(window.canCreateSurfaces) {
Callers
3
final_gui_scale_not_fit
Method · 0.80
add_file_to_canvas_by_path
Method · 0.80
input_mouse_button_on_canvas_callback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected