Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
63
int32_t CoordinateResolver::toPixels(float point) const {
64
return pointsToPixels(point, _pointScale);
65
}
66
67
float CoordinateResolver::toPixelsF(float point) const {
68
return point * _pointScale;
Callers
6
TEST
Function · 0.80
convertPointsToPixels
Method · 0.80
rasterInto
Method · 0.80
measureView
Method · 0.80
onMeasure
Method · 0.80
setExternalSurfacePresenterState
Method · 0.80
Calls
1
pointsToPixels
Function · 0.85
Tested by
1
TEST
Function · 0.64