Changeset 37822 for branches/eam_branches/ipp-pv3-20140717-merge/Ohana/src/kapa2/src/CreatePicture.c
- Timestamp:
- Jan 12, 2015, 12:29:24 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-pv3-20140717-merge/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/kapa2/src/CreatePicture.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-pv3-20140717-merge/Ohana
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-pv3-20140717-merge/Ohana/src/kapa2/src/CreatePicture.c
r16270 r37822 40 40 41 41 case 24: 42 43 extra = 4 - (image[0].wide.dx * 3) % 4; 44 REALLOCATE (image[0].wide.data, char, image[0].wide.dy*(3*image[0].wide.dx+extra)); 45 46 extra = 4 - (image[0].zoom.dx * 3) % 4; 47 REALLOCATE (image[0].zoom.data, char, image[0].zoom.dy*(3*image[0].zoom.dx+extra)); 48 42 49 extra = 4 - (image[0].picture.dx * 3) % 4; 43 REALLOCATE (image[0].wide.data, char, image[0].wide.dy*(3*image[0].wide.dx+extra));44 REALLOCATE (image[0].zoom.data, char, image[0].zoom.dy*(3*image[0].zoom.dx+extra));45 50 REALLOCATE (image[0].picture.data, char, image[0].picture.dy*(3*image[0].picture.dx+extra)); 46 51 c = (unsigned char *) image[0].picture.data;
Note:
See TracChangeset
for help on using the changeset viewer.
