Home
last modified time | relevance | path

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

/dports/graphics/figurine/figurine-1.0.5/src/
H A Dgc.c362 if (ob->fillcolour>(STARTOFFILLCOLOURS+31) && ob->fillcolour<(STARTOFFILLCOLOURS+512+31)) in gc_fillcolour()
366 l = where_in_list(view->doc->cols,ob->fillcolour-STARTOFFILLCOLOURS); in gc_fillcolour()
H A Dhandle_icon.c170 else if (icon>=STARTOFFILLCOLOURS && icon<STARTOFFILLCOLOURS+70) in icon_chosen()
H A Dload.c340 return i+=STARTOFFILLCOLOURS; /* move up into figurine style numbering */ in get_fill_fcolour()
410 ob->colour = ob->fillcolour-(STARTOFFILLCOLOURS-STARTOFCOLOURS); in get_fillstyle()
H A Dsave.c162 fprintf(fl,"%d ",ob->fillcolour-STARTOFFILLCOLOURS); in fillcolour_out()
/dports/graphics/figurine/figurine-1.0.5/src/include/
H A Ddefine.h252 #define STARTOFFILLCOLOURS 400 macro