Searched defs:mapCoordsToScreen (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DDisplayImplLegacy.cpp53 static unsigned mapCoordsToScreen(DISPLAYFBINFO *pInfos, unsigned cInfos, int *px, int *py, int *pw, int *ph) function
57 LogSunlover(("mapCoordsToScreen: %d,%d %dx%d\n", *px, *py, *pw, *ph));
713 uScreenId = mapCoordsToScreen(maFramebuffers, mcMonitors, &x, &y, &w, &h);

Completed in 34 milliseconds