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

/vbox/src/VBox/Frontends/VBoxSDL/
H A DFramebuffer.h105 void update(int x, int y, int w, int h, bool fGuestRelative);
H A DFramebuffer.cpp456 update(x, y, w, h, true /* fGuestRelative */);
979 * @param fGuestRelative flag whether the above values are guest relative or screen relative;
981 void VBoxSDLFB::update(int x, int y, int w, int h, bool fGuestRelative) argument
1025 if (!fGuestRelative)
1092 update(0, 0, mScreen->w, mScreen->h, false /* fGuestRelative */);

Completed in 43 milliseconds