Home
last modified time | relevance | path

Searched refs:height_capacity (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/genesys/
H A Drow_buffer.h103 if (height() + 1 >= height_capacity()) { in push_front()
133 if (height() + 1 >= height_capacity()) { in push_back()
154 std::size_t height_capacity() const { return buffer_end_; } in height_capacity() function in genesys::RowBuffer
173 if (capacity < height_capacity()) in ensure_capacity()

Completed in 1 milliseconds