Lines Matching refs:width
26 - (id)initWithTitle:(NSString *)title width:(int)width height:(int)height;
37 - (id)initWithTitle:(NSString *)title width:(int)width height:(int)height {
40 width_ = width;
54 if (nextXOrigin_ + width_ < screenFrame.size.width) {
93 size_t width,
96 if (!renderer->Init(window_title, width, height)) {
111 bool MacRenderer::Init(const char* window_title, int width, int height) {
114 width:width
124 GlRenderer::ResizeViewport(width, height);