MCPcopy 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
48Scalar Resources::getDisplayScale() const {
49 return _displayScale;
50}
51
52void Resources::setDisplayScale(Scalar displayScale) {
53 _displayScale = displayScale;

Callers 5

doRasterizeMethod · 0.45
sizeThatFitsMethod · 0.45
onDrawMethod · 0.45
rasterExternalSurfaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected