Home
last modified time | relevance | path

Searched refs:DXSetResolution (Results 1 – 15 of 15) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/include/dx/
H A Dcamera.h59 Camera DXSetResolution(Camera c, int hres, double pix_aspect);
H A Drel_1_bc.h150 #define SetResolution DXSetResolution
/dports/graphics/opendx/dx-4.4.4/help/
H A Ddxall113822 Camera DXSetResolution() #!EF #!EF #!I50 #!N Specifies the resolution of a
H A Ddxall116244 DXSRN DXSetResolution, #!N DXAPLUS DXAdd, DXGetCameraResolution #!N DXLength ( DXCross, DXDiv,
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dscalescreen.c226 if (!DXSetResolution(newcam, newres, 1)) in MakeNewCamera()
H A Dsuperstate.c196 DXSetResolution((Camera)CAMERA, windowSz[0], 1.0); in m_SuperviseState()
H A Dcamera.c708 if (!DXSetResolution(cam, p->hsize, 1.)) in make_cam()
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dlbcamera.c201 DXSetResolution(Camera c, int hres, double pix_aspect) in DXSetResolution() function
H A Drwobject.c1781 DXSetResolution((Camera)o, imagewidth, 1); in readin_object()
H A Dedfparse.c2742 if (!DXSetResolution((Camera)o, resolution, 1)) in parse_camera()
/dports/graphics/opendx/dx-4.4.4/lib/
H A Ddxexec.def344 DXSetResolution
H A Ddxexec.exp348 DXSetResolution
H A Ddxexec.imp345 DXSetResolution
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwClientMessage.c1257 DXSetResolution(c, pixwidth, (double)aspect); in _sendLinkCamera()
H A DhwWindow.c609 DXSetResolution(CAMERA, w, ((double)h)/w); in _tdmResizeWindow()