Home
last modified time | relevance | path

Searched defs:bounds (Results 1 – 3 of 3) sorted by relevance

/system/teeui/libteeui/src/
Dlabel.cpp25 Error LabelImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo) { in draw()
139 Error LabelImpl::hit(const Event& event, const Box<pxs>& bounds) { in hit()
Dbutton.cpp27 Error ButtonImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, in draw()
/system/bt/packet/tests/base/
Diterator_test.cc32 auto bounds = GetParam(); in GetTestPacket() local