summaryrefslogtreecommitdiffstats
path: root/core/jni/android
Commit message (Expand)AuthorAgeFilesLines
* am bbf82665: am 6e2fb587: Merge "LP64: Make 9 patches architecture agnostic."Narayan Kamath2014-03-114-20/+27
|\
| * LP64: Make 9 patches architecture agnostic.Narayan Kamath2014-03-104-20/+27
* | am fca204a4: am 05cebdc2: Merge "Fix several bad function definitions."Narayan Kamath2014-03-071-6/+7
|\ \ | |/
| * Fix several bad function definitions.Narayan Kamath2014-02-201-6/+7
* | am 74ca3fd3: am bc57651f: Merge "DO NOT MERGE - merge nativeDecodeFileDescrip...Leon Scroggins III2014-03-071-22/+47
|\ \
| * | DO NOT MERGE - merge nativeDecodeFileDescriptor fixes into KLP-MR2Leon Scroggins III2014-03-071-22/+47
* | | Merge "resolved conflicts for merge of 8d3281f5 to klp-dev-plus-aosp" into kl...Leon Scroggins III2014-03-0715-116/+156
|\ \ \ | |_|/ |/| |
| * | resolved conflicts for merge of 8d3281f5 to klp-dev-plus-aospLeon Scroggins III2014-03-0615-116/+156
| |\ \ | | |/
| | * Update framework to use M33 Skia. DO NOT MERGELeon Scroggins III2014-03-0615-116/+155
* | | Use long for pointers in EmojiFactory and PdfDocumentAshok Bhat2014-01-311-12/+12
|/ /
* | 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
* | | 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-2821-1002/+1427
* | | Fix dest == src bugs in Matrix.cpp.Mathieu Chartier2014-01-251-6/+6
|/ /
* | 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
* | | Merge "Make YuvToJpegEncoder more JNI compliant"Narayan Kamath2014-01-161-4/+4
|\ \ \
| * | | Make YuvToJpegEncoder more JNI compliantAshok Bhat2014-01-131-4/+4
| |/ /
* | | AArch64: Use long for pointers in BitmapRegionDecoderAshok Bhat2014-01-152-16/+20
* | | AArch64: Use long for pointers in Movie classAshok Bhat2014-01-151-18/+19
|/ /
* | Merge commit 'bac61807d3bcfff957b358cb9ad77850bd373689' into HEADThe Android Open Source Project2013-12-053-37/+126
|\ \
| * \ am 134631b9: am 90242fe5: Merge "Switch to the new Skia PDF generation APIs."...Svetoslav2013-11-071-34/+110
| |\ \ | | |/
| | * Switch to the new Skia PDF generation APIs.Svetoslav2013-11-071-34/+110
| * | am 30a3ef6c: am c89eaf91: Merge "Fix for Typeface.create(Typeface, style) sem...Victoria Lease2013-11-061-2/+14
| |\ \ | | |/
| | * Fix for Typeface.create(Typeface, style) semantics changed in KKRaph Levien2013-11-061-2/+14
| * | am 54b7e3e8: am a80d6424: Merge "Implement language-specific GSUB processing"...Victoria Lease2013-10-211-1/+2
| |\ \ | | |/
| | * Implement language-specific GSUB processingRaph Levien2013-10-081-1/+2
| * | am 2ec939ba: am cf4c7bdd: Merge "Fix whitespace issues after casts."Elliott Hughes2013-10-181-3/+3
| |\ \
| * \ \ am 4a5b3f0a: am ac6e036a: Merge "Remove dependency on jniGetNonMovableArrayEl...Elliott Hughes2013-10-181-6/+21
| |\ \ \ | | |_|/ | |/| |
* | | | Use exceptionCheck after VMRuntime.newNonMovableArray/addressOf.Mathieu Chartier2013-12-041-9/+13
* | | | Merge commit 'b873a17ce7be0a9771c24999adca6964431728f6' into HEADThe Android Open Source Project2013-11-2222-617/+1030
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge "Do not attempt to decode NULL SkData." into klp-devLeon Scroggins III2013-10-081-0/+3
| |\ \
| | * | Do not attempt to decode NULL SkData.Leon Scroggins III2013-10-071-0/+3
| * | | reset mShapingPaint's SkTypeface before we use itVictoria Lease2013-10-041-0/+1
| |/ /
| * | Fix Java API error where requesting another style for a provided family failsDerek Sollenberger2013-09-231-1/+7
| * | Merge "Move PdfDocument to android.graphics.pdf" into klp-devSvetoslav2013-09-201-15/+12
| |\ \
| | * | Move PdfDocument to android.graphics.pdfSvetoslav2013-09-191-15/+12
| * | | Merge "Skip writing zeroes to java allocated memory." into klp-devLeon Scroggins III2013-09-191-1/+9
| |\ \ \
| | * | | Skip writing zeroes to java allocated memory.Leon Scroggins III2013-09-191-1/+9
| | |/ /
| * | | Update SkTypeface::CreateFromName to handle NULL if familyName does not matchDerek Sollenberger2013-09-191-5/+7
| |/ /
| * | Use a native buffer for decoding images.Leon Scroggins III2013-09-184-215/+36
| * | Do not allocate so much memory on the stack.Leon Scroggins III2013-09-121-11/+20
| * | Merge "Surface: Change OutOfResourcesException to be a runtime exception" int...Igor Murashkin2013-09-111-1/+1
| |\ \
| | * | Surface: Change OutOfResourcesException to be a runtime exceptionIgor Murashkin2013-09-091-1/+1
| * | | Merge "Avoid ref-ing AndroidPixelRefs that wrap others in globalRef/Unref" in...Chris Craik2013-09-111-2/+10
| |\ \ \ | | |/ / | |/| |
| | * | Avoid ref-ing AndroidPixelRefs that wrap others in globalRef/UnrefChris Craik2013-09-101-2/+10
| * | | Merge "Create a pixelref wrapper for reused bitmaps" into klp-devChris Craik2013-09-093-7/+55
| |\ \ \ | | |/ /