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

/xsrc/external/mit/libXaw/dist/src/
H A DPrivate.h33 #define XawAbs(a) ((a) < 0 ? -(a) : (a)) macro
H A DSmeBSB.c327 fontset_ascent = XawAbs(ext->max_ink_extent.y);
H A DTip.c333 ksy = (Position) (ksy + XawAbs(ext->max_ink_extent.y));
H A DLabel.c534 ksy = (Position) (ksy + XawAbs(ext->max_ink_extent.y));
H A DList.c721 str_y = y + XawAbs(ext->max_ink_extent.y);
H A DAsciiSink.c979 .width = (unsigned short)(XawAbs(paint->width)), /* more than enough */

Completed in 7 milliseconds