Searched refs:window_ref_ (Results 1 – 2 of 2) sorted by relevance
43 window_ref_(NULL) { in CarbonVideoRenderer()47 if (window_ref_) { in ~CarbonVideoRenderer()48 DisposeWindow(window_ref_); in ~CarbonVideoRenderer()92 SetPortWindowPort(window_ref_); in DrawFrame()93 if (QDBeginCGContext(GetWindowPort(window_ref_), &context) != noErr) { in DrawFrame()98 GetWindowPortBounds(window_ref_, &window_bounds); in DrawFrame()107 QDEndCGContext(GetWindowPort(window_ref_), &context); in DrawFrame()145 InvalWindowRect(window_ref_, GetWindowPortBounds(window_ref_, &bounds)); in RenderFrame()163 &bounds, &window_ref_); in Initialize()164 if (!window_ref_ || err != noErr) { in Initialize()[all …]
68 WindowRef window_ref_; variable