Lines Matching refs:dy
53 TYPE dy; 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()
169 SpannerBase::lhs_head = lhs.rects->top + lhs.dy; in Spanner()
170 SpannerBase::lhs_tail = lhs.rects->bottom + lhs.dy; in Spanner()
173 SpannerBase::rhs_head = rhs.rects->top + rhs.dy; in Spanner()
174 SpannerBase::rhs_tail = rhs.rects->bottom + rhs.dy; in Spanner()
209 aTop = rects->top + reg.dy; in advance()
210 aBottom = rects->bottom + reg.dy; in advance()