Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dbutton.cpp166 Box<intpxs> intBBox(start.x().floor(), start.y().floor(), 0, 0); in draw() local
167 intBBox = intBBox.merge( in draw()
172 TEEUI_LOG << "intBBox: " << intBBox << ENDL; in draw()
173 for (int64_t y = 0; y < intBBox.h().count(); ++y) { in draw()
174 for (int64_t x = 0; x < intBBox.w().count(); ++x) { in draw()
190 drawPixelBoundsEnforced(intBBox.x().count() + x, intBBox.y().count() + y, in draw()