Searched refs:spanDirection (Results 1 – 1 of 1) sorted by relevance
105 Vector<Rect>& dst, int spanDirection) { in reverseRectsResolvingJunctions() argument126 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()