Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/interface/
H A Ddtext.c58 PetscCall(PetscDrawStringGetSize(draw, &tw, &th)); in PetscDrawStringVertical()
90 PetscCall(PetscDrawStringGetSize(draw, &tw, &th)); in PetscDrawStringCentered()
141 PetscCall(PetscDrawStringGetSize(draw, &tw, &th)); in PetscDrawStringBoxed()
209 PetscErrorCode PetscDrawStringGetSize(PetscDraw draw, PetscReal *width, PetscReal *height) in PetscDrawStringGetSize() function
/petsc/src/sys/classes/draw/utils/
H A Daxisc.c284 PetscCall(PetscDrawStringGetSize(draw, &tw, &th)); in PetscDrawAxisDraw()
306 PetscCall(PetscDrawStringGetSize(draw, &tw, &th)); in PetscDrawAxisDraw()
H A Dbars.c207 PetscCall(PetscDrawStringGetSize(draw, NULL, &h)); in PetscDrawBarDraw()
H A Dlgc.c514 PetscCall(PetscDrawStringGetSize(draw, &tw, &th)); in PetscDrawLGDraw()
/petsc/src/sys/classes/draw/impls/tikz/
H A Dtikz.c148 PetscCall(PetscDrawStringGetSize(draw, &width, NULL)); in PetscDrawStringVertical_TikZ()
/petsc/include/
H A Dpetscdraw.h172 PETSC_EXTERN PetscErrorCode PetscDrawStringGetSize(PetscDraw, PetscReal *, PetscReal *);
/petsc/src/snes/impls/fas/
H A Dfas.c321 PetscCall(PetscDrawStringGetSize(draw, &wth, &th)); in SNESView_FAS()
/petsc/src/dm/impls/da/
H A Dgr2.c104 PetscCall(PetscDrawStringGetSize(draw, &w, NULL)); in VecView_MPI_Draw_DA2d_Zoom()
/petsc/src/ksp/pc/impls/mg/
H A Dmg.c833 PetscCall(PetscDrawStringGetSize(draw, NULL, &th)); in PCView_MG()
/petsc/doc/manual/
H A Dother.md758 PetscDrawStringGetSize(PetscDraw win, PetscReal *width, PetscReal *height);