Home
last modified time | relevance | path

Searched refs:position_fuzz (Results 1 – 2 of 2) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-buffer.cc1918 unsigned int position_fuzz) in hb_buffer_diff() argument
1975 if ((unsigned int) abs (buf_pos->x_advance - ref_pos->x_advance) > position_fuzz || in hb_buffer_diff()
1976 (unsigned int) abs (buf_pos->y_advance - ref_pos->y_advance) > position_fuzz || in hb_buffer_diff()
1977 (unsigned int) abs (buf_pos->x_offset - ref_pos->x_offset) > position_fuzz || in hb_buffer_diff()
1978 (unsigned int) abs (buf_pos->y_offset - ref_pos->y_offset) > position_fuzz) in hb_buffer_diff()
Dhb-buffer.h561 unsigned int position_fuzz);