- Timestamp:
- Sep 5, 2012, 3:48:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120805/psLib/src/imageops/psImageInterpolate.c
r34089 r34395 186 186 ) 187 187 { 188 psAssert(frac >= 0.0 && frac < 1.0, "Pixel fraction is %f", frac);188 psAssert(frac >= 0.0 && frac <= 1.0, "Pixel fraction is %f", frac); 189 189 switch (mode) { 190 190 case PS_INTERPOLATE_FLAT:
Note:
See TracChangeset
for help on using the changeset viewer.
