Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/interface/
H A Ddtext.c152 draw->boundbox_xr = PetscMax(draw->boundbox_xr, right); in PetscDrawStringBoxed()
H A Ddline.c34 if (xr) *xr = draw->boundbox_xr; in PetscDrawGetBoundingBox()
H A Ddrawreg.c177 draw->boundbox_xr = .5; in PetscDrawCreate()
/petsc/include/petsc/private/
H A Ddrawimpl.h59 …PetscReal boundbox_xl, boundbox_yl, boundbox_xr, boundbox_yr; /* need to have this for e… member