Home
last modified time | relevance | path

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

/system/teeui/libteeui/src/
Dutils.cpp41 Color intensity = 0; in pixelLineIntersect() local
43 intensity = 0x80; in pixelLineIntersect()
46 intensity = more_than_half ? 0xff : 0; in pixelLineIntersect()
66 intensity = more_than_half ? 0xff : 0; in pixelLineIntersect()
85 intensity = area.count() * 0xff; in pixelLineIntersect()
88 return intensity << 24 | (c & 0xffffff); in pixelLineIntersect()
Dbutton.cpp188 uint32_t intensity = 0xff * areaCovered.count(); in draw() local
191 intensity << 24 | (0xffffff & convexObjectColor_))) in draw()
/system/bt/build/secondary/third_party/aac/
DBUILD.gn92 "libAACenc/src/intensity.cpp",