MCPcopy Create free account
hub / github.com/OpenBoardView/OpenBoardView / DPIF

Function DPIF

src/openboardview/GUI/DPI.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8static float display_scale = 1.0f;
9
10float DPIF(float x) {
11 return (x * dpi * display_scale) / 100.f;
12}
13
14int DPI(int x) {
15 return (x * dpi * display_scale) / 100;

Callers 6

ConfigParseMethod · 0.85
ShowInfoPaneMethod · 0.85
ContextMenuMethod · 0.85
UpdateMethod · 0.85
DrawPartsMethod · 0.85
DrawAnnotationsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected