Home
last modified time | relevance | path

Searched refs:systemColorMapSize (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dcolor.c256 if ( guts. grayScale && guts. systemColorMapSize > guts. palSize / 2) { in prima_allocate_color()
259 int grd = 256 / ( guts. systemColorMapSize - 1); in prima_allocate_color()
476 guts. systemColorMapSize = count; in create_std_palettes()
617 guts. systemColorMapSize = 0; in prima_init_color_subsystem()
964 for ( j = 0; j < guts. systemColorMapSize + guts. palSize; j++) { in prima_color_find()
965 if ( j < guts. systemColorMapSize) in prima_color_find()
968 i = j - guts. systemColorMapSize; in prima_color_find()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h719 int systemColorMapSize; member