Home
last modified time | relevance | path

Searched refs:viewflags (Results 1 – 6 of 6) sorted by relevance

/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dstatic_const_member_2.i18 typedef unsigned int viewflags; typedef
19 static const viewflags forward_field = 1 << 0;
20 static const viewflags backward_field = 1 << 1;
21 static const viewflags cavity_flags;
22 static viewflags flags;
30 static const viewflags current_profile = 1 << 2;
47 const CavityPackFlags::viewflags
51 CavityPackFlags::viewflags
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/third_party/spiro/x3/
H A Dtest.c79 x3viewflags viewflags = x3view_click | x3view_hover | x3view_key; in main() local
126 viewflags |= x3view_2d; in main()
127 viewflags |= x3view_scroll; in main()
128 x3view(pane, viewflags, test_viewclient()); in main()
/dports/games/bstone/bstone-1.1.9/src/
H A D3d_draw.cpp183 uint16_t viewflags; variable
1003 viewflags = gamestate.flags; in VGAClearScreen()
1007 if ((viewflags & GS_DRAW_CEILING) == 0) { in VGAClearScreen()
1011 if ((viewflags & GS_DRAW_FLOOR) == 0) { in VGAClearScreen()
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/third_party/spiro/ppedit/
H A Dppedit.c542 x3viewflags viewflags = x3view_click | x3view_hover | x3view_key | in create_mainwin() local
573 pe->view = x3view(mainwin, viewflags, ppedit_viewclient(pe)); in create_mainwin()
/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dformat.c1930 int viewflags = 0; in r_print_format() local
2245 viewflags = !viewflags; in r_print_format()
2691 if (viewflags && p->offname) { in r_print_format()
/dports/devel/swig/swig-4.0.2/
H A DCHANGES18001 typedef unsigned int viewflags;
18002 static const viewflags forward_field = 0;
18003 static const viewflags backward_field;