Home
last modified time | relevance | path

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

/dports/emulators/uae/uae-0.8.29/src/
H A Dcustom.c1768 struct sprite_entry *this_first = curr_sprite_entries + dip->first_sprite_entry; in sprites_differ() local
1781 if (this_first[i].pos != prev_first[i].pos in sprites_differ()
1782 || this_first[i].max != prev_first[i].max in sprites_differ()
1783 || this_first[i].has_attached != prev_first[i].has_attached) in sprites_differ()
1786 npixels = this_last->first_pixel + (this_last->max - this_last->pos) - this_first->first_pixel; in sprites_differ()
1787 if (memcmp (spixels + this_first->first_pixel, spixels + prev_first->first_pixel, in sprites_differ()
1790 …if (memcmp (spixstate.bytes + this_first->first_pixel, spixstate.bytes + prev_first->first_pixel, … in sprites_differ()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcustom.c2730 struct sprite_entry *this_first = curr_sprite_entries + dip->first_sprite_entry; in sprites_differ() local
2743 if (this_first[i].pos != prev_first[i].pos in sprites_differ()
2744 || this_first[i].max != prev_first[i].max in sprites_differ()
2745 || this_first[i].has_attached != prev_first[i].has_attached) in sprites_differ()
2749 npixels = this_last->first_pixel + (this_last->max - this_last->pos) - this_first->first_pixel; in sprites_differ()
2750 if (memcmp (spixels + this_first->first_pixel, spixels + prev_first->first_pixel, in sprites_differ()
2753 …if (memcmp (spixstate.bytes + this_first->first_pixel, spixstate.bytes + prev_first->first_pixel, … in sprites_differ()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcustom.cpp3551 struct sprite_entry *this_first = curr_sprite_entries + dip->first_sprite_entry; local
3564 if (this_first[i].pos != prev_first[i].pos
3565 || this_first[i].max != prev_first[i].max
3566 || this_first[i].has_attached != prev_first[i].has_attached)
3570 npixels = this_last->first_pixel + (this_last->max - this_last->pos) - this_first->first_pixel;
3571 if (memcmp (spixels + this_first->first_pixel, spixels + prev_first->first_pixel,
3574 …if (memcmp (spixstate.bytes + this_first->first_pixel, spixstate.bytes + prev_first->first_pixel, …