Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DRegion.cpp105 Vector<Rect>& dst, int spanDirection) { in reverseRectsResolvingJunctions() argument
126 if ((spanDirection == direction_RTL && current->bottom != (current + 1)->top) || in reverseRectsResolvingJunctions()
127 (spanDirection == direction_LTR && current->top != (current + 1)->bottom)) { in reverseRectsResolvingJunctions()
146 if (spanDirection == direction_RTL) { in reverseRectsResolvingJunctions()