Searched refs:display_height (Results 1 – 5 of 5) sorted by relevance
155 int display_height = XDisplayHeight(m_X11Display,m_X11Screen); in OsInitOS() local164 m_pShell->m_pShellData->nShellDimY = display_height; in OsInitOS()170 m_pShell->m_pShellData->nShellDimX = (display_width > display_height) ? 800 : 600; in OsInitOS()173 m_pShell->m_pShellData->nShellDimY = (display_width > display_height) ? 600 : 800; in OsInitOS()178 if(m_pShell->m_pShellData->nShellDimY > display_height) in OsInitOS()179 m_pShell->m_pShellData->nShellDimY = display_height; in OsInitOS()610 int display_height = XDisplayHeight(m_X11Display,m_X11Screen); in OpenX11Window() local611 …m_pShellData->nShellDimX != display_width)||(shell.m_pShellData->nShellDimY != display_height)) ) { in OpenX11Window()
773 uint64_t display_height() const { return display_height_; } in display_height() function
5214 long long display_height = 0; in Parse() local5257 display_height = UnserializeUInt(pReader, pos, size); in Parse()5259 if (display_height <= 0) in Parse()5308 pTrack->m_display_height = display_height; in Parse()
5282 long long display_height = 0; in Parse() local5326 display_height = UnserializeUInt(pReader, pos, size); in Parse()5328 if (display_height <= 0) in Parse()5380 pTrack->m_display_height = display_height; in Parse()
4006 display_height, in XGetWindowImage() local4085 display_height=XDisplayHeight(display,XDefaultScreen(display)); in XGetWindowImage()4086 if ((int) (crop_info.y+crop_info.height) > display_height) in XGetWindowImage()4087 crop_info.height=(size_t) (display_height-crop_info.y); in XGetWindowImage()