Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include_private/ui/
DRegionHelper.h93 lhs_tail(max_value), in SpannerBase()
101 TYPE lhs_tail; variable
112 if (lhs_tail <= rhs_head) { in next()
113 tail = lhs_tail; in next()
132 if (lhs_tail <= rhs_tail) { in next()
133 tail = rhs_head = lhs_tail; in next()
136 if (rhs_tail <= lhs_tail) { in next()
154 SpannerBase::lhs_tail = lhs.rects->bottom + lhs.dy; in Spanner()
169 advance(lhs, SpannerBase::lhs_head, SpannerBase::lhs_tail); in next()
211 SpannerBase::lhs_tail = lhs.rects->right + lhs.dx; in prepare()
[all …]