Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_graphics.c168 XX-> paint_rop2 = XX-> rop2; in prima_prepare_drawable_for_painting()
191 XX-> line_style = ( XX-> paint_rop2 == ropCopyPut) ? LineDoubleDash : LineOnOffDash; in prima_prepare_drawable_for_painting()
314 if (!XX->flags.brush_back && XX-> paint_rop2 == ropCopyPut) {\
1675 return XX-> paint_rop2; in apc_gp_get_rop2()
1925 gcv. line_style = ( XX-> paint_rop2 == ropNoOper) ? LineOnOffDash : LineDoubleDash; in apc_gp_set_line_pattern()
1993 if ( XX-> paint_rop2 == rop) return true; in apc_gp_set_rop2()
1994 XX-> paint_rop2 = ( rop == ropCopyPut) ? ropCopyPut : ropNoOper; in apc_gp_set_rop2()
H A Dapc_render.c226 if ( XX-> paint_rop2 == ropNoOper ) in pen_update()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h844 int rop2, paint_rop2; member