MCPcopy 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
14int DPI(int x) {
15 return (x * dpi * display_scale) / 100;
16}
17
18// Inverse DPIF
19float IDPIF(float x) {

Callers 11

ContextMenuMethod · 0.85
SearchComponentMethod · 0.85
UpdateMethod · 0.85
HandleInputMethod · 0.85
DrawAnnotationsMethod · 0.85
AnnotationIsHoveredMethod · 0.85
renderMethod · 0.85
renderMethod · 0.85
renderMethod · 0.85
renderMethod · 0.85
renderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected