Lines Matching refs:dx
52 TYPE dx; member
55 : rects(rhs.rects), count(rhs.count), dx(rhs.dx), dy(rhs.dy) { } in region()
57 : rects(r), count(c), dx(), dy() { } in region()
58 inline region(RECT const* r, size_t c, TYPE dx, TYPE dy) in region()
59 : rects(r), count(c), dx(dx), dy(dy) { } in region()
234 SpannerBase::lhs_head = lhs.rects->left + lhs.dx; in prepare()
235 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx; in prepare()
243 SpannerBase::rhs_head = rhs.rects->left + rhs.dx; in prepare()
244 SpannerBase::rhs_tail = rhs.rects->right + rhs.dx; in prepare()
248 SpannerBase::lhs_head = lhs.rects->left + lhs.dx; in prepare()
249 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx; in prepare()
252 SpannerBase::rhs_head = rhs.rects->left + rhs.dx; in prepare()
253 SpannerBase::rhs_tail = rhs.rects->right + rhs.dx; in prepare()
288 left = reg.rects->left + reg.dx; in advance()
289 right = reg.rects->right + reg.dx; in advance()