Home | History | Annotate | Download | only in ios

Lines Matching refs:view_

26       view_(view),
77 if (!view_) {
78 view_ = [[VideoRenderIosView alloc] init];
81 if (![view_ createContext]) {
110 VideoRenderIosChannel* new_eagl_channel = new VideoRenderIosChannel(view_);
218 [view_ presentFramebuffer];
227 if (!view_) {
231 CGRect bounds = [view_ bounds];
243 view_ = (__bridge VideoRenderIosView*)new_window;
260 screen_width = [view_ bounds].size.width;
261 screen_height = [view_ bounds].size.height;