HomeSort by relevance Sort by last modified time
    Searched full:more_lhs (Results 1 - 1 of 1) sorted by null

  /frameworks/native/include/private/ui/
RegionHelper.h 117 bool& more_lhs, bool& more_rhs)
120 more_lhs = false;
127 more_lhs = true;
147 more_lhs = true;
184 bool more_lhs = false; local
186 int inside = SpannerBase::next(top, bottom, more_lhs, more_rhs);
187 if (more_lhs) {
265 bool more_lhs = false; local
267 int inside = SpannerBase::next(left, right, more_lhs, more_rhs);
268 if (more_lhs) {
    [all...]

Completed in 550 milliseconds