Searched refs:rcfxBounds (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVRDP.cpp400 RECTFX rcfxBounds; local
403 PATHOBJ_vGetBounds(ppo, &rcfxBounds);
405 rclBounds.left = FXTOLFLOOR(rcfxBounds.xLeft);
406 rclBounds.right = FXTOLCEILING(rcfxBounds.xRight);
407 rclBounds.top = FXTOLFLOOR(rcfxBounds.yTop);
408 rclBounds.bottom = FXTOLCEILING(rcfxBounds.yBottom);
991 RECTFX rcfxBounds; local
998 PATHOBJ_vGetBounds(ppo, &rcfxBounds);
1000 rclBoundsOrdered.left = FXTOLFLOOR(rcfxBounds.xLeft);
1001 rclBoundsOrdered.right = FXTOLCEILING(rcfxBounds
[all...]
H A DVBoxDispVBVA.cpp554 RECTFX rcfxBounds; local
557 PATHOBJ_vGetBounds(ppo, &rcfxBounds);
559 rclBounds.left = FXTOLFLOOR(rcfxBounds.xLeft);
560 rclBounds.right = FXTOLCEILING(rcfxBounds.xRight);
561 rclBounds.top = FXTOLFLOOR(rcfxBounds.yTop);
562 rclBounds.bottom = FXTOLCEILING(rcfxBounds.yBottom);

Completed in 575 milliseconds