summaryrefslogtreecommitdiffstats
path: root/services/surfaceflinger/Transform.h
Commit message (Collapse)AuthorAgeFilesLines
* SurfaceFlinger: SCALING_MODE_FREEZE cropping supportJamie Gennis2012-05-091-1/+1
| | | | | | | | | This change adss support for applying a buffer crop to layers with the SCALING_MODE_FREEZE scaling mode. These layers do not scale the image, but rather treat all pixels outside the crop rectangle as fully transparent. Change-Id: I762518e56a37aef7747f9b581df2f2589b232c49 Bug: 6299171
* fix Surface positions are not floatsMathias Agopian2011-08-301-2/+2
| | | | | | | | Added Surface.setPosition(float, float) which allows to set a surface's position in float. Bug: 5239859 Change-Id: I903aef4ad5b5999142202fb8ea30fe216d805711
* fix [3118445] Transform * Transform does not work as expectedMathias Agopian2010-10-241-4/+5
| | | | | | | | | | | | The problem wasn't in the multiply operator, but rather in the code that built the transform from the HAL bitmask. We now use the multiply operator to build the Transform from the bitmask, which guarantees, it'll always be correct. Also added a simple test for Transform. Change-Id: I09bf3b0e51d92f59d83ea91c4cc94fc2aa0bf227
* move native services under services/Mathias Agopian2010-07-141-0/+126
moved surfaceflinger, audioflinger, cameraservice all native services should now reside in this location. Change-Id: Iee42b83dd2a94c3bf5107ab0895fe2dfcd5337a8