Searched refs:spanDirection (Results 1 – 1 of 1) sorted by relevance
95 Vector<Rect>& dst, int spanDirection) { in reverseRectsResolvingJunctions() argument116 if ((spanDirection == direction_RTL && current->bottom != (current + 1)->top) || in reverseRectsResolvingJunctions()117 (spanDirection == direction_LTR && current->top != (current + 1)->bottom)) { in reverseRectsResolvingJunctions()136 if (spanDirection == direction_RTL) { in reverseRectsResolvingJunctions()