summaryrefslogtreecommitdiffstats
path: root/jni/filters/geometry.c
Commit message (Collapse)AuthorAgeFilesLines
* jni: fix C99 inline linkingsynergydev2013-12-061-8/+8
| | | | | | | | | | | | Clang builds C code according to the C99 standard, which provides different semantics for the inline keyword than GCC's default behavior. This is the correct behavior without any gnu extensions. See here: http://clang.llvm.org/compatibility.html#inline Change-Id: I831a5189e027a2f0cb3c7d9cda56bd3701502863
* Implementing Geometry save operations.Ruben Brunk2012-10-091-32/+116
| | | | | | Bug: 7224232 Bug: 7218935 Change-Id: I83e5f8a5dc29c5b6be0bb69f10eadf823122bb97
* Added the rest of the Geometryfilter stubs.Ruben Brunk2012-10-081-2/+66
| | | | | | Bug: 7224232 Bug: 7218935 Change-Id: I9ebbc4a98b5696e1514995e465aa4e145fdfa4f8
* Added stub for applying geometry flip.Ruben Brunk2012-10-081-0/+36
Bug: 7224232 Bug: 7218935 Change-Id: Iaeea6a94f4fea44a8046f09a0fce72fe32ed7cc0