Home
last modified time | relevance | path

Searched refs:WindowToWorld (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/libfpx/libfpx-1.3.1-10/ri_image/
H A Dviewimg.h283 void WindowToWorld (int i, int j, float* x, float* y);
H A Dviewimg.cpp1208 WindowToWorld (pix_width, pix_height, &width, &height); in ViewWindow()
1354 WindowToWorld (pix_width, pix_height, &width, &height); in Resize()
1403 void ViewWindow::WindowToWorld (int i, int j, float* x, float* y) in WindowToWorld() function in ViewWindow
/dports/graphics/libfpx/libfpx-1.3.1-10/fpx/
H A Dfpxlib.cpp668 theWindow->WindowToWorld (i, j, x, y); in FPX_WindowToWorld()