Changeset 6935
- Timestamp:
- Apr 20, 2006, 2:07:42 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/math/psRegionForImage.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/math/psRegionForImage.c
r6874 r6935 23 23 if (in.x0 == 0 && in.x1 == 0 && in.y0 == 0 && in.y1 == 0) { 24 24 in.x0 = image->col0; 25 in.x1 = image->col0 + image->numCols - 1;25 in.x1 = image->col0 + image->numCols; 26 26 in.y0 = image->row0; 27 in.y1 = image->row0 + image->numRows - 1;27 in.y1 = image->row0 + image->numRows; 28 28 return (in); 29 29 }
Note:
See TracChangeset
for help on using the changeset viewer.
