Home
last modified time | relevance | path

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

/frameworks/native/include/private/ui/
DRegionHelper.h102 : lhs_head(max_value), lhs_tail(max_value), in SpannerBase()
114 TYPE lhs_tail; variable
127 if (lhs_tail <= rhs_head) { in next()
128 tail = lhs_tail; in next()
147 if (lhs_tail <= rhs_tail) { in next()
148 tail = rhs_head = lhs_tail; in next()
151 if (rhs_tail <= lhs_tail) { in next()
172 SpannerBase::lhs_tail = lhs.rects->bottom + lhs.dy; in Spanner()
190 advance(lhs, SpannerBase::lhs_head, SpannerBase::lhs_tail); in next()
237 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx; in prepare()
[all …]