Searched refs:stride (Results 1 – 1 of 1) sorted by relevance
19 class Buffer(width: Int, height: Int, val stride: Int, val format: Int) : Size(width, height) { constant26 other.stride == stride && in prettyPrint()32 result = 31 * result + stride in prettyPrint()