Home | History | Annotate | Download | only in soft

Lines Matching refs:_height

52     uint32_t    _height;
80 return _height;
86 return (_buf_ptr && _width && _height);
160 if (y < 0 || y >= (int32_t)_height)
178 if (y < 0 || y >= (int32_t)_height)
200 else if (y >= (int32_t)_height) y = (int32_t)(_height - 1);
213 , _width (0) , _height (0) , _pitch (0)
226 _height = planar.height;
236 , _width (0) , _height (0) , _pitch (0)
247 _height = height;
255 , _width (width) , _height (height)