Home
last modified time | relevance | path

Searched refs:parse_calibration_property (Results 1 – 4 of 4) sorted by relevance

/third_party/libinput/src/
Dutil-prop-parsers.h37 bool parse_calibration_property(const char *prop, float calibration[6]);
Dutil-prop-parsers.c177 parse_calibration_property(const char *prop, float calibration_out[6]) in parse_calibration_property() function
Devdev.c2399 if (!parse_calibration_property(prop, calibration)) in evdev_read_calibration_prop()
/third_party/libinput/test/
Dtest-utils.c411 success = parse_calibration_property(tests[i].prop, in START_TEST()
427 success = parse_calibration_property(NULL, calibration); in START_TEST()