Changeset 5386 for trunk/Ohana/src/kii/picture
- Timestamp:
- Oct 19, 2005, 9:20:19 PM (21 years ago)
- Location:
- trunk/Ohana/src/kii/picture
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/kii/picture/CursorOps.c
r2466 r5386 5 5 double expand; 6 6 7 expand = 1.0; 7 8 if (layout[0].expand > 0) { 8 9 expand = 1 / (1.0*layout[0].expand); … … 22 23 23 24 /* notice that here, expand is the reciprocal of the expand above */ 25 expand = 1.0; 24 26 if (layout[0].expand > 0) { 25 27 expand = abs(layout[0].expand); -
trunk/Ohana/src/kii/picture/Remap16.c
r2466 r5386 26 26 white2 = 0x00ff & (white >> 8); 27 27 28 expand = expand_in = expand_out = 1.0; 28 29 if (layout[0].expand == 0) /* set up expansions */ 29 30 layout[0].expand = 1; -
trunk/Ohana/src/kii/picture/Remap24.c
r2466 r5386 27 27 white3 = 0x0000ff & (white >> 16); 28 28 29 expand = expand_in = expand_out = 1.0; 29 30 if (layout[0].expand == 0) /* set up expansions */ 30 31 layout[0].expand = 1; -
trunk/Ohana/src/kii/picture/Remap32.c
r2466 r5386 20 20 white = layout[0].white; 21 21 22 expand = expand_in = expand_out = 1.0; 22 23 if (layout[0].expand == 0) /* set up expansions */ 23 24 layout[0].expand = 1; -
trunk/Ohana/src/kii/picture/Remap8.c
r2466 r5386 20 20 white = layout[0].white; 21 21 22 expand = expand_in = expand_out = 1.0; 22 23 if (layout[0].expand == 0) /* set up expansions */ 23 24 layout[0].expand = 1;
Note:
See TracChangeset
for help on using the changeset viewer.
