Searched refs:currentBox (Results 1 – 2 of 2) sorted by relevance
150 Box<pxs> currentBox = bBox; in findLongestWordSequence() local156 currentFullWordBox = currentBox; in findLongestWordSequence()159 Box<pxs> workingBox = currentBox; in findLongestWordSequence()184 currentBox = workingBox; in findLongestWordSequence()197 bBox = currentBox; in findLongestWordSequence()205 bBox = currentBox; in findLongestWordSequence()
145 BoundingBox currentBox = faceData.box(); in deliverPacket() local153 mLastBox = currentBox; in deliverPacket()157 if (currentBox.top_x() > mLastBox.top_x() + 1) { in deliverPacket()159 } else if (currentBox.top_x() + 1 < mLastBox.top_x()) { in deliverPacket()162 mLastBox = currentBox; in deliverPacket()