Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/impls/win32/
H A Dwin32draw.c180 int x1, yone, x2, y2; in PetscDrawRectangle_Win32() local
186 yone = YTRANS(draw, windraw, yl); in PetscDrawRectangle_Win32()
188 SetRect(&rect, x1, y2, x2, yone); in PetscDrawRectangle_Win32()
207 int x1, yone, x2, y2; in PetscDrawLine_Win32() local
214 yone = YTRANS(draw, windraw, yl); in PetscDrawLine_Win32()
221 MoveToEx(hdc, x1, yone, NULL); in PetscDrawLine_Win32()
260 int x1, yone; in PetscDrawPoint_Win32() local
266 yone = YTRANS(draw, windraw, y); in PetscDrawPoint_Win32()
272 if (windraw->pointdiameter == 1) SetPixelV(hdc, x1, yone, windraw->currentcolor); in PetscDrawPoint_Win32()
276 hrgn = CreateEllipticRgn(x1 - radius, yone - radius, x1 + radius, yone + radius); in PetscDrawPoint_Win32()
[all …]