Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
static float display_scale = 1.0f;
9
10
float DPIF(float x) {
11
return (x * dpi * display_scale) / 100.f;
12
}
13
14
int DPI(int x) {
15
return (x * dpi * display_scale) / 100;
Callers
6
ConfigParse
Method · 0.85
ShowInfoPane
Method · 0.85
ContextMenu
Method · 0.85
Update
Method · 0.85
DrawParts
Method · 0.85
DrawAnnotations
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected