Changes between Initial Version and Version 1 of Ticket #14909, comment 5
- Timestamp:
- Apr 2, 2024, 10:15:31 AM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14909, comment 5
initial v1 53 53 *dest++ = r; 54 54 *dest++ = a; 55 dest += stride-(width*4);56 55 } 56 dest += stride-(width*4); 57 57 } 58 58 #else