Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
float CoordinateResolver::toPixelsF(float point) const {
68
return point * _pointScale;
69
}
70
71
float CoordinateResolver::toPoints(int32_t pixels) const {
72
return pixelsToPoints(pixels, _pointScale);
Callers
4
TEST
Function · 0.80
rasterInto
Method · 0.80
appendPoint
Method · 0.80
createTransformJavaArray
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64