Lines Matching refs:height_
5226 uint32_t height_ = 0 ) in Extent2D()
5228 , height( height_ ) in Extent2D()
5248 Extent2D& setHeight( uint32_t height_ ) in setHeight()
5250 height = height_; in setHeight()
5283 uint32_t height_ = 0, in Extent3D()
5286 , height( height_ ) in Extent3D()
5314 Extent3D& setHeight( uint32_t height_ ) in setHeight()
5316 height = height_; in setHeight()
5359 float height_ = 0, in Viewport()
5365 , height( height_ ) in Viewport()
5399 Viewport& setHeight( float height_ ) in setHeight()
5401 height = height_; in setHeight()
11627 uint32_t height_ = 0, in FramebufferCreateInfo()
11634 , height( height_ ) in FramebufferCreateInfo()
11685 FramebufferCreateInfo& setHeight( uint32_t height_ ) in setHeight()
11687 height = height_; in setHeight()