Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dutils.cpp37 TEEUI_LOG << "Line: " << line << " Dist: " << dist; in pixelLineIntersect()
39 TEEUI_LOG << " " << more_than_half; in pixelLineIntersect()
44 TEEUI_LOG << " half covered"; in pixelLineIntersect()
47 TEEUI_LOG << (more_than_half ? " fully covered" : " not covered"); in pixelLineIntersect()
50 TEEUI_LOG << " vec " << dist_vec; in pixelLineIntersect()
52 TEEUI_LOG << " vec " << dist_vec; in pixelLineIntersect()
60 TEEUI_LOG << " X"; in pixelLineIntersect()
67 TEEUI_LOG << (more_than_half ? " fully covered (2)" : " not covered(2)"); in pixelLineIntersect()
69 TEEUI_LOG << " partially covered"; in pixelLineIntersect()
71 TEEUI_LOG << " P: " << P << " Q: " << Q; in pixelLineIntersect()
[all …]
Dbutton.cpp35 TEEUI_LOG << "Bounds: " << bounds << " Pixel: " << Point<pxs>(x, y) << ENDL; in draw()
62 TEEUI_LOG << intBounds << ENDL; in draw()
71 TEEUI_LOG << "Radius: " << intRadius << " cBounds: " << cBounds << " center: " << center 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()
183 TEEUI_LOG << " region: " << (bool)coveredRegion << " area: " << areaCovered; 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.h24 #define TEEUI_LOG std::cout macro
27 #define TEEUI_LOG ::teeui::bits::silencer 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;