Home
last modified time | relevance | path

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

/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/interface/
H A Ddviewp.c31 draw->port_xr = xr; draw->port_yr = yr; in PetscDrawSetViewPort()
67 *yr = draw->port_yr; in PetscDrawGetViewPort()
120 draw->port_yr = yr - .05*h; in PetscDrawSplitViewPort()
170 …ierr = PetscDrawGetViewPort(draw,&ports->port_xl,&ports->port_yl,&ports->port_xr,&ports->port_yr);… in PetscDrawViewPortsCreate()
252 …ierr = PetscDrawGetViewPort(draw,&ports->port_xl,&ports->port_yl,&ports->port_xr,&ports->port_yr);… in PetscDrawViewPortsCreateRect()
310 …SetViewPort(ports->draw,ports->port_xl,ports->port_yl,ports->port_xr,ports->port_yr);CHKERRQ(ierr); in PetscDrawViewPortsDestroy()
H A Ddrawreg.c172 draw->port_yr = 1.0; in PetscDrawCreate()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/impls/x/
H A Dxops.c11 … (int)(((xwin)->h-1)*((draw)->port_yl + (((y - (draw)->coor_yl)*((draw)->port_yr - (draw)->port_yl…
14 …-1) + (draw)->port_yl - 1)*((draw)->coor_yr - (draw)->coor_yl)/((draw)->port_yl - (draw)->port_yr))
192 h = (int)((XiWin->h)*y*(draw->port_yr - draw->port_yl)/(draw->coor_yr - draw->coor_yl)); in PetscDrawStringSetSize_X()
206 if (y) *y = h*(draw->coor_yr - draw->coor_yl)/((XiWin->h)*(draw->port_yr - draw->port_yl)); in PetscDrawStringGetSize_X()
283 PetscReal xr = draw->port_xr, yr = draw->port_yr; in PetscDrawClear_X()
400 …ierr = PetscDrawSetViewport_X(draw,draw->port_xl,draw->port_yl,draw->port_xr,draw->port_yr);CHKERR… in PetscDrawCheckResizedWindow_X()
427 …ierr = PetscDrawSetViewport_X(draw,draw->port_xl,draw->port_yl,draw->port_xr,draw->port_yr);CHKERR… in PetscDrawResizeWindow_X()
489 …aw->coor_yl + (yy - draw->port_yl)*(draw->coor_yr - draw->coor_yl)/(draw->port_yr - draw->port_yl); in PetscDrawGetMouseButton_X()
590 (*sdraw)->port_yr = draw->port_yr; in PetscDrawGetSingleton_X()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/impls/tikz/
H A Dtikz.c67 #define YTRANS(draw,y) (double)(((draw)->port_yl + (((y - (draw)->coor_yl)*((draw)->port_yr - (dra…
127 ry = b/2*(draw->port_yr-draw->port_yl)/(draw->coor_yr-draw->coor_yl); in PetscDrawEllipse_TikZ()
183 if (y) *y = .05*(draw->coor_yr - draw->coor_yl)/((draw->port_yr - draw->port_yl)); in PetscDrawStringGetSize_TikZ()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/impls/image/
H A Ddrawimage.c12 …(int)(((img)->h-1)*((draw)->port_yl + ((((y) - (draw)->coor_yl)*((draw)->port_yr - (draw)->port_yl…
15 …-1) + (draw)->port_yl - 1)*((draw)->coor_yr - (draw)->coor_yl)/((draw)->port_yl - (draw)->port_yr))
218 if (h) *h = th*(draw->coor_yr - draw->coor_yl)/(img->h*(draw->port_yr - draw->port_yl)); in PetscDrawStringGetSize_Image()
343 …ierr = PetscDrawSetViewport_Image(draw,draw->port_xl,draw->port_yl,draw->port_xr,draw->port_yr);CH… in PetscDrawResizeWindow_Image()
566 draw->port_yl = 0; draw->port_yr = 1; in PetscDrawCreate_Image()
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Ddrawimpl.h56 PetscReal port_xl,port_yl,port_xr,port_yr; member
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/impls/null/
H A Ddrawnull.c166 draw->port_yl = 0; draw->port_yr = 1; in PetscDrawCreate_Null()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/draw/impls/win32/
H A Dwin32draw.c31 ((draw)->port_yr - (draw)->port_yl))/ \
411 h = (int)((windraw->h)*height*(draw->port_yr - draw->port_yl)/(draw->coor_yr - draw->coor_yl)); in PetscDrawStringSetSize_Win32()
422 …double scaleY = (draw->coor_yr - draw->coor_yl)/(draw->h)*(draw->port_yr - draw->port_y… in PetscDrawStringGetSize_Win32()
/dports/science/PETSc/petsc-3.14.1/include/
H A Dpetscdraw.h227 PetscReal port_xl,port_yl,port_xr,port_yr; /* original port of parent PetscDraw */ member
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS4655 PetscReal port_xl,port_yl,port_xr,port_yr;227,10500
10731 PetscReal port_xl,port_yl,port_xr,port_yr;56,2831
H A DCTAGS75787 port_xl include/petsc/private/drawimpl.h /^ PetscReal port_xl,port_yl,port_xr,port_yr;$/…
75788 port_xl include/petscdraw.h /^ PetscReal port_xl,port_yl,port_xr,port_yr; \/* original port of p…
75789 port_xr include/petsc/private/drawimpl.h /^ PetscReal port_xl,port_yl,port_xr,port_yr;$/…
75790 port_xr include/petscdraw.h /^ PetscReal port_xl,port_yl,port_xr,port_yr; \/* original port of p…
75791 port_yl include/petsc/private/drawimpl.h /^ PetscReal port_xl,port_yl,port_xr,port_yr;$/…
75792 port_yl include/petscdraw.h /^ PetscReal port_xl,port_yl,port_xr,port_yr; \/* original port of p…
75793 port_yr include/petsc/private/drawimpl.h /^ PetscReal port_xl,port_yl,port_xr,port_yr;$/…
75794 port_yr include/petscdraw.h /^ PetscReal port_xl,port_yl,port_xr,port_yr; \/* original port of p…