summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove deprecated BufferQueue constructor"Dan Stoza2014-03-181-21/+24
|\
| * Remove deprecated BufferQueue constructorDan Stoza2014-03-121-21/+24
* | am 6cf9aa2e: am b4b431b0: am d2133079: am 7c0dfed5: Merge "Pass int32_t for J...Narayan Kamath2014-03-181-7/+16
|\ \
| * \ am d2133079: am 7c0dfed5: Merge "Pass int32_t for JNI calls to java Input/Out...Narayan Kamath2014-03-181-7/+16
| |\ \
| | * | Pass int32_t for JNI calls to java Input/Output streams.Ashok Bhat2014-03-171-7/+16
| * | | am 2fd045c0: DO NOT MERGE - merge nativeDecodeFileDescriptor fixes into KLP-M...Leon Scroggins III2014-03-171-22/+47
| |\ \ \
| | * | | DO NOT MERGE - merge nativeDecodeFileDescriptor fixes into KLP-MR2Leon Scroggins III2014-03-171-22/+47
| * | | | am f8d8777d: Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-1714-111/+151
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-1714-111/+151
* | | | malloc some advancesVictoria Lease2014-03-171-1/+2
| |_|/ |/| |
* | | Fix scaleNinePatch.Narayan Kamath2014-03-111-1/+1
* | | resolved conflicts for merge of 92860a74 to masterNarayan Kamath2014-03-104-20/+27
|\ \ \ | |/ /
| * | LP64: Make 9 patches architecture agnostic.Narayan Kamath2014-03-104-20/+27
| * | Fix several bad function definitions.Narayan Kamath2014-02-201-6/+7
* | | Add Path.isConvex, and force View outlines to be convexChris Craik2014-03-031-1/+7
* | | Call correct MaskFilter factory methodChris Craik2014-02-281-2/+2
* | | Fix use of Skia deprecated methodsChris Craik2014-02-282-7/+8
* | | Fix includes so that they no longer rely on the global Skia includes director...Derek Sollenberger2014-02-271-1/+1
* | | Updates to the Skia API needed to merge the WebView m33 version of Skia.Derek Sollenberger2014-02-246-18/+44
* | | Update framework to enable Skia to run in debug mode.Derek Sollenberger2014-02-202-2/+1
* | | Remove call to setIsOpaque (again).Leon Scroggins2014-02-171-1/+0
* | | am d350af96: am b90fc64b: am f44a3f1e: Merge "Use long for pointers in EmojiF...Narayan Kamath2014-02-111-12/+12
|\ \ \ | |/ /
| * | Use long for pointers in EmojiFactory and PdfDocumentAshok Bhat2014-01-311-12/+12
| |/
* | Merge "Decode file descriptor from the correct offset."Leon Scroggins III2014-02-101-21/+42
|\ \
| * | Decode file descriptor from the correct offset.Leon Scroggins III2014-02-061-21/+42
* | | Removing SkiaColorFilter and inspecting the native object directly.Derek Sollenberger2014-02-071-63/+4
* | | Fix several bad function definitions.Narayan Kamath2014-02-061-6/+7
* | | Pass a thread name to AttachCurrentThreadAndy McFadden2014-02-041-1/+2
* | | Revert "Add Path trimming."George Mount2014-01-311-50/+0
|/ /
* | Merge "Path.native_trim should return long, not int."Narayan Kamath2014-01-291-4/+4
|\ \
| * | Path.native_trim should return long, not int.Narayan Kamath2014-01-291-4/+4
* | | am 1caea796: am c74f7619: am cdc095ae: am 7be33110: am d4ccffd3: Merge "AArch...Narayan Kamath2014-01-291-14/+19
|\ \ \ | | |/ | |/|
| * | Merge "AArch64: Use long for pointers in graphics/Interpolator"Narayan Kamath2014-01-291-14/+19
| |\ \
| | * | AArch64: Use long for pointers in graphics/InterpolatorAshok Bhat2014-01-161-14/+19
* | | | am 67ac8120: am 0cc4bb1f: am e4fc5c17: am 74db9ddb: am 887b1ca8: Merge "AArch...Narayan Kamath2014-01-291-11/+11
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge "AArch64: Use long for pointers in SurfaceTexture"Narayan Kamath2014-01-291-11/+11
| |\ \
| | * | AArch64: Use long for pointers in SurfaceTextureAshok Bhat2014-01-161-11/+11
| | |/
| * | AArch64: Use long for pointers in graphics/CameraAshok Bhat2014-01-281-28/+46
| * | AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-2820-992/+1417
* | | AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-2821-1035/+1482
* | | am 698d3673: am 4a750c1f: am 15594557: am 137d74d8: am db525724: Merge "Fix d...Mathieu Chartier2014-01-271-6/+6
|\ \ \ | |/ /
| * | Fix dest == src bugs in Matrix.cpp.Mathieu Chartier2014-01-251-6/+6
| |/
* | Revert "AArch64: Make graphics classes 64-bit compatible"Narayan Kamath2014-01-2721-1482/+1034
* | AArch64: Make graphics classes 64-bit compatibleAshok Bhat2014-01-2721-1034/+1482
* | am 8492e88a: am 077386db: am 6b81bfd1: am caea42fd: am 98002dfb: Merge "AArch...Narayan Kamath2014-01-161-36/+62
|\ \ | |/
| * Merge "AArch64: Use long for pointers in graphics/PathMeasure"Narayan Kamath2014-01-161-36/+62
| |\
| | * AArch64: Use long for pointers in graphics/PathMeasureAshok Bhat2014-01-131-36/+62
* | | am 419267a1: am 213f243f: am 87a82800: am aef12450: am 1b0f0be0: Merge "Make ...Narayan Kamath2014-01-161-4/+4
|\ \ \ | |/ /
| * | Merge "Make YuvToJpegEncoder more JNI compliant"Narayan Kamath2014-01-161-4/+4
| |\ \
| | * | Make YuvToJpegEncoder more JNI compliantAshok Bhat2014-01-131-4/+4
| | |/