Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/interface/
H A Ddmarker.c27 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 Ddrect.c73 PetscUseTypeMethod(draw, coordinatetopixel, x, y, i, j); in PetscDrawCoordinateToPixel()
/petsc/include/petsc/private/
H A Ddrawimpl.h46 PetscErrorCode (*coordinatetopixel)(PetscDraw, PetscReal, PetscReal, int *, int *); member