Changeset 63369 in vbox for trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp
- Timestamp:
- Aug 12, 2016 4:45:31 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/util/blitter.cpp
r63199 r63369 244 244 float strX = ((float)dstWidth) / srcWidth; 245 245 float strY = ((float)dstHeight) / srcHeight; 246 bool fScale = (dstWidth != srcWidth || dstHeight != srcHeight); 247 Assert(fScale); 246 Assert(dstWidth != srcWidth || dstHeight != srcHeight); 248 247 249 248 RTRECT Intersection;
Note:
See TracChangeset
for help on using the changeset viewer.