Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dcolor.c250 prima_color_add_ref( self, xc. pixel, RANK_NORMAL); in prima_allocate_color()
381 prima_color_add_ref( self, brush-> primary, RANK_NORMAL); in prima_allocate_color()
384 prima_color_add_ref( self, brush-> secondary, RANK_NORMAL); in prima_allocate_color()
1046 rank = ( rank > 1) ? RANK_PRIORITY : RANK_NORMAL; in prima_color_sync()
1173 stage = RANK_NORMAL; in prima_palette_replace()
1205 if ( stage == RANK_NORMAL) { in prima_palette_replace()
1209 if ( p-> rank == RANK_NORMAL) { in prima_palette_replace()
1215 if ( wlpal_get(wij, i) == RANK_NORMAL) in prima_palette_replace()
1327 guts. palette[xc. pixel]. rank = RANK_NORMAL; in prima_palette_replace()
H A Dapc_img.c1853 -1, NULL, RANK_NORMAL); in img_put_image_on_widget()
1856 -1, NULL, RANK_NORMAL); in img_put_image_on_widget()
2651 -1, NULL, RANK_NORMAL); in prima_std_pixmap()
2654 -1, NULL, RANK_NORMAL); in prima_std_pixmap()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h391 #define RANK_NORMAL 1 /* Automatically allocated colors for drawing routines */ macro