Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dbutton.cpp28 const ConvexObjectInfo* coBegin, const ConvexObjectInfo* coEnd) { in draw() argument
156 bool hasCOs = coBegin != coEnd; in draw()
158 Box<pxs> coBBox = Box<pxs>::boundingBox(coBegin->begin, coBegin->end); in draw()
159 for (const auto& co : makeRange(coBegin + 1, coEnd)) { in draw()
180 for (const auto& co : makeRange(coBegin, coEnd)) { in draw()
/system/teeui/libteeui/include/teeui/
Dbutton.h48 const ConvexObjectInfo* coBegin, const ConvexObjectInfo* coEnd);