summaryrefslogtreecommitdiffstats
path: root/core/jni/android
Commit message (Expand)AuthorAgeFilesLines
* Transfer large bitmaps using ashmem.Jeff Brown2011-09-231-6/+23
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-216-138/+170
* TextLayoutCacheKey needs to store start and count.Jeff Brown2011-09-191-0/+2
* TextLayoutCache code refactoringFabrice Di Meglio2011-09-194-133/+47
* Merge "Fix potential leak in TextLayouCache"Fabrice Di Meglio2011-09-192-3/+25
|\
| * Fix potential leak in TextLayouCacheFabrice Di Meglio2011-09-182-3/+25
* | Make TextLayoutCache no more dependent on ICUFabrice Di Meglio2011-09-183-82/+75
|/
* Revert "Fix bug #5332081 TextLayoutCache needs to be able to have more cache ...Fabrice Di Meglio2011-09-186-286/+228
* Fix bug #5332081 TextLayoutCache needs to be able to have more cache hitsFabrice Di Meglio2011-09-166-228/+286
* Fix some TextLayoutCache issuesFabrice Di Meglio2011-09-132-20/+16
* Fix bug #5274332 TextLayoutCache is having multiple instancesFabrice Di Meglio2011-09-075-30/+24
* Update TextLayout loggingFabrice Di Meglio2011-08-183-17/+12
* Fix bug #5174495 Harfbuzz shaping is broken after taking care of IndicFabrice Di Meglio2011-08-161-25/+1
* Turn off hinting by default for higher density displays.Dianne Hackborn2011-08-121-2/+18
* Remove ParcelSurfaceTexture and update MediaPlayerTed Bonkenburg2011-08-111-165/+0
* Fix Harbuzz shaper for being able to do select other scripts than Common or A...Fabrice Di Meglio2011-08-091-1/+30
* Solidify and optimize Paint text related APIsFabrice Di Meglio2011-08-081-10/+92
* Merge "Revert "Adapt TextLayoutCache for new Harfbuzz scripts""Fabrice Di Meglio2011-08-081-7/+1
|\
| * Revert "Adapt TextLayoutCache for new Harfbuzz scripts"Fabrice Di Meglio2011-08-081-7/+1
* | Merge "Adapt TextLayoutCache for new Harfbuzz scripts"Russell Brenner2011-08-041-1/+7
|\ \ | |/
| * Adapt TextLayoutCache for new Harfbuzz scriptsRussell Brenner2011-08-031-1/+7
* | Add a 'release' method to the SurfaceTexture public Java APIMathias Agopian2011-08-031-0/+7
* | Merge "Reverting until we can find a better way to address this issue without...Derek Sollenberger2011-08-021-8/+0
|\ \
| * | Reverting until we can find a better way to address this issue without affect...Derek Sollenberger2011-08-021-8/+0
* | | Allow Canvas.setBitmap() to receive a null Bitmap.Romain Guy2011-08-011-3/+6
|/ /
* | Fix NinePatch decoder when the target is smaller than the source.Derek Sollenberger2011-07-291-0/+8
|/
* Fix bug #5037425 Canvas.drawText can't handle Right-to-Left text and text com...Fabrice Di Meglio2011-07-182-23/+26
* Clean test APIs for Harfbuzz supportFabrice Di Meglio2011-07-151-34/+0
* Force bitmaps to load in ARGB8888 by default.Romain Guy2011-07-141-1/+1
* Merge changes I9fb59763,I8b2c6e00Jamie Gennis2011-06-281-7/+0
|\
| * SurfaceTexture: change onFrameAvailable behaviorJamie Gennis2011-06-271-7/+0
* | am ec5039b3: am 99c070d8: am 4fea5373: Merge "Add WEBP to the list of Image f...Jean-Baptiste Queru2011-06-271-1/+5
|\ \ | |/ |/|
| * am 99c070d8: am 4fea5373: Merge "Add WEBP to the list of Image formats that s...Jean-Baptiste Queru2011-06-241-1/+5
| |\
| | * Add WEBP to the list of Image formats that support Compression.Vikas Arora2011-06-231-2/+5
| | * Tweak setViewport stuff for fwd-compatJean-Baptiste Queru2011-06-082-18/+3
| | * Adapt to latest skiaDerek Sollenberger2011-05-122-3/+2
| * | Updates resulting from the Skia merge (revision 1327)Derek Sollenberger2011-06-132-17/+3
| * | am a84d29cb: am 6714e677: Merge "Ninepatch tweaks for better interop"Jean-Baptiste Queru2011-05-122-0/+105
| |\ \ | | |/
| | * Ninepatch tweaks for better interopJean-Baptiste Queru2011-05-122-0/+105
| | * Switch to SkSafeUnref for better portabilityJean-Baptiste Queru2011-05-129-10/+10
* | | Merge "SurfaceTexture: detach from Dalvik when necessary."Jamie Gennis2011-06-261-10/+31
|\ \ \
| * | | SurfaceTexture: detach from Dalvik when necessary.Jamie Gennis2011-06-231-10/+31
* | | | Merge "Fix potential advances overrun in TextLayoutCache."Fabrice Di Meglio2011-06-241-4/+21
|\ \ \ \
| * | | | Fix potential advances overrun in TextLayoutCache.Doug Felt2011-06-241-4/+21
* | | | | Add allowSynchronousMode to SurfaceTexture constructor.Grace Kloba2011-06-231-3/+3
* | | | | Merge "Add method to create a ParcelSurfaceTexture from android.view.Surface."tedbo2011-06-231-3/+16
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Add method to create a ParcelSurfaceTexture from android.view.Surface.tedbo2011-06-221-3/+16
| |/ / /
* | | | Fix the issue where onFrameAvailable is not triggered if SurfaceTexture is in...Grace Kloba2011-06-221-1/+8
|/ / /
* | | SurfaceTexture: attach to Dalvik when needed.Jamie Gennis2011-06-171-5/+27
* | | Support for setting a ParcelSurfaceTexture as the MediaPlayer sink.tedbo2011-06-132-33/+2