Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenBoardView/OpenBoardView
/ DPI
Function
DPI
src/openboardview/GUI/DPI.cpp:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
int DPI(int x) {
15
return (x * dpi * display_scale) / 100;
16
}
17
18
// Inverse DPIF
19
float IDPIF(float x) {
Callers
11
ContextMenu
Method · 0.85
SearchComponent
Method · 0.85
Update
Method · 0.85
HandleInput
Method · 0.85
DrawAnnotations
Method · 0.85
AnnotationIsHovered
Method · 0.85
render
Method · 0.85
render
Method · 0.85
render
Method · 0.85
render
Method · 0.85
render
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected