Home
last modified time | relevance | path

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

/aosp12/system/teeui/libteeui/src/
H A Dfont_rendering.cpp150 Box<pxs> currentBox = bBox; in findLongestWordSequence() local
156 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()
/aosp12/packages/services/Car/cpp/computepipe/example/
H A DFaceTracker.cpp145 BoundingBox currentBox = faceData.box(); in deliverPacket() local
153 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()