Searched refs:y_phys (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/classes/draw/interface/ |
| H A D | dmouse.c | 26 …etscDrawButton *button, PetscReal *x_user, PetscReal *y_user, PetscReal *x_phys, PetscReal *y_phys) in PetscDrawGetMouseButton() argument 36 PetscUseTypeMethod(draw, getmousebutton, button, x_user, y_user, x_phys, y_phys); in PetscDrawGetMouseButton() 42 if (y_phys) bcast[3] = *y_phys; in PetscDrawGetMouseButton() 47 if (y_phys) *y_phys = bcast[3]; in PetscDrawGetMouseButton()
|
| /petsc/src/sys/classes/draw/impls/win32/ |
| H A D | win32draw.c | 97 …etscDrawButton *button, PetscReal *x_user, PetscReal *y_user, PetscReal *x_phys, PetscReal *y_phys) in PetscDrawGetMouseButton_Win32() argument 127 if (y_phys) *y_phys = current->MouseListHead->phys.y; in PetscDrawGetMouseButton_Win32()
|
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | xops.c | 441 …etscDrawButton *button, PetscReal *x_user, PetscReal *y_user, PetscReal *x_phys, PetscReal *y_phys) in PetscDrawGetMouseButton_X() argument 514 if (y_phys) *y_phys = yy; in PetscDrawGetMouseButton_X()
|