Lines Matching defs:CrFbWindow

22 CrFbWindow::CrFbWindow(uint64_t parentId) :
44 bool CrFbWindow::IsCreated() const
49 bool CrFbWindow::IsVisivle() const
55 void CrFbWindow::Destroy()
69 int CrFbWindow::Reparent(uint64_t parentId)
77 crDebug("CrFbWindow: reparent to %p (current mxPos=%d, myPos=%d, mWidth=%u, mHeight=%u)",
105 int CrFbWindow::SetVisible(bool fVisible)
130 int CrFbWindow::SetSize(uint32_t width, uint32_t height, bool fForced)
134 crDebug("CrFbWindow: SetSize request dropped because window is currently updating"
160 crDebug("CrFbWindow: SetSize request performed successfully "
164 crDebug("CrFbWindow: SetSize request skipped because mSpuWindow not yet constructed "
168 crDebug("CrFbWindow: SetSize request skipped because window arleady has requested size "
175 int CrFbWindow::SetPosition(int32_t x, int32_t y, bool fForced)
179 crDebug("CrFbWindow: SetPosition request dropped because window is currently updating (x=%d, y=%d).", x, y);
191 crDebug("CrFbWindow: SetPosition performed successfully (x=%d, y=%d).", x, y);
198 int CrFbWindow::SetVisibleRegionsChanged()
211 int CrFbWindow::SetCompositor(const struct VBOXVR_SCR_COMPOSITOR * pCompositor)
226 bool CrFbWindow::SetScaleFactor(GLdouble scaleFactorW, GLdouble scaleFactorH)
234 crDebug("CrFbWindow: attempt to set scale factor out of valid values range: scaleFactorW=%d, scaleFactorH=%d, multiplier=%d.",
248 crDebug("CrFbWindow: set scale factor: scaleFactorW=%d, scaleFactorH=%d, multiplier=%d.",
260 crDebug("CrFbWindow: unable to set scale factor because RW lock cannot be aquired: scaleFactorW=%d, scaleFactorH=%d, multiplier=%d.",
268 bool CrFbWindow::GetScaleFactor(GLdouble *scaleFactorW, GLdouble *scaleFactorH)
285 int CrFbWindow::UpdateBegin()
304 void CrFbWindow::UpdateEnd()
358 uint64_t CrFbWindow::GetParentId()
364 int CrFbWindow::Create()
403 CrFbWindow::~CrFbWindow()
415 void CrFbWindow::checkRegions()
447 bool CrFbWindow::isPresentNeeded()
453 bool CrFbWindow::checkInitedUpdating()