Searched refs:pointpixel (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() 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 D | dpoint.c | 46 PetscUseTypeMethod(draw, pointpixel, x, y, c); in PetscDrawPointPixel()
|
| /petsc/include/petsc/private/ |
| H A D | drawimpl.h | 48 PetscErrorCode (*pointpixel)(PetscDraw, int, int, int); member
|