Lines Matching defs:height
43 if (y >= height()) {
51 if (y >= height()) {
59 const std::uint8_t* get_back_row_ptr() const { return get_row_ptr(height() - 1); }
60 std::uint8_t* get_back_row_ptr() { return get_row_ptr(height() - 1); }
78 last_ = height();
103 if (height() + 1 >= height_capacity()) {
104 ensure_capacity(std::max<std::size_t>(1, height() * 2));
133 if (height() + 1 >= height_capacity()) {
134 ensure_capacity(std::max<std::size_t>(1, height() * 2));
146 std::size_t height() const