summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics
Commit message (Expand)AuthorAgeFilesLines
* Check that the parcel contained the expected amount of region data. DO NOT MERGELeon Scroggins III2015-10-181-2/+6
* Fix for CVE-2015-1536Wolfgang Wiedmeyer2015-10-181-5/+11
* core/jni/android/graphics: Cache copy of pre-scaled BitmapsLucas Crowthers2013-03-042-3/+31
* frameworks/base: vectorize Bitmap operationsLucas Crowthers2013-02-271-10/+16
* Allow purging of asset bitmapsConn O'Griofa2013-01-201-2/+10
* Don't null the reference to Bitmap pixels until we're really readyChet Haase2012-10-221-4/+4
* Merge "Fix native crash while saving a panorama." into jb-mr1-devBart Sears2012-10-172-5/+11
|\
| * Fix native crash while saving a panorama.Wu-cheng Li2012-10-172-5/+11
* | Add API to enable mipmaps on BitmapRomain Guy2012-10-161-1/+12
|/
* fix wrong read size in ToColor_S4444_OpaqueKeun young Park2012-10-121-1/+1
* Fix for 7281523 android.text.cts.SelectionTest#testMoveRight failuresRaph Levien2012-10-041-1/+1
* Fix for testPaintFlagsDrawFilter CTS testRaph Levien2012-10-031-1/+10
* Fix for bug 7234184 F/TextLayoutCache: Failed to put an entry...Raph Levien2012-10-022-28/+16
* Fix texture corruptionChet Haase2012-09-301-0/+3
* Fix for bug 6936752 Tamil text gets truncated on right-hand sideRaph Levien2012-09-241-14/+15
* Fix for native crash on image decode OOMRaph Levien2012-09-201-1/+3
* Merge "SurfaceTexture: remove call to doGLFenceWait" into jb-mr1-devJamie Gennis2012-09-181-4/+0
|\
| * SurfaceTexture: remove call to doGLFenceWaitJamie Gennis2012-09-171-4/+0
* | am e5905684: am eceb3171: am f4afc401: Merge "framework: fix bug for uninitia...Raph Levien2012-09-141-1/+1
|\ \ | |/ |/|
| * am f4afc401: Merge "framework: fix bug for uninitialized variable"Raph Levien2012-09-141-1/+1
| |\
| | * framework: fix bug for uninitialized variableZhou Chang2012-08-311-1/+1
* | | Merge "Fix for b7155617 race condition in TextLayoutCache.cpp" into jb-mr1-devRaph Levien2012-09-122-4/+5
|\ \ \
| * | | Fix for b7155617 race condition in TextLayoutCache.cppRaph Levien2012-09-122-4/+5
* | | | SurfaceTexture: add updateTexImage synchronizationJamie Gennis2012-09-091-0/+4
|/ / /
* | | am 14c0c989: am 4ba4caed: Merge "Fix SkBitmap::fPixels not being locked corre...Jean-Baptiste Queru2012-08-291-2/+12
|\ \ \ | |/ /
| * | am 4ba4caed: Merge "Fix SkBitmap::fPixels not being locked correctly"Jean-Baptiste Queru2012-08-291-2/+12
| |\ \ | | |/
| | * Fix SkBitmap::fPixels not being locked correctlyMichal Stawinski2012-08-291-2/+12
* | | DO NOT MERGE Han PreferenceBilly Hewlett2012-08-203-7/+64
* | | Improve gradientsRomain Guy2012-07-311-8/+38
* | | am 97e27072: am dfac68ea: Merge "Corrected typo when checking InputStream met...Romain Guy2012-07-271-1/+1
|\ \ \ | |/ /
| * | am dfac68ea: Merge "Corrected typo when checking InputStream methods"Romain Guy2012-07-271-1/+1
| |\ \ | | |/
| | * Corrected typo when checking InputStream methodsEdward Savage-Jones2012-07-271-1/+1
| * | Properly resize paletted bitmaps when adjusting for densityRomain Guy2012-07-101-1/+12
| |/
* | Increase text layout cache size in bytesRaph Levien2012-07-181-1/+1
* | Fix overly verbose logging in TextLayoutCacheRaph Levien2012-07-181-1/+1
* | Software-only implementation of glyph positioning (bug 5443796)Raph Levien2012-07-173-23/+111
* | Merge "Remove hardcoded typeface pointers"Victoria Lease2012-07-112-167/+41
|\ \
| * | Remove hardcoded typeface pointersBilly Hewlett2012-07-112-167/+41
* | | Properly resize paletted bitmaps when adjusting for densityRomain Guy2012-07-101-1/+12
|/ /
* | Initialize shaper offset array. Needed for bug 5443796.Raph Levien2012-06-262-7/+8
* | Fix broken build when DEBUG_GLYPHS is setRaph Levien2012-06-251-2/+2
* | Revert "Revert "Use Elegant fonts for Webkit, Compact fonts for Textview""Billy Hewlett2012-06-212-13/+24
* | Revert "Use Elegant fonts for Webkit, Compact fonts for Textview"Billy Hewlett2012-06-212-24/+13
* | Use Elegant fonts for Webkit, Compact fonts for TextviewBilly Hewlett2012-06-202-13/+24
* | Merge "Fix hardcoded font path. Allow adding new font path thru Skia changes....Victoria Lease2012-06-072-21/+14
|\ \ | |/ |/|
| * Fix hardcoded font path. Allow adding new font path thru Skia changes.Billy Hewlett2012-06-042-21/+14
* | Fix bug 6558006: SystemUI native heap is huge. Fix memory leakRaph Levien2012-06-021-0/+4
|/
* Nvidia's patch for reusing bitmap in image region decoding.Owen Lin2012-05-172-8/+22
* Fix bug #6495019 Character gets garbled when locale is changedFabrice Di Meglio2012-05-152-10/+33
* Merge "Fix possible leak in bitmap decoding." into jb-devJeff Brown2012-05-091-2/+3
|\