summaryrefslogtreecommitdiffstats
path: root/core/jni/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Add ParcelSurfaceTexture Java class to enable ISurfaceTexture sharing via Bin...tedbo2011-06-093-3/+198
* | | Fix USE_TEXT_LAYOUT_CACHE defineFabrice Di Meglio2011-06-062-15/+29
* | | Fix crash when nesting Picture recording.Marco Nelissen2011-05-311-1/+1
* | | Merge "Fix bug #4441002 Crash in SkPathEffectGlue::OneD_constructor"Fabrice Di Meglio2011-05-181-0/+19
|\ \ \
| * | | Fix bug #4441002 Crash in SkPathEffectGlue::OneD_constructorFabrice Di Meglio2011-05-171-0/+19
* | | | Merge "Updates resulting from the Skia merge (revision 1327)"Derek Sollenberger2011-05-172-17/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Updates resulting from the Skia merge (revision 1327)Derek Sollenberger2011-05-162-17/+3
* | | | Merge "Fix bug #4415576 Gmail text looks broken"Fabrice Di Meglio2011-05-162-9/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Fix bug #4415576 Gmail text looks brokenFabrice Di Meglio2011-05-132-9/+9
* | | | Prepare OpenGLRenderer to use glyphs from TextLayoutCacheFabrice Di Meglio2011-05-132-9/+10
|/ / /
* | | am 1eb31b43: am 718516f3: am 9fd8e057: Merge "Fix memory leak of SkMovie class"Conley Owens2011-05-021-0/+5
|\ \ \ | |/ /
| * | am 718516f3: am 9fd8e057: Merge "Fix memory leak of SkMovie class"Conley Owens2011-04-291-0/+5
| |\ \ | | |/
| | * Fix memory leak of SkMovie classKimiyoshi Kusaka2011-03-281-0/+5
| | * Do not merge.Wei-Ta Chen2011-01-115-1/+362
| | * Do not merge.Wei-Ta Chen2010-10-013-332/+0
* | | Take the index parameter into account in drawTextOnPath.Romain Guy2011-04-261-1/+1
* | | Fix bug #4338103 (Android Arabic and Hebrew input is broken)Fabrice Di Meglio2011-04-251-46/+68
* | | Clean getTextRunAdvances() APIsFabrice Di Meglio2011-04-211-38/+20
* | | TextLayout cache - update size and improve loggingFabrice Di Meglio2011-04-212-4/+12
* | | Use Harfbuzz for Paint drawText / measureText / breakText APIsFabrice Di Meglio2011-04-192-11/+44
* | | Use Harfbuzz for Canvas drawText APIsFabrice Di Meglio2011-04-181-2/+37
* | | Return chars advances instead of glyphs advancesFabrice Di Meglio2011-04-182-9/+19
* | | 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