summaryrefslogtreecommitdiffstats
path: root/core/jni/android
Commit message (Expand)AuthorAgeFilesLines
* am 9f7257f0: am 8d124f70: Merge "Fix a bug, where one thread is using JNIEnv ...Wei-Ta Chen2010-08-212-9/+22
|\
| * Fix a bug, where one thread is using JNIEnv associated with another thread.Wei-Ta Chen2010-08-192-9/+22
* | Fix the build.Romain Guy2010-08-191-1/+2
* | Load assets in place instead of deferring until draw.Romain Guy2010-08-191-4/+2
* | am 81dcea60: am f1f48bc7: Do JPEG tile-based decoding.Joseph Wen2010-08-179-140/+506
|\ \ | |/
| * Do JPEG tile-based decoding.Joseph Wen2010-08-179-140/+506
| * Fixed bug in BitmapFactory.decodeStreamGilles Debunne2010-07-231-3/+5
* | Add drop shadows.Romain Guy2010-08-131-1/+1
* | Add extra blending modes.Romain Guy2010-08-101-7/+3
* | Fix tons of bugs and add new text rendering support.Romain Guy2010-08-103-8/+21
* | Make libhwui entirely optional.Romain Guy2010-08-083-36/+56
* | Add support for ColorFilters.Romain Guy2010-08-021-19/+46
* | Refactor Skia shaders handling.Romain Guy2010-07-301-75/+116
* | Fix text corruption when rendering RTL enabled text.Romain Guy2010-07-262-5/+7
* | Add text alignment support to drawText().Romain Guy2010-07-232-21/+33
* | Add preliminary support for text rendering.Romain Guy2010-07-201-1/+7
* | Merge "Add plumbing to support gradients in OpenGL renderer."Romain Guy2010-07-161-7/+68
|\ \
| * | Add plumbing to support gradients in OpenGL renderer.Romain Guy2010-07-161-7/+68
* | | Fixed bug in BitmapFactory.decodeStreamGilles Debunne2010-07-151-3/+5
|/ /
* | Support bidi/shaping for getTextPathDoug Felt2010-07-124-305/+435
* | Support bidi layout for drawTextOnPath.Doug Felt2010-07-071-137/+188
* | Add new API to check whether a Bitmap was modified.Romain Guy2010-06-151-0/+5
* | Move shaping to native.Doug Felt2010-06-102-63/+269
* | Modify Canvas drawText to run bidi and shape.Doug Felt2010-05-121-36/+219
|/
* update dox that we ignore the exact parameter on computeBoundsMike Reed2010-03-251-2/+2
* If we detect a 9patch chunk, force the config chooser to avoid 565, with its ...Mike Reed2010-03-241-2/+18
* force purgeability for assetsMike Reed2010-03-101-4/+8
* YuvImage: jpeg_set_quality() should be called after jpeg_set_defaults().Chia-chi Yeh2010-03-101-5/+2
* Add a LOG_TAG for android.graphics.Graphics JNI.Ficus Kirkpatrick2010-03-091-0/+2
* hidden api sameAs() to compare the pixels of 2 bitmaps for equalityMike Reed2010-03-081-1/+49
* Add ImageFormat.java and move the Camera/YUV constants from PixelFormat to it.Mathias Agopian2010-02-181-2/+2
* get rid off the YUV formats at the libui layerMathias Agopian2010-02-161-3/+4
* Add a Java API that converts yuv data to a jpeg.Wei-Ta Chen2010-01-272-0/+326
* add API to change default config on image decoders.Mike Reed2010-01-261-1/+19
* A library for encoding and decoding ETC1 textures.Jack Palevich2009-12-311-0/+309
* throw if we have a null typeface native instance (so we don't crash in native...Mike Reed2009-12-171-1/+1
* am 1864d01f: Merge change Iae849da2 into eclairMike Reed2009-10-301-0/+21
|\
| * add table maskfilterMike Reed2009-10-301-0/+21
* | add boundary patchMike Reed2009-10-283-8/+57
|/
* add (hidden) setHasAlpha() to allow clients like the view's cache to hint tha...Mike Reed2009-10-071-0/+6
* Hack to fix issue #2125365: Sports Trivia compatability with EclairDianne Hackborn2009-09-281-5/+5
* Merge change 26851 into eclairAndroid (Google) Code Review2009-09-241-3/+4
|\
| * use new setDither on ImageRef to retain that setting for purgeable imagesMike Reed2009-09-241-3/+4
* | Fix issue #2125720 Weather Forecast Widget - graphics do not scaleDianne Hackborn2009-09-233-7/+10
|/
* Various cleanup around resources and nine-patches.Dianne Hackborn2009-09-112-13/+44
* change default for dither to trueMike Reed2009-09-111-5/+7
* Change util_texSubImage2D to call glCompressedTexImage2D correctly.Jack Palevich2009-08-311-70/+71
* expose runtime changes to gammaMike Reed2009-08-251-1/+21
* am 6af2552d: use safeUnref() since the other macro is not defined in donutMike Reed2009-07-302-2/+2
|\
| * use safeUnref() since the other macro is not defined in donutMike Reed2009-07-302-2/+2