Searched refs:coordinatetopixel (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/sys/classes/draw/interface/ |
| H A D | dmarker.c | 27 if (draw->ops->coordinatetopixel && draw->ops->pointpixel) { in PetscDrawMarker() 29 PetscUseTypeMethod(draw, coordinatetopixel, xl, yl, &i, &j); in PetscDrawMarker() 36 if (draw->ops->coordinatetopixel && draw->ops->pointpixel) { in PetscDrawMarker() 38 PetscUseTypeMethod(draw, coordinatetopixel, xl, yl, &i, &j); in PetscDrawMarker() 45 if (draw->ops->coordinatetopixel && draw->ops->pointpixel) { in PetscDrawMarker() 47 PetscUseTypeMethod(draw, coordinatetopixel, xl, yl, &i, &j); in PetscDrawMarker()
|
| H A D | drect.c | 73 PetscUseTypeMethod(draw, coordinatetopixel, x, y, i, j); in PetscDrawCoordinateToPixel()
|
| /petsc/include/petsc/private/ |
| H A D | drawimpl.h | 46 PetscErrorCode (*coordinatetopixel)(PetscDraw, PetscReal, PetscReal, int *, int *); member
|