Lines Matching refs:pointpixel
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()
52 PetscUseTypeMethod(draw, pointpixel, i + k, j - 2, cl); in PetscDrawMarker()