Searched refs:dx_p (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/geometry/strategies/cartesian/ |
D | intersection.hpp | 477 coordinate_type const dx_p = get<0>(p2) - get<0>(p1); in unified() local 489 cramers_rule(dx_p, dy_p, dx_q, dy_q, in unified() 494 cramers_rule(dx_q, dy_q, dx_p, dy_p, in unified() 500 policy(dx_p, dy_p, dx_q, dy_q); in unified() 522 = is_x_more_significant(geometry::math::abs(dx_p), in unified()
|
/third_party/pixman/pixman/ |
D | pixman-trap.c | 131 pixman_fixed_t *dx_p) in _pixman_edge_multi_init() argument 146 *dx_p = ne; in _pixman_edge_multi_init()
|