Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/t/Image/
H A DROP.t210 is_bits( $dst->mask, "5678", "ropAlphaCopy");
/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dput.c239 } else if ( rop == ropAlphaCopy ) { in img_put()
305 rop &= ~(ropAlphaCopy | ropConstantColor); in img_put()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dimage.c1288 rop == ropAlphaCopy ) { in apc_gp_stretch_image()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dapricot.h2803 ropAlphaCopy = 0x0000100, enumerator
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_img.c2146 …F_LAYERED(XX) && !XT_IS_ICON(YY) && (PImage(image)->type & imGrayScale) && *rop == ropAlphaCopy ) { in get_image_src_format()