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

Method toPixels

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

Source from the content-addressed store, hash-verified

61}
62
63int32_t CoordinateResolver::toPixels(float point) const {
64 return pointsToPixels(point, _pointScale);
65}
66
67float CoordinateResolver::toPixelsF(float point) const {
68 return point * _pointScale;

Callers 6

TESTFunction · 0.80
convertPointsToPixelsMethod · 0.80
rasterIntoMethod · 0.80
measureViewMethod · 0.80
onMeasureMethod · 0.80

Calls 1

pointsToPixelsFunction · 0.85

Tested by 1

TESTFunction · 0.64