summaryrefslogtreecommitdiffstats
path: root/graphics
Commit message (Expand)AuthorAgeFilesLines
* Expose an API to get a bitmap's size in bytes.Jesse Wilson2011-02-162-5/+14
* Fix Paint#breakText(char[]..) JavaDocBrian Muramatsu2011-02-161-3/+1
* Deprecate ARGB_4444.Romain Guy2011-02-141-6/+62
* am affeaaed: am bbdc4ce2: Merge "clean up and add javadocs" into honeycombRobert Ly2011-02-1033-95/+246
|\
| * clean up and add javadocsRobert Ly2011-02-0933-95/+246
* | Expose several useful Bitmap APIs.Romain Guy2011-02-081-13/+11
|/
* Fixes cache misses and extra allocations.Romain Guy2011-02-031-1/+1
* Assume ARGB_8888 for unknown configs.Romain Guy2011-02-011-2/+18
* Don't convert 4444 images to 565.Romain Guy2011-01-311-2/+2
* Add SurfaceTexture docs for getTransformMatrix.Jamie Gennis2011-01-311-0/+11
* Merge "Fix for an IOOBoundsException in Paint." into honeycombGilles Debunne2011-01-281-1/+1
|\
| * Fix for an IOOBoundsException in Paint.Gilles Debunne2011-01-271-1/+1
* | Merge "Add docs about threading to SurfaceTexture." into honeycombJamie Gennis2011-01-281-3/+8
|\ \ | |/ |/|
| * Add docs about threading to SurfaceTexture.Jamie Gennis2011-01-271-3/+8
* | Update package descriptions with editorial revisions.Scott Main2011-01-261-3/+4
* | Remove unused APIRomain Guy2011-01-261-45/+0
|/
* Fix bitmap meshes to work in display lists.Romain Guy2011-01-231-1/+5
* Merge "fix bug 3375251 Copying arrays of objects would generate an exception ...Jason Sams2011-01-211-1/+1
|\
| * fix bug 3375251Jason Sams2011-01-211-1/+1
* | Update Bitmap.recycle() doc for heap-allocated pixel dataPatrick Dubroy2011-01-211-4/+6
|/
* Merge "Add support for drawBitmapMesh()." into honeycombRomain Guy2011-01-201-2/+5
|\
| * Add support for drawBitmapMesh().Romain Guy2011-01-201-2/+5
* | Properly use Long2 for "UInt2" for FieldPacker.Stephen Hines2011-01-201-3/+3
|/
* Merge "Check and propogate errors from llvm." into honeycombJason Sams2011-01-191-0/+3
|\
| * Check and propogate errors from llvm.Jason Sams2011-01-191-0/+3
* | Merge "Expose unchecked copyFrom variants." into honeycombJason Sams2011-01-191-4/+162
|\ \ | |/
| * Expose unchecked copyFrom variants.Jason Sams2011-01-191-4/+162
* | Pass SkRegion::toString() through to java.Joe Onorato2011-01-191-1/+7
|/
* Fix race condition between GC thread andJason Sams2011-01-181-1/+102
* Cleanup logs.Jason Sams2011-01-181-2/+2
* Merge "Change to stream decoding mode if the file descriptor cannot support s...Owen Lin2011-01-181-4/+16
|\
| * Change to stream decoding mode if the file descriptor cannot support seek.Owen Lin2011-01-181-4/+16
* | Merge "More docs" into honeycombAlex Sakhartchouk2011-01-175-9/+414
|\ \
| * | More docsAlex Sakhartchouk2011-01-175-9/+414
* | | Merge "Add error checks to the copyFrom functions." into honeycombJason Sams2011-01-174-11/+85
|\ \ \
| * | | Add error checks to the copyFrom functions.Jason Sams2011-01-164-11/+85
| |/ /
* | | Merge "Add BitmapFactory.Options.inMutable to load mutable bitmaps." into hon...Romain Guy2011-01-172-1/+10
|\ \ \ | |_|/ |/| |
| * | Add BitmapFactory.Options.inMutable to load mutable bitmaps.Romain Guy2011-01-172-1/+10
* | | Merge "Implement SurfaceTexture frame-available callback." into honeycombJamie Gennis2011-01-161-7/+60
|\ \ \ | |_|/ |/| |
| * | Implement SurfaceTexture frame-available callback.Jamie Gennis2011-01-161-7/+60
| |/
* | unhide functions used by reflected files for SDK.Jason Sams2011-01-163-30/+2
|/
* Merge "Don't drop the drawable cache completely on configuration change" into...Dianne Hackborn2011-01-1412-12/+12
|\
| * Don't drop the drawable cache completely on configuration changeChristopher Lais2011-01-1412-12/+12
* | Removing things that shouldn't be publicAlex Sakhartchouk2011-01-141-4/+4
|/
* Docs plus removing some junk per API review.Alex Sakhartchouk2011-01-139-50/+102
* Merge "Add getTransformMatrix to the SurfaceTexture API." into honeycombJamie Gennis2011-01-131-0/+25
|\
| * Add getTransformMatrix to the SurfaceTexture API.Jamie Gennis2011-01-121-0/+25
* | DocumentationAlex Sakhartchouk2011-01-122-14/+332
* | Merge "Implement more of copy2DRange*" into honeycombJason Sams2011-01-122-8/+78
|\ \
| * | Implement more of copy2DRange*Jason Sams2011-01-122-8/+78