Home
last modified time | relevance | path

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

/petsc/src/sys/classes/draw/impls/x/
H A Dxtext.c53 …tscSNPrintf(font_name, PETSC_STATIC_ARRAY_LENGTH(font_name), "%dx%d", font->font_w, font->font_h)); in PetscDrawXiLoadFont()
61 font->font_h = FontInfo->max_bounds.ascent + FontInfo->max_bounds.descent; in PetscDrawXiLoadFont()
127 font->font_h = h; in PetscDrawXiMatchFontSize()
146 font->font_h = nfonts[imax].h; in PetscDrawXiMatchFontSize()
H A Dximpl.h21 int font_w, font_h; member
H A Dxops.c215 h = XiWin->font->font_h; in PetscDrawStringGetSize_X()
239 yy += XiWin->font->font_h; in PetscDrawString_X()
249 int xx, yy, offset = XiWin->font->font_h - XiWin->font->font_descent; in PetscDrawStringVertical_X()
258 yy += XiWin->font->font_h; in PetscDrawStringVertical_X()