Searched refs:bottom (Results 1 - 25 of 224) sorted by relevance

123456789

/vbox/src/VBox/ValidationKit/testmanager/htdocs/css/
H A Dtooltip.css40 padding-bottom: 2px
61 border-bottom: 1px solid #c8c8c8;
66 margin-bottom: 0.4em;
70 padding-bottom: 0.2em;
77 margin-bottom: 0.8em;
84 margin-bottom: 0.0em;
112 margin-bottom: 0.4em;
120 padding-bottom: 0.2em;
H A Dgraphwiz.css50 padding-bottom: 3px;
54 margin-bottom: 3px;
89 margin-bottom: 0.2em;
137 padding-bottom: 1em;
144 margin-bottom: 0.2em;
147 padding-bottom: 0.3em;
207 margin-bottom: 0.26em;
H A Ddetails.css75 padding-bottom: 3px;
102 padding-bottom: 1px;
129 border-bottom: 1px dotted;
135 padding-bottom: 8px;
140 padding-bottom: 6px;
145 padding-bottom: 4px;
150 padding-bottom: 2px;
155 padding-bottom: 1px;
165 padding-bottom: 0px;
H A Dcommon.css75 margin-bottom: 10px;
111 bottom: auto;
126 bottom: auto;
135 bottom: auto;
145 bottom: 0;
156 bottom: auto;
165 bottom: 0;
222 margin-bottom: 3px;
237 padding-bottom: 0.8em;
245 bottom
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Dmemtop_umalloc.c53 static userptr_t bottom = UNULL; variable
95 top = bottom = phys_to_user ( r_end );
119 while ( bottom != top ) {
120 copy_from_user ( &extmem, bottom, -sizeof ( extmem ),
124 DBG ( "EXTMEM freeing [%lx,%lx)\n", user_to_phys ( bottom, 0 ),
125 user_to_phys ( bottom, extmem.size ) );
127 bottom = userptr_add ( bottom, len );
149 if ( bottom == top ) {
165 ptr = bottom
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVBVA.cpp93 prclDest->left, prclDest->top, prclDest->right - prclDest->left, prclDest->bottom - prclDest->top,
128 || rclDest.bottom == rclDest.top)
130 WARN(("empty dest rect: %d-%d, %d-%d", rclDest.left, rclDest.right, rclDest.top, rclDest.bottom));
137 rclSrc.bottom = pptlSrc->y + (rclDest.bottom - rclDest.top);
141 || rclSrc.bottom == rclSrc.top)
144 prclDest->bottom = prclDest->top;
146 WARN(("empty src rect: %d-%d, %d-%d", rclSrc.left, rclSrc.right, rclSrc.top, rclSrc.bottom));
164 rclDest.top = prclDest->bottom; /* +inf */
165 rclDest.bottom
[all...]
H A DVBoxDispVRDP.cpp54 LOG(("pco = %p Trg = %d-%d %d-%d", pco, prclTrg->left, prclTrg->right, prclTrg->top, prclTrg->bottom));
65 pco->rclBounds.left, pco->rclBounds.right, pco->rclBounds.top, pco->rclBounds.bottom,
76 LOG((" %d-%d %d-%d", prclClip->left, prclClip->right, prclClip->top, prclClip->bottom));
162 if (prcl->top > prcl->bottom)
167 prcl->top = prcl->bottom;
168 prcl->bottom = tmp;
174 return (prcl->left == prcl->right) || (prcl->top == prcl->bottom);
179 /* Calculations are easier with left, right, top, bottom. */
187 int yBottom1 = prect1->bottom;
190 int yBottom2 = prect2->bottom;
[all...]
H A DVBoxDispVHWA.cpp763 pDst->bottom = pSrc->bottom;
774 pDst->bottom = MAX(pRect1->bottom, pRect2->bottom);
779 return pRect->left == pRect->right-1 && pRect->top == pRect->bottom-1;
786 || (pRect1->top < pRect2->top && pRect1->bottom < pRect2->top)
787 || (pRect2->top < pRect1->top && pRect2->bottom < pRect1->top));
793 && (pRect1->top <= pRect2->top && pRect1->bottom >= pRect2->bottom));
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/common/
H A DVBoxVideoTools.h135 pR->bottom = RT_MAX(pR->bottom, pR2Unite->bottom);
146 rect->bottom = RT_MIN(a->bottom, b->bottom);
147 return (rect->right>rect->left) && (rect->bottom>rect->top);
160 if (pRect1->bottom != pRect2->bottom)
175 if (pRect->bottom < pCovere
[all...]
/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxHelpers.cpp96 if (paRects[uRect].bottom == paRects[i].top)
107 if (paRects[uRect].top == paRects[i].bottom)
122 paNewRects[uResized].bottom += iNewHeight - (paNewRects[uResized].bottom - paNewRects[uResized].top);
124 paNewRects[uResized].bottom += iNewPosY - paNewRects[uResized].top;
206 int delta = paNewRects[iRect].bottom - paNewRects[iNextRect].top;
210 DDCLOG(("YP intersection bottom %d top %d, diff %d\n",
211 paNewRects[iRect].bottom, paNewRects[iNextRect].top,
215 paNewRects[iNextRect].bottom += delta;
234 int delta = paNewRects[iRect].top - paNewRects[iNextRect].bottom;
[all...]
H A DVBoxSeamless.cpp210 rectWindow.bottom -=7;
233 Log(("VBoxTray: Enum hwnd=%x rect (%d,%d) (%d,%d) (filtered)\n", hwnd, rectWindow.left, rectWindow.top, rectWindow.right, rectWindow.bottom));
242 Log(("VBoxTray: Enum hwnd=%x rect (%d,%d) (%d,%d) (applying)\n", hwnd, rectWindow.left, rectWindow.top, rectWindow.right, rectWindow.bottom));
253 SetRectRgn(hrgn, rectVisible.left, rectVisible.top, rectVisible.right, rectVisible.bottom);
271 Log(("VBoxTray: Enum hwnd=%x rect (%d,%d) (%d,%d) (ignored)\n", hwnd, rectWindow.left, rectWindow.top, rectWindow.right, rectWindow.bottom));
313 Log(("VBoxTray: visible rect (%d,%d)(%d,%d)\n", lpRect[i].left, lpRect[i].top, lpRect[i].right, lpRect[i].bottom));
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/os2/
H A Dos2poll.c76 PRFileDesc *bottom; local
144 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER);
145 PR_ASSERT(NULL != bottom); /* what to do about that? */
146 if ((NULL != bottom) &&
147 (_PR_FILEDESC_OPEN == bottom->secret->state))
151 PRInt32 osfd = bottom->secret->md.osfd;
301 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER);
302 PR_ASSERT(NULL != bottom);
304 osfd = bottom->secret->md.osfd;
358 bottom
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw32poll.c116 PRFileDesc *bottom; local
189 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER);
190 PR_ASSERT(NULL != bottom); /* what to do about that? */
191 if ((NULL != bottom)
192 && (_PR_FILEDESC_OPEN == bottom->secret->state))
196 osfd = (SOCKET) bottom->secret->md.osfd;
292 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER);
293 PR_ASSERT(NULL != bottom);
295 osfd = (SOCKET) bottom->secret->md.osfd;
332 bottom
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxpoll.c78 PRFileDesc *bottom; local
122 /* now locate the NSPR layer at the bottom of the stack */
123 bottom = PR_GetIdentitiesLayer(pds[index].fd, PR_NSPR_IO_LAYER);
124 PR_ASSERT(NULL != bottom); /* what to do about that? */
125 if ((NULL != bottom)
126 && (_PR_FILEDESC_OPEN == bottom->secret->state))
130 syspoll[index].fd = bottom->secret->md.osfd;
290 PRFileDesc *bottom; local
345 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER);
346 PR_ASSERT(NULL != bottom); /* wha
529 PRFileDesc *bottom; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dvolume.c72 volume->lockedBox.bottom = max(volume->lockedBox.bottom, dirty_box->bottom);
81 volume->lockedBox.bottom = volume->resource.height;
221 volume->lockedBox.bottom = volume->resource.height;
229 || box->bottom <= box->top
230 || box->bottom > volume->resource.height
240 box, box->left, box->top, box->right, box->bottom, box->front, box->back);
249 volume->lockedBox.bottom = box->bottom;
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/platform/win/
H A DVBoxUtils-win.cpp56 topMostRects << QRect(QPoint(rect.left, rect.top), QPoint(rect.right - 1, rect.bottom - 1));
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/scale/
H A DUIMachineWindowScale.cpp197 pRect->bottom = pRect->top + (double)(pRect->right - pRect->left) / dAspectRatio;
203 pRect->right = pRect->left + (double)(pRect->bottom - pRect->top) * dAspectRatio;
209 pRect->bottom = pRect->top + (double)(pRect->right - pRect->left) / dAspectRatio;
215 pRect->top = pRect->bottom - (double)(pRect->right - pRect->left) / dAspectRatio;
/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_matrix.h83 float bottom, float top,
89 float bottom, float top,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbfile.c564 PRFileDesc *bottom; local
629 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER);
630 PR_ASSERT(NULL != bottom); /* what to do about that? */
631 if ((NULL != bottom)
632 && (_PR_FILEDESC_OPEN == bottom->secret->state))
636 PRInt32 osfd = bottom->secret->md.osfd;
727 bottom = PR_GetIdentitiesLayer(pd->fd, PR_NSPR_IO_LAYER);
728 PR_ASSERT(NULL != bottom);
730 osfd = bottom->secret->md.osfd;
788 bottom
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmatrix.h40 GLdouble bottom, GLdouble top,
45 GLdouble bottom, GLdouble top,
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c669 PRFileDesc *bottom; local
680 ** Little late to be checking if NSPR's on the bottom of stack,
685 bottom = PR_GetIdentitiesLayer(desc->fd, PR_NSPR_IO_LAYER);
686 PR_ASSERT(NULL != bottom);
687 if (NULL != bottom) /* now what!?!?! */
689 bottom->secret->state = _PR_FILEDESC_CLOSED;
690 if (closesocket(bottom->secret->md.osfd) == SOCKET_ERROR)
743 PRFileDesc *bottom; local
827 /* Reach to the bottom layer to get the OS fd */
828 bottom
1100 PRFileDesc *bottom = PR_GetIdentitiesLayer(desc->fd, PR_NSPR_IO_LAYER); local
1192 PRFileDesc *bottom = PR_GetIdentitiesLayer( local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dsurface_base.c374 h = This->overlay_destrect.bottom - This->overlay_destrect.top;
378 This->overlay_destrect.bottom = Y + h;
445 This->overlay_srcrect.bottom = This->currentDesc.Height;
454 This->overlay_destrect.bottom = Dst ? Dst->currentDesc.Height : 0;
469 This->overlay_srcrect.right = 0; This->overlay_srcrect.bottom = 0;
471 This->overlay_destrect.right = 0; This->overlay_destrect.bottom = 0;
991 DestRect->left, DestRect->top, DestRect->right, DestRect->bottom);
993 SrcRect->left, SrcRect->top, SrcRect->right, SrcRect->bottom);
1020 ((SrcRect->bottom > Src->currentDesc.Height)||(SrcRect->bottom <
[all...]
H A Dsurface.c188 f->b = ((r->bottom * 2.0f) / h) - 1.0f;
204 rect.bottom = 0;
225 coords[2][1] = (float)rect.bottom / h;
229 coords[3][1] = (float)rect.bottom / h;
239 coords[2][0] = rect.left; coords[2][1] = rect.bottom; coords[2][2] = 0.0f;
240 coords[3][0] = rect.right; coords[3][1] = rect.bottom; coords[3][2] = 0.0f;
326 rect_out->bottom = This->currentDesc.Height;
366 glVertex2i(dst_rect->left, dst_rect->bottom);
369 glVertex2i(dst_rect->right, dst_rect->bottom);
926 GLsizei height = pRect->bottom
1487 BYTE *row, *top, *bottom; local
3448 float left, right, top, bottom; /* Texture coordinates */ local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxDispDbg.cpp180 pInfo->pRect->right, pInfo->pRect->bottom);
253 Assert(pRect->bottom > pRect->top);
256 pRect->right - pRect->left, pRect->bottom - pRect->top, bpp, pAlloc->SurfDesc.pitch);
308 Assert(pRect->bottom > pRect->top);
311 pRect->right - pRect->left, pRect->bottom - pRect->top, bpp, Lr.Pitch);
435 height = pAlloc->LockInfo.Area.bottom - pAlloc->LockInfo.Area.top;
476 Rect.bottom = pAlloc->SurfDesc.height;
512 DstH = pDstRect->bottom - pDstRect->top;
514 SrcH = pSrcRect->bottom - pSrcRect->top;
555 DstRect.bottom
[all...]
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/graphics/
H A DUIGraphicsZoomButton.cpp98 newRect.setBottom(newRect.bottom() + m_iIndent);
113 newRect.setBottom(newRect.bottom() + m_iIndent / 2);

Completed in 141 milliseconds

123456789