Lines Matching refs:fVideoView

123 	fVideoView = new VideoView(video_rect, "video display", B_FOLLOW_ALL,
125 fBackground->AddChild(fVideoView);
127 fVideoView->MakeFocus();
137 fController->SetVideoView(fVideoView);
138 fController->SetVideoNode(fVideoView->Node());
140 fVideoView->IsOverlaySupported();
445 fVideoView->GetMouse(&screen_where, &buttons, false);
446 fVideoView->ConvertToScreen(&screen_where);
473 fMouseDownMousePos = fVideoView->ConvertToScreen(
481 fVideoView->SetMouseEventMask(B_POINTER_EVENTS | B_NO_POINTER_HISTORY
494 fVideoView->GetMouse(&location, &buttons);
518 fVideoView->ConvertToScreen(&mousePos);
524 fVideoView->GetMouse(&mousePos, &buttons, false);
525 fVideoView->ConvertToScreen(&mousePos);
711 fVideoView->Bounds().Width() + 1, fVideoView->Bounds().Height() + 1);
742 fVideoView->MoveTo(x_ofs, y_ofs);
743 fVideoView->ResizeTo(render_width - 1, render_height - 1);
751 fVideoView->MoveTo(0, 0);
752 fVideoView->ResizeTo(fBackground->Bounds().Width(),
766 fVideoView->MoveTo(0, fNoMenu ? 0 : fMenuBarHeight);
767 fVideoView->ResizeTo(fBackground->Bounds().Width(),
916 fVideoView->MoveTo(0, 0);
917 fVideoView->ResizeBy(0, fMenuBarHeight);
923 fVideoView->MoveTo(0, fMenuBarHeight);
924 fVideoView->ResizeBy(0, -fMenuBarHeight);
1101 || handler == fVideoView))
1104 || handler == fVideoView))
1107 || handler == fVideoView))
1111 || handler == fVideoView)) {
1115 fVideoView->OverlayScreenshotPrepare();
1117 fVideoView->OverlayScreenshotCleanup();
1138 fVideoView->OverlayLockAcquire();
1143 fVideoView->OverlayLockRelease();