summaryrefslogtreecommitdiffstats
path: root/core/jni/android
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Support non-rectangular input regions.Jeff Brown2011-01-162-5/+58
| |/
* | Implement SurfaceTexture frame-available callback.Jamie Gennis2011-01-161-30/+94
|/
* Add getTransformMatrix to the SurfaceTexture API.Jamie Gennis2011-01-121-0/+10
* Add the SurfaceTexture java class.Jamie Gennis2011-01-061-0/+110
* Keep a reference to the local matrix.Romain Guy2011-01-041-6/+0
* Fix a constructor declaration to match its definition.Carl Shapiro2010-12-171-1/+1
* Eliminate tracked allocations and the inNativeAlloc option.Carl Shapiro2010-12-174-129/+6
* Allow a JNI local ref to be passed directly into globalRef().Patrick Dubroy2010-12-152-4/+17
* Turn fatal assertion in decodeRegion into a warning.Patrick Dubroy2010-12-153-6/+24