Home
last modified time | relevance | path

Searched refs:stylusFlags (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/include/win32/
H A Dwin32guts.h568 if ( !( sys stylusFlags & stbPen)) { \
571 sys stylusFlags |= stbPen; \
575 if ( !( sys stylusFlags & stbBrush)) { \
578 sys stylusFlags |= stbBrush; \
582 if ( !( sys stylusFlags & stbText)) { \
585 sys stylusFlags |= stbText; \
589 if ( !( sys stylusFlags & stbBacking)) { \
592 sys stylusFlags |= stbBacking; \
597 if ( !( sys stylusFlags & stbGPBrush)) { \
599 sys stylusFlags |= stbGPBrush; \
[all …]
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dstock.c292 sys stylusFlags &= ~stbGPBrush; in stylus_change()
298 sys stylusFlags &= stbGPBrush; in stylus_change()
1742 sys stylusFlags = 0; in hwnd_enter_paint() local
H A Dgp.c209 sys stylusFlags &=~ stbPen;\
1189 sys stylusFlags &=~ stbPen; in apc_gp_set_back_color()