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

Function convertPointToPackedPixels

valdi/src/valdi/android/NativeBridge.cpp:1258–1260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1256};
1257
1258static jlong convertPointToPackedPixels(const Valdi::Point& point, float pointScale) {
1259 return Valdi::pointsToPackedPixels(point.x, point.y, pointScale);
1260}
1261
1262jlong ValdiAndroid::NativeBridge::notifyScroll( // NOLINT
1263 fbjni::alias_ref<fbjni::JClass> /* clazz */, // NOLINT

Callers 1

notifyScrollMethod · 0.85

Calls 1

pointsToPackedPixelsFunction · 0.85

Tested by

no test coverage detected