Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ getDisplayScale
Method
getDisplayScale
snap_drawing/src/snap_drawing/cpp/Resources.cpp:48–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
Scalar Resources::getDisplayScale() const {
49
return _displayScale;
50
}
51
52
void Resources::setDisplayScale(Scalar displayScale) {
53
_displayScale = displayScale;
Callers
5
DrawFrameBenchmark.tsx
File · 0.45
doRasterize
Method · 0.45
sizeThatFits
Method · 0.45
onDraw
Method · 0.45
rasterExternalSurface
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected