summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics
Commit message (Expand)AuthorAgeFilesLines
* Switch to the new Skia PDF generation APIs.Svetoslav2013-11-071-34/+110
* Fix for Typeface.create(Typeface, style) semantics changed in KKRaph Levien2013-11-061-2/+14
* Implement language-specific GSUB processingRaph Levien2013-10-081-1/+2
* 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-0/+85
|\
| * Move PdfDocument to android.graphics.pdfSvetoslav2013-09-191-0/+85
* | 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
|\ \ | |/
| * Create a pixelref wrapper for reused bitmapsChris Craik2013-09-093-7/+55
* | Register jni objs in CreateJavaOutputStreamAdaptorLeon Scroggins III2013-09-061-66/+59
|/
* Revert workaround for Skia bug now that Skia has been fixed.Derek Sollenberger2013-09-041-2/+0
* Change name back to CreateJavaInputStreamAdaptor.Leon Scroggins III2013-09-034-20/+19
* Merge "Replace stream wrap-function w/ more specific ones" into klp-devLeon Scroggins III2013-08-299-147/+376
|\
| * Replace stream wrap-function w/ more specific onesLeon Scroggins III2013-08-279-147/+376
* | Fix unpremul setting in BitmapRegionDecoder.Leon Scroggins III2013-08-261-1/+1
|/
* Add inPremutiplied option to BitmapFactory.Options, functionality in BitmapChris Craik2013-08-207-73/+172
* Convert 4444 bitmaps to 8888Romain Guy2013-08-151-3/+6
* Merge "fix-up dependencies to gl headers" into klp-devMathias Agopian2013-08-091-0/+3
|\
| * fix-up dependencies to gl headersMathias Agopian2013-08-081-0/+3
* | Refactor Canvas.drawPicture() to delegate to PictureJonathan Dixon2013-08-081-17/+0
|/
* Clearly separate consumer and producer interfacesMathias Agopian2013-08-061-12/+39
* Changes needed to support Skia at r10377.Derek Sollenberger2013-08-014-52/+62
* Add path ops APIRomain Guy2013-07-301-6/+10
* single buffer mode for SurfaceTextureMathias Agopian2013-07-261-2/+22
* Merge "update to new Consumer APIs"Mathias Agopian2013-07-201-5/+4
|\
| * update to new Consumer APIsMathias Agopian2013-07-161-5/+4
* | Merge "Add reconfigure method to Bitmap"Chris Craik2013-07-181-0/+21
|\ \ | |/ |/|
| * Add reconfigure method to BitmapChris Craik2013-07-171-0/+21
* | Merge "always pass the BufferQueue explicitely to consumers"Mathias Agopian2013-07-161-1/+2
|\ \ | |/ |/|
| * always pass the BufferQueue explicitely to consumersMathias Agopian2013-07-121-1/+2
* | Merge "Add webp to BitmapFactory.Options outMimetype"Chris Craik2013-07-151-0/+1
|\ \ | |/ |/|
| * Add webp to BitmapFactory.Options outMimetypeChris Craik2013-07-121-0/+1
* | Trace bitmaps decodingRomain Guy2013-07-111-29/+0
|/
* Refcount 9-patches and properly handle GC eventsRomain Guy2013-06-261-99/+89
* Fix SkASSERT errors resulting from the order objects are allocatedDerek Sollenberger2013-06-241-12/+14
* make setHinting(HINTING_ON) kNormal_HintingVictoria Lease2013-06-171-1/+1
* Merge "Add support for post-decode density scaling with reuse"Chris Craik2013-06-061-61/+87
|\
| * Add support for post-decode density scaling with reuseChris Craik2013-06-051-61/+87
* | Merge "Support all formats for BitmapFactory.Options.inBitmap"Chris Craik2013-06-061-69/+72
|\ \ | |/