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

/xsrc/external/mit/libXaw/dist/src/
H A DPaned.c488 * on_size_ret - new on_size (return)
882 * on_size - size of rectangle
890 unsigned int on_size, unsigned int off_size)
894 off_loc, on_loc, off_size, on_size);
897 on_loc, off_loc, on_size, off_size);
916 unsigned int on_size, off_size; local in function:_DrawInternalBorders
927 on_size = (unsigned int)pw->paned.internal_bw;
931 on_loc -= (int)on_size;
933 _DrawRect(pw, gc, on_loc, off_loc, on_size, off_size);
958 unsigned int on_size, off_siz local in function:_DrawTrackLines
889 _DrawRect(PanedWidget pw,GC gc,int on_loc,int off_loc,unsigned int on_size,unsigned int off_size) argument
1611 Dimension on_size, off_size; local in function:XawPanedGeometryManager
[all...]

Completed in 3 milliseconds