Changeset 34395
- Timestamp:
- Sep 5, 2012, 3:48:37 PM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120805
- Files:
-
- 3 edited
-
ippToPsps (modified) (1 prop)
-
ppImage/src (modified) (1 prop)
-
psLib/src/imageops/psImageInterpolate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120805/ippToPsps
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/eam_branches/ipp-20120805/ppImage/src
- Property svn:mergeinfo changed (with no actual effect on merging)
-
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.
