summaryrefslogtreecommitdiffstats
path: root/core/jni/android
Commit message (Expand)AuthorAgeFilesLines
* Merge "Add Unicode BiDi Algo before drawing text in Canvas"Fabrice Di Meglio2011-04-185-53/+166
|\
| * Add Unicode BiDi Algo before drawing text in CanvasFabrice Di Meglio2011-04-155-53/+166
* | Merge "Don't allocate a raw object then call its constructor manually..."Elliott Hughes2011-04-132-31/+13
|\ \
| * | Don't allocate a raw object then call its constructor manually...Elliott Hughes2011-04-122-31/+13
* | | Remove useless forward declarations.Elliott Hughes2011-04-1211-69/+53
|/ /
* | More native code cleanup.Elliott Hughes2011-04-121-34/+29
* | You don't need to poke around inside FileDescriptor manually.Elliott Hughes2011-04-112-66/+29
* | Merge "More JNI exception-throwing cleanup."Elliott Hughes2011-04-082-16/+15
|\ \ | |/ |/|
| * More JNI exception-throwing cleanup.Elliott Hughes2011-04-082-16/+15
* | Merge "TextLayoutCache - add glyphs caching"Fabrice Di Meglio2011-04-086-98/+190
|\ \ | |/ |/|
| * TextLayoutCache - add glyphs cachingFabrice Di Meglio2011-04-086-98/+190
* | Use jniThrowException for exception throwing from native code.Elliott Hughes2011-04-075-177/+154
|/
* Don't use local ref for cached jclass reference in JNI codeBrian Carlstrom2011-04-061-1/+0
* TextLayoutCache - more code refactoringFabrice Di Meglio2011-04-052-275/+330
* Code refactoring for TextLayoutCacheFabrice Di Meglio2011-04-054-36/+36
* Merge "Code cleaning - suppress non useful code"Fabrice Di Meglio2011-03-301-15/+0
|\
| * Code cleaning - suppress non useful codeFabrice Di Meglio2011-03-301-15/+0
* | Update TextLayoutCache key for supporting more SkPaint propertiesFabrice Di Meglio2011-03-301-12/+21
|/
* Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-297-61/+157
* Fix text redering issue where the text was sometimes truncatedFabrice Di Meglio2011-03-241-2/+2
* Merge "Use Harfbuzz instead of ICU4C for computing advances"Fabrice Di Meglio2011-03-237-5/+510
|\
| * Use Harfbuzz instead of ICU4C for computing advancesFabrice Di Meglio2011-03-227-5/+510
* | Update GL textures when changing a Bitmap's pixelsRomain Guy2011-03-211-0/+3
* | Add support for timestamps into SurfaceTexture.Eino-Ville Talvala2011-03-171-1/+8
* | am b245e31f: am ee7ace06: Merge "Fix rendering artifact in edge fades. Bug #4...Romain Guy2011-03-141-4/+16
|\ \
| * \ Merge "Fix rendering artifact in edge fades. Bug #4092053" into honeycomb-mr1Romain Guy2011-03-141-4/+16
| |\ \
| | * | Fix rendering artifact in edge fades.Romain Guy2011-03-141-4/+16
* | | | am dd264f21: am 76470914: Merge "Bug 3515073 Add ANativeWindow_fromSurfaceTex...Glenn Kasten2011-03-111-0/+10
|\ \ \ \ | |/ / /
| * | | Merge "Bug 3515073 Add ANativeWindow_fromSurfaceTexture" into honeycomb-mr1Glenn Kasten2011-03-111-0/+10
| |\ \ \ | | |/ / | |/| |
| | * | Bug 3515073 Add ANativeWindow_fromSurfaceTextureGlenn Kasten2011-03-041-0/+10
* | | | am a2048056: am 2498b4b8: Merge "Fix 3510563: memory leak in BitmapRegionDeco...Wei-Ta Chen2011-03-091-1/+1
|\ \ \ \ | |/ / /
| * | | Fix 3510563: memory leak in BitmapRegionDecoder.Chih-Chung Chang2011-03-081-1/+1
| |/ /
* | | Add ifdef to prevent header being added multiple times.Leon Scroggins2011-03-041-0/+4
| |/ |/|
* | Merge "Add TextLayout Cache"Fabrice Di Meglio2011-03-035-89/+613
|\ \
| * | Add TextLayout CacheFabrice Di Meglio2011-03-025-89/+613
* | | Move NinePatchPeeker into its own file.Leon Scroggins2011-03-033-59/+102
| |/ |/|
* | Merge "Detect out of memory in extractAlpha"Eric Hassold2011-02-241-1/+7
|\ \
| * | Detect out of memory in extractAlphaEric Hassold2011-02-241-1/+7
* | | Merge "Skia Merge (revision 808)"Derek Sollenberger2011-02-249-10/+10
|\ \ \
| * | | Skia Merge (revision 808)Derek Sollenberger2011-02-229-10/+10
| |/ /
* | | Add a new Camera API to control the camera's locationRomain Guy2011-02-231-0/+14
| |/ |/|
* | Code cleaningFabrice Di Meglio2011-02-222-15/+52
|/
* Use JNI helper function to get buffer addressAndy McFadden2011-02-081-2/+4
* Fix crash when Paths are GCd in hw accelerated appsChet Haase2011-02-041-1/+2
* Pass SkRegion::toString() through to java.Joe Onorato2011-01-191-0/+11
* Merge "Change to stream decoding mode if the file descriptor cannot support s...Owen Lin2011-01-181-0/+10
|\
| * Change to stream decoding mode if the file descriptor cannot support seek.Owen Lin2011-01-181-0/+10
* | Merge "Add BitmapFactory.Options.inMutable to load mutable bitmaps." into hon...Romain Guy2011-01-171-3/+11
|\ \ | |/ |/|
| * Add BitmapFactory.Options.inMutable to load mutable bitmaps.Romain Guy2011-01-171-3/+11
* | Merge "Support non-rectangular input regions." into honeycombJeff Brown2011-01-162-5/+58
|\ \