Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dutils.cpp87 TEEUI_LOG << ENDL; in pixelLineIntersect()
190 TEEUI_LOG << *p << " inside: " << inside << " enter: " << enter << ENDL; in intersect()
195 TEEUI_LOG << "error out of space 1" << ENDL; in intersect()
199 TEEUI_LOG << "add P: " << *p << ENDL; in intersect()
205 TEEUI_LOG << "error out of space 2" << ENDL; in intersect()
209 TEEUI_LOG << "add B: " << b << ENDL; in intersect()
221 TEEUI_LOG << "intersections found: " << intersections_found << ENDL; in intersect()
232 TEEUI_LOG << "error no point with distance > 0" << ENDL; in intersect()
242 TEEUI_LOG << "egative half plane" << ENDL; in intersect()
Dbutton.cpp35 TEEUI_LOG << "Bounds: " << bounds << " Pixel: " << Point<pxs>(x, y) << ENDL; in draw()
62 TEEUI_LOG << intBounds << ENDL; in draw()
72 << ENDL; in draw()
170 TEEUI_LOG << "coBBox: " << coBBox << ENDL; in draw()
172 TEEUI_LOG << "intBBox: " << intBBox << ENDL; in draw()
178 TEEUI_LOG << thePixel << ENDL; in draw()
185 TEEUI_LOG << ENDL; in draw()
187 TEEUI_LOG << "x: " << x << " y: " << y << " area: " << areaCovered << ENDL; in draw()
Dfont_rendering.cpp173 TEEUI_LOG << "Glyph Box: " << *gBox << ENDL; in findLongestWordSequence()
175 TEEUI_LOG << "WorkingBox: " << workingBox << ENDL; in findLongestWordSequence()
188 TEEUI_LOG << "exceeding bbox" << ENDL; in findLongestWordSequence()
199 TEEUI_LOG << "full range" << ENDL; in findLongestWordSequence()
203 TEEUI_LOG << "partial range:" << ENDL; in findLongestWordSequence()
207 TEEUI_LOG << "unbreakable" << ENDL; in findLongestWordSequence()
Dlabel.cpp47 TEEUI_LOG << "Bounds: " << bounds << " Pixel: " << Point<pxs>(x, y) << ENDL; in draw()
109 TEEUI_LOG << "BoundingBox: " << *boundingBox << " Bounds: " << bounds << ENDL; in draw()
112 TEEUI_LOG << "Offset: " << offset << ENDL; in draw()
131 TEEUI_LOG << "drawText returned " << error << ENDL; in draw()
/system/teeui/libteeui/include/teeui/
Dlog.h25 #define ENDL std::endl macro
28 #define ENDL 0 macro
Dutils.h795 TEEUI_LOG << "A tl: " << topLeft_ << " br: " << br << " new: " << p << ENDL;
800 TEEUI_LOG << "B x: " << x << " y: " << y << " w: " << w << " h: " << h << ENDL;
811 TEEUI_LOG << "A tl: " << tl << " br: " << br << " new: " << *begin << ENDL;
814 TEEUI_LOG << "B tl: " << tl << " br: " << br << " new: " << *begin << ENDL;