Home | History | Annotate | Download | only in mac

Lines Matching refs:height

26 - (id)initWithTitle:(NSString *)title width:(int)width height:(int)height;
37 - (id)initWithTitle:(NSString *)title width:(int)width height:(int)height {
41 height_ = height;
61 if (nextYOrigin_ + height_ > screenFrame.size.height) {
94 size_t height) {
96 if (!renderer->Init(window_title, width, height)) {
111 bool MacRenderer::Init(const char* window_title, int width, int height) {
115 height:height];
124 GlRenderer::ResizeViewport(width, height);