Searched refs:PetscImageDrawLine (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/classes/draw/impls/image/ |
| H A D | drawimage.c | 124 PetscImageDrawLine(img, x_1, y_1, x_2, y_2, c); in PetscDrawLine_Image() 139 PetscImageDrawLine(img, x_1, y_1, x_2, y_2, c); in PetscDrawArrow_Image() 142 PetscImageDrawLine(img, x_2, y_2, x_2 - 3, y_2 - 3, c); in PetscDrawArrow_Image() 143 PetscImageDrawLine(img, x_2, y_2, x_2 + 3, y_2 - 3, c); in PetscDrawArrow_Image() 145 PetscImageDrawLine(img, x_2, y_2, x_2 - 3, y_2 + 3, c); in PetscDrawArrow_Image() 146 PetscImageDrawLine(img, x_2, y_2, x_2 + 3, y_2 + 3, c); in PetscDrawArrow_Image() 151 PetscImageDrawLine(img, x_2 - 3, y_2 - 3, x_2, y_2, c); in PetscDrawArrow_Image() 152 PetscImageDrawLine(img, x_2 - 3, y_2 + 3, x_2, y_2, c); in PetscDrawArrow_Image() 154 PetscImageDrawLine(img, x_2, y_2, x_2 + 3, y_2 - 3, c); in PetscDrawArrow_Image() 155 PetscImageDrawLine(img, x_2, y_2, x_2 + 3, y_2 + 3, c); in PetscDrawArrow_Image()
|
| H A D | drawimage.h | 36 static inline void PetscImageDrawLine(PetscImage img, int x_1, int y_1, int x_2, int y_2, int c) in PetscImageDrawLine() function 89 PetscImageDrawLine(img, xc + x, yc + y, xc - x, yc + y, c); in PetscImageDrawEllipse() 90 PetscImageDrawLine(img, xc + x, yc - y, xc - x, yc - y, c); in PetscImageDrawEllipse() 98 PetscImageDrawLine(img, xc + x, yc + y, xc - x, yc + y, c); in PetscImageDrawEllipse() 99 PetscImageDrawLine(img, xc + x, yc - y, xc - x, yc - y, c); in PetscImageDrawEllipse()
|