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

Method toPixelsF

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

Source from the content-addressed store, hash-verified

65}
66
67float CoordinateResolver::toPixelsF(float point) const {
68 return point * _pointScale;
69}
70
71float CoordinateResolver::toPoints(int32_t pixels) const {
72 return pixelsToPoints(pixels, _pointScale);

Callers 4

TESTFunction · 0.80
rasterIntoMethod · 0.80
appendPointMethod · 0.80
createTransformJavaArrayFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64