Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/com/android/server/wm/traces/common/
DBuffer.kt19 class Buffer(width: Int, height: Int, val stride: Int, val format: Int) : Size(width, height) { constant
26 other.stride == stride && in prettyPrint()
32 result = 31 * result + stride in prettyPrint()