MCPcopy Create free account
hub / github.com/Snapchat/Valdi / pixelsToPoints

Function pixelsToPoints

valdi/src/valdi/runtime/Views/Measure.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19float pixelsToPoints(int32_t pixels, float pointScale) {
20 return static_cast<float>(pixels) / pointScale;
21}
22
23float roundToPixelGrid(float point, float pointScale) {
24 return roundf(point * pointScale) / pointScale;

Callers 9

TESTFunction · 0.85
getViewNodePointMethod · 0.85
canViewNodeScrollMethod · 0.85
notifyScrollMethod · 0.85
RuntimeManagerWrapperMethod · 0.85
convertUnitMethod · 0.85
toPointsMethod · 0.85
fromPixelsMethod · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68