Home | History | Annotate | Download | only in tests

Lines Matching refs:VG_MSG_LJUSTIFY

1025 #define VG_MSG_LJUSTIFY  4 /* Must justify on the left. */
1054 if (flags & VG_MSG_LJUSTIFY) {
1062 if (!(flags & VG_MSG_LJUSTIFY)) {
1116 if (width > 0 && !(flags & VG_MSG_LJUSTIFY)) {
1128 if (width > 0 && (flags & VG_MSG_LJUSTIFY)) {
1183 flags |= VG_MSG_LJUSTIFY;