Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dutils.cpp38 bool more_than_half = dist < 0.0; in pixelLineIntersect() local
39 TEEUI_LOG << " " << more_than_half; in pixelLineIntersect()
46 intensity = more_than_half ? 0xff : 0; in pixelLineIntersect()
47 TEEUI_LOG << (more_than_half ? " fully covered" : " not covered"); in pixelLineIntersect()
66 intensity = more_than_half ? 0xff : 0; in pixelLineIntersect()
67 TEEUI_LOG << (more_than_half ? " fully covered (2)" : " not covered(2)"); in pixelLineIntersect()
81 if (more_than_half) { in pixelLineIntersect()