Home
last modified time | relevance | path

Searched refs:pointpixel (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()
31 PetscUseTypeMethod(draw, pointpixel, i + k, j + k, cl); in PetscDrawMarker()
32 PetscUseTypeMethod(draw, pointpixel, i + k, j - k, cl); in PetscDrawMarker()
36 if (draw->ops->coordinatetopixel && draw->ops->pointpixel) { in PetscDrawMarker()
40 PetscUseTypeMethod(draw, pointpixel, i, j + k, cl); in PetscDrawMarker()
41 PetscUseTypeMethod(draw, pointpixel, i + k, j, cl); in PetscDrawMarker()
45 if (draw->ops->coordinatetopixel && draw->ops->pointpixel) { in PetscDrawMarker()
49 PetscUseTypeMethod(draw, pointpixel, i + 2, j + k, cl); in PetscDrawMarker()
50 PetscUseTypeMethod(draw, pointpixel, i - 2, j + k, cl); in PetscDrawMarker()
51 PetscUseTypeMethod(draw, pointpixel, i + k, j + 2, cl); in PetscDrawMarker()
[all …]
H A Ddpoint.c46 PetscUseTypeMethod(draw, pointpixel, x, y, c); in PetscDrawPointPixel()
/petsc/include/petsc/private/
H A Ddrawimpl.h48 PetscErrorCode (*pointpixel)(PetscDraw, int, int, int); member