Home
last modified time | relevance | path

Searched refs:Scale_FontStruct (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DScale.c431 values.font = Scale_FontStruct(w)->fid; in CreateForegroundGC()
560 if (Scale_FontStruct(new_w) == NULL) in initialize()
565 &Scale_FontStruct(new_w)); in initialize()
631 &Scale_FontStruct(new_w)); in set_values()
633 if (Scale_FontStruct(new_w) == NULL) in set_values()
638 &Scale_FontStruct(new_w)); in set_values()
1975 Scale_FontStruct(w)->max_bounds.descent; in computeValueSize()
2001 Scale_ShowValueX(w), Scale_ShowValueY(w) - Scale_FontStruct(w)->descent, in showValue()
2030 XTextWidth(Scale_FontStruct(w), buf, strlen(buf))) ; in showValue()
2036 Scale_ShowValueY(w) + Scale_FontStruct(w)->ascent, in showValue()
[all …]
/dports/x11-toolkits/lesstif/lesstif-0.95.2/include/Motif-2.1/XmI/
H A DMacrosI.h2226 #define Scale_FontStruct(x) \ macro