Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/interface/
H A Ddmouse.c26 …n(PetscDraw draw, PetscDrawButton *button, PetscReal *x_user, PetscReal *y_user, PetscReal *x_phys… in PetscDrawGetMouseButton() argument
36 PetscUseTypeMethod(draw, getmousebutton, button, x_user, y_user, x_phys, y_phys); in PetscDrawGetMouseButton()
40 if (y_user) bcast[1] = *y_user; in PetscDrawGetMouseButton()
45 if (y_user) *y_user = bcast[1]; in PetscDrawGetMouseButton()
/petsc/src/sys/classes/draw/impls/x/
H A Dxops.c441 …X(PetscDraw draw, PetscDrawButton *button, PetscReal *x_user, PetscReal *y_user, PetscReal *x_phys… in PetscDrawGetMouseButton_X() argument
512 …if (y_user) *y_user = draw->coor_yl + (yy - draw->port_yl) * (draw->coor_yr - draw->coor_yl) / (dr… in PetscDrawGetMouseButton_X()
/petsc/src/sys/classes/draw/impls/win32/
H A Dwin32draw.c97 …2(PetscDraw draw, PetscDrawButton *button, PetscReal *x_user, PetscReal *y_user, PetscReal *x_phys… in PetscDrawGetMouseButton_Win32() argument
124 *y_user = current->MouseListHead->user.y; in PetscDrawGetMouseButton_Win32()