summaryrefslogtreecommitdiffstats
path: root/core/jni/android
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'android-6.0.1_r74' into HEADJessica Wagantall2016-11-094-10/+11
|\
| * Ensure munmap matches mmapJohn Reck2016-09-274-10/+11
* | Merge tag 'android-6.0.1_r22' of https://android.googlesource.com/platform/fr...Steve Kondik2016-03-111-0/+1
|\ \
| * | Log errno when dup fd cannot be allocatedErik Wolsheimer2015-11-161-0/+1
| * | Limit persistent ashmem backed fds to a minimum of 128kB.Riley Andrews2015-11-031-1/+2
* | | Merge tag 'android-6.0.1_r3' of https://android.googlesource.com/platform/fra...Steve Kondik2015-12-071-1/+2
|\ \ \ | | |/ | |/|
| * | Limit persistent ashmem backed fds to a minimum of 128kB.Riley Andrews2015-11-031-1/+2
| |/
* | Frequently used OpenGL ES methods whitelisted for fast JNI pathDaniil Sokolov2015-11-071-2/+2
|/
* Yell loudly about undefined behind in Bitmap, but work anywayJohn Reck2015-08-031-1/+0
* Fix bitmap get/set pixels for ALPHA_8Chris Craik2015-07-241-0/+21
* JNI optimization tweaks to Paint high-frequency methodsJohn Reck2015-07-101-8/+6
* Create a thread_local cache for textLocaleJohn Reck2015-07-101-3/+14
* Deep-copying sucks when all you want is a borrowJohn Reck2015-07-092-2/+2
* Make measureText(String, int, int) not use contextRaph Levien2015-06-241-1/+3
* Fixes for Region_writeToParcel.Leon Scroggins III2015-06-171-3/+12
* Merge "Workaround shader crash" into mnc-devChris Craik2015-06-111-1/+5
|\
| * Workaround shader crashChris Craik2015-06-101-1/+5
* | Add more specific consumer names for common buffer queue endpoints.Eino-Ville Talvala2015-06-091-0/+11
|/
* Fix Bitmap parceling through ashmem.Jeff Brown2015-06-063-85/+122
* Update the pdfium library - frameworkSvet Ganov2015-06-042-9/+9
* Apply contextStart consistently in getRunAdvanceRaph Levien2015-06-031-1/+2
* Fix reconfigure & setPremult alpha handlingJohn Reck2015-05-272-7/+25
* Fix overflow in NinePatchImpl.Leon Scroggins III2015-05-211-1/+4
* Merge "Check that the parcel contained the expected amount of region data." i...Derek Sollenberger2015-05-191-3/+7
|\
| * Check that the parcel contained the expected amount of region data.Derek Sollenberger2015-05-181-3/+7
* | Add internal bitmap api for creating immutable ashmem backed bitmaps.Riley Andrews2015-05-183-0/+53
* | Use ashmem to optimize all bitmap copies.Riley Andrews2015-05-184-35/+204
|/
* Merge "Ensure that unparcelling Region only reads the expected number of byte...Derek Sollenberger2015-05-181-3/+8
|\
| * Ensure that unparcelling Region only reads the expected number of bytesDerek Sollenberger2015-05-131-3/+8
* | Merge "SkScalarDiv and its variants are deprecated" into mnc-devJérôme Poichet2015-05-162-4/+3
|\ \
| * | SkScalarDiv and its variants are deprecatedMike Reed2015-05-132-4/+3
| |/
* | Check for setting to already setJohn Reck2015-05-141-0/+7
* | Replace JNI primitive array critical calls with non-critical ones.Hiroshi Yamauchi2015-05-121-7/+105
|/
* Update the rowBytes when reconfiguring to match the new imageInfo.Derek Sollenberger2015-05-071-1/+1
* Add warning if an in-use Bitmap is reconfiguredJohn Reck2015-05-065-24/+43
* Attempt to solve the double-GC problemJohn Reck2015-05-046-330/+645
* Remove Bitmap#getSkBitmapJohn Reck2015-05-011-21/+24
* Move AssetAtlas off of SkBitmap*John Reck2015-05-011-0/+8
* A bunch more cleanupsJohn Reck2015-04-301-4/+5
* Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-306-21/+39
* GraphicsJNI Canvas cleanupJohn Reck2015-04-222-5/+4
* Merge "Add Paint methods for cursor positioning"Raph Levien2015-04-201-13/+63
|\
| * Add Paint methods for cursor positioningRaph Levien2015-04-141-13/+63
* | Revert "Change how Java Bitmaps are accessed in a few places"John Reck2015-04-206-41/+21
* | Change how Java Bitmaps are accessed in a few placesJohn Reck2015-04-136-21/+41
* | Remove user of GraphicsJNI::createBitmapJohn Reck2015-04-102-0/+7
* | Merge "Don't use context in measureText(char[])"Raph Levien2015-04-061-1/+2
|\ \ | |/ |/|
| * Don't use context in measureText(char[])Raph Levien2015-04-031-1/+2
* | Add Paint.hasGlyph methodRaph Levien2015-04-022-1/+67
|/
* Calculate line breaks using MinikinRaph Levien2015-03-263-27/+30