forked from hex007/freej2me
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PlatformImage: Fix TRANS_MIRROR_ROT90 transform and optimize ROT180
There was a commit a while ago fixing the optimized MIRROR_ROT270 transform in a similar manner, so ROT90 being broken was kinda expected. Also, ROT180 can be optimized a bit further by using the same half-width inner loop logic from TRANS_MIRROR to cut on overall loop iterations. Speaking of TRANS_MIRROR, the "tempPixel" variable wasn't actually needed there, so it was removed.
- Loading branch information
1 parent
48c8ac4
commit 4b422fc
Showing
1 changed file
with
15 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters