Home
last modified time | relevance | path

Searched refs:Nlm_stdFontHeight (Results 1 – 5 of 5) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dncbidraw.h108 extern Nlm_Int2 Nlm_stdFontHeight;
H A Dvibdefns.h621 #define stdFontHeight Nlm_stdFontHeight
H A Dvibtexts.c3819 vbounds = (Nlm_Int2)((Nlm_stdFontHeight * 3 / 2 - Nlm_stdLineHeight) / 2); in Nlm_DialogText()
3917 vbounds = (Nlm_Int2)((Nlm_stdFontHeight * 3 / 2 - Nlm_stdLineHeight) / 2); in Nlm_SpecialText()
3970 vbounds = (Nlm_Int2)((Nlm_stdFontHeight * 3 / 2 - Nlm_stdLineHeight) / 2); in Nlm_PasswordText()
4693 vbounds = (Nlm_Int2)((Nlm_stdFontHeight * 3 / 2 - Nlm_stdLineHeight) / 2); in Nlm_DialogTextWithFont()
4749 vbounds = (Nlm_Int2)((Nlm_stdFontHeight * 3 / 2 - Nlm_stdLineHeight) / 2); in Nlm_SpecialTextWithFont()
H A Dncbidraw.c186 Nlm_Int2 Nlm_stdFontHeight; variable
7291 Nlm_stdFontHeight = Nlm_FontHeight ();
7347 Nlm_stdFontHeight = Nlm_FontHeight();
7472 Nlm_stdFontHeight = Nlm_FontHeight ();
H A Dvibwndws.c6011 Nlm_dialogTextHeight = (Nlm_Int2)(Nlm_stdFontHeight * 3 / 2); in Nlm_SetupWindows()