Searched refs:SPACING (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkScale.c200 #define SPACING 2 macro
979 scalePtr->horizLabelY = y + SPACING;
980 y += lineHeight + SPACING;
981 extraSpace = SPACING;
984 scalePtr->horizValueY = y + SPACING;
985 y += lineHeight + SPACING;
986 extraSpace = SPACING;
994 scalePtr->horizTickY = y + SPACING;
995 y += lineHeight + 2*SPACING;
1027 scalePtr->vertTickRightX = x + SPACING
[all...]

Completed in 9 milliseconds