Home
last modified time | relevance | path

Searched refs:PetscImageDrawPixel (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/classes/draw/impls/image/
H A Ddrawimage.h29 static inline void PetscImageDrawPixel(PetscImage img, int x, int y, int c) in PetscImageDrawPixel() function
45 while (x_1 <= x_2) PetscImageDrawPixel(img, x_1++, y_1, c); in PetscImageDrawLine()
53 while (y_1 <= y_2) PetscImageDrawPixel(img, x_1, y_1++, c); in PetscImageDrawLine()
60 PetscImageDrawPixel(img, x_1, y_1, c); in PetscImageDrawLine()
179 PetscImageDrawPixel(img, xx, y, c); in PetscImageDrawTriangle()
184 PetscImageDrawPixel(img, xx, y, c); in PetscImageDrawTriangle()
188 PetscImageDrawPixel(img, lx, y, c); in PetscImageDrawTriangle()
223 PetscImageDrawPixel(img, xx, y, c); in PetscImageDrawTriangle()
228 PetscImageDrawPixel(img, xx, y, c); in PetscImageDrawTriangle()
232 PetscImageDrawPixel(img, lx, y, c); in PetscImageDrawTriangle()
[all …]
H A Ddrawimage.c79 for (j = -1; j <= 1; j++) PetscImageDrawPixel(img, xx + j, yy + i, c); in PetscDrawPoint_Image()
91 PetscImageDrawPixel(img, x, y, c); in PetscDrawPointPixel_Image()