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