Home
last modified time | relevance | path

Searched defs:clampToUByteRange (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/toolkit/test/
DBufferUtils.kt131 private fun clampToUByteRange() = Rgba( in plus() method in com.example.testapp.Rgba
385 fun Int.clampToUByteRange(): Int = min(255, max(0, this)) in clampToUByteRange() method