Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/impls/x/
H A Dxtext.c53 …PetscCall(PetscSNPrintf(font_name, PETSC_STATIC_ARRAY_LENGTH(font_name), "%dx%d", font->font_w, fo… in PetscDrawXiLoadFont()
60 font->font_w = FontInfo->max_bounds.rbearing - FontInfo->min_bounds.lbearing; in PetscDrawXiLoadFont()
126 font->font_w = w; in PetscDrawXiMatchFontSize()
145 font->font_w = nfonts[imax].w; in PetscDrawXiMatchFontSize()
H A Dximpl.h21 int font_w, font_h; member
H A Dxops.c214 w = XiWin->font->font_w; in PetscDrawStringGetSize_X()