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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c1097 unsigned int height, clear_height; local
1114 clear_height = y - ctx->text.margin.top;
1116 clear_height = 0;
1122 (Dimension) ctx->core.width, (Dimension) clear_height);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c1211 unsigned int height, clear_height; local
1228 clear_height = y - ctx->text.margin.top;
1230 clear_height = 0;
1237 (Dimension) ctx->core.width, (Dimension) clear_height);

Completed in 26 milliseconds