Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dbc_const.c255 } else if ( p[table + index] & PAL_REF) { in cm_study_palette()
257 table = (p[table + index] & ~PAL_REF) * CELL_SIZE; in cm_study_palette()
297 p[table + index] = (pal2count++) | PAL_REF; in cm_study_palette()
338 } else if ( p[stack[sp].table + stack[sp].i] & PAL_REF) { in cm_study_palette()
343 stack[sp + 1].table = (p[stack[sp].table + stack[sp].i] & ~PAL_REF) * CELL_SIZE; in cm_study_palette()
H A Dbc_color.c751 if ( tree[ table + index] & PAL_REF) { in bc_byte_op()
752 table = (tree[ table + index] & ~PAL_REF) * CELL_SIZE; in bc_byte_op()
774 if ( tree[ table + index] & PAL_REF) { in bc_byte_nop()
775 table = (tree[ table + index] & ~PAL_REF) * CELL_SIZE; in bc_byte_nop()
1157 if ( tree[ table + index] & PAL_REF) { in bc_rgb_byte_op()
1158 table = (tree[ table + index] & ~PAL_REF) * CELL_SIZE; in bc_rgb_byte_op()
1180 if ( tree[ table + index] & PAL_REF) { in bc_rgb_byte_nop()
1181 table = (tree[ table + index] & ~PAL_REF) * CELL_SIZE; in bc_rgb_byte_nop()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/
H A Dimg_conv.h370 #define PAL_REF 0x4000 macro