Home
last modified time | relevance | path

Searched refs:paint_rop (Results 1 – 5 of 5) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_text.c192 …switch ( XX-> paint_rop) { /* XXX Limited set edition - either expand to full list or find new way… in gp_text_out_rotated()
225 switch ( XX-> paint_rop) { in gp_text_out_rotated()
249 apc_gp_set_rop( self, XX-> paint_rop); in gp_text_out_rotated()
325 apc_gp_set_rop( self, XX-> paint_rop); in paint_text_background()
H A Dapc_graphics.c167 XX-> paint_rop = XX-> rop; in prima_prepare_drawable_for_painting()
534 ( rop_map[XX-> paint_rop] == GXcopy ||\
535 rop_map[XX-> paint_rop] == GXset ||\
536 rop_map[XX-> paint_rop] == GXclear))
1664 return XX-> paint_rop; in apc_gp_get_rop()
1977 XX-> paint_rop = rop; in apc_gp_set_rop()
H A Dapc_render.c178 switch ( XX-> paint_rop) { in pen_update()
H A Dxft.c1707 apc_gp_set_rop( self, XX-> paint_rop); in paint_text_background()
1879 int rop = XX-> paint_rop; in prima_xft_text_out()
1949 int rop = XX-> paint_rop; in prima_xft_glyphs_out()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h843 int rop, paint_rop; member