Home | History | Annotate | Download | only in tests

Lines Matching refs:VG_MSG_LJUSTIFY

1056 #define VG_MSG_LJUSTIFY  4 /* Must justify on the left. */
1085 if (flags & VG_MSG_LJUSTIFY) {
1093 if (!(flags & VG_MSG_LJUSTIFY)) {
1147 if (width > 0 && !(flags & VG_MSG_LJUSTIFY)) {
1159 if (width > 0 && (flags & VG_MSG_LJUSTIFY)) {
1214 flags |= VG_MSG_LJUSTIFY;