Home
last modified time | relevance | path

Searched refs:colour_offset (Results 1 – 8 of 8) sorted by relevance

/dports/devel/p5-Tickit/Tickit-0.72/examples/
H A Ddemo-float.pl15 my $colour_offset = 0;
27 Tickit::Pen->new( fg => 1 + ( $line + $colour_offset ) % 6 ),
60 $colour_offset++;
61 $colour_offset %= 6;
/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dkc.cpp207 int pixel_offset,colour_offset; in screen_update() local
214 colour_offset = (x & 0x01f) | (((y>>2) & 0x03f)<<5); in screen_update()
224 colour_offset = 0x0800+((x & 0x07) | (((y>>4) & 0x03)<<3) | in screen_update()
228 uint8_t colour_byte = colour_ram[colour_offset]; in screen_update()
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dkc.cpp207 int pixel_offset,colour_offset; in screen_update() local
214 colour_offset = (x & 0x01f) | (((y>>2) & 0x03f)<<5); in screen_update()
224 colour_offset = 0x0800+((x & 0x07) | (((y>>4) & 0x03)<<3) | in screen_update()
228 uint8_t colour_byte = colour_ram[colour_offset]; in screen_update()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtilepick-p.cc616 const int colour_offset = _draconian_colour(sp, level); in tilep_species_to_base_tile() local
617 return TILEP_BASE_DRACONIAN + colour_offset * 2; in tilep_species_to_base_tile()
665 const int colour_offset = _draconian_colour(sp, level); in tilep_draconian_init() local
666 *base = TILEP_BASE_DRACONIAN + colour_offset * 2; in tilep_draconian_init()
667 *head = tile_player_part_start[TILEP_PART_DRCHEAD] + colour_offset; in tilep_draconian_init()
670 *wing = tile_player_part_start[TILEP_PART_DRCWING] + colour_offset; in tilep_draconian_init()
H A Dtilepick.cc1481 int colour_offset = ugly_thing_colour_offset(colour); in tileidx_monster_base() local
1482 return tileidx_mon_clamp(ugly_tile, colour_offset); in tileidx_monster_base()
2501 int colour_offset = ugly_thing_colour_offset(item.get_colour()); in _tileidx_corpse() local
2502 if (colour_offset == -1) in _tileidx_corpse()
2503 colour_offset = 0; in _tileidx_corpse()
2504 return base + colour_offset; in _tileidx_corpse()
H A Dmon-util.cc3014 int colour_offset = ugly_thing_colour_offset(colour); in ugly_thing_colour_name() local
3016 if (colour_offset == -1) in ugly_thing_colour_name()
3019 return ugly_colour_names[colour_offset]; in ugly_thing_colour_name()
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A DdataMesh.c1407 double *colNr_anim=NULL, colour_offset=0.; in calcAnimation() local
1414 colour_offset=((double)steps/(double)TEX_PIXELS*0.5); in calcAnimation()
1510 colNr_anim[node[i].nr] = colNr[node[i].nr]*0.5* sin(alfa) +colour_offset; in calcAnimation()
1763 colNr_anim[node[i].nr] = colNr[node[i].nr]*0.5* sin(alfa) +colour_offset; in calcAnimation()
/dports/math/gnumeric/gnumeric-1.12.50/plugins/excel/
H A Dms-excel-write.c940 unsigned pat_offset, unsigned colour_offset) in write_border() argument
955 d[colour_offset / 32] |= (c << (colour_offset & 31)); in write_border()