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

Function TEST

valdi/test/runtime/Measure_tests.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace ValdiTest {
12
13TEST(Measure, pointsToPixelsRoundsCorrectly) {
14 ASSERT_EQ(6, pointsToPixels(2.0f, 3.0f));
15 ASSERT_EQ(0, pointsToPixels(0.0f, 2.5f));
16 ASSERT_EQ(3, pointsToPixels(1.0f, 2.5f));
17}
18
19TEST(Measure, pixelsToPointsDividesCorrectly) {
20 ASSERT_FLOAT_EQ(2.0f, pixelsToPoints(6, 3.0f));

Callers

nothing calls this directly

Calls 11

pointsToPixelsFunction · 0.85
pixelsToPointsFunction · 0.85
roundToPixelGridFunction · 0.85
packIntPairFunction · 0.85
unpackIntPairFunction · 0.85
pointsToPackedPixelsFunction · 0.85
sanitizeMeasurementFunction · 0.85
toPixelsMethod · 0.80
toPointsMethod · 0.80
toPixelsFMethod · 0.80
getPointScaleMethod · 0.45

Tested by

no test coverage detected