Lines Matching refs:self
43 …timer = [NSTimer scheduledTimerWithTimeInterval:0.03 target:self selector:@selector(update_window)…
68 CGPoint point = [[touches anyObject] locationInView:self];
73 [self setNeedsDisplay];
77 if( cocoa_update ) [self setNeedsDisplay];
94 …timer = [NSTimer scheduledTimerWithTimeInterval:0.03 target:self selector:@selector(update_window)…
97 glWindowPos2i(0, (int)self.visibleRect.size.height);
98 glPixelZoom( (float)self.visibleRect.size.width /(float)g_sizex,
99 -(float)self.visibleRect.size.height/(float)g_sizey);
105 if( cocoa_update ) [self setNeedsDisplay:YES];
106 if( window_title ) [self.window setTitle:[NSString stringWithFormat:@"%s", window_title]];
118 NSRect rect = self.visibleRect;
120 [self setNeedsDisplay:YES];
135 NSRect rect = self.visibleRect;
138 [self.window setTitle:[NSString stringWithFormat:@"X=%d Y=%d", x,y]];