summaryrefslogtreecommitdiffstats
path: root/core/jni/android
Commit message (Expand)AuthorAgeFilesLines
* 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
* | am 7299d6ad: Merge change 9159 into donutAndroid (Google) Code Review2009-07-302-16/+26
|\ \ | |/
| * Merge change 9159 into donutAndroid (Google) Code Review2009-07-302-16/+26
| |\
| | * check for null native objects, which never happens on a real subclass (we thr...Mike Reed2009-07-302-16/+26
* | | am 25dff70f: Merge change 9039 into donutAndroid (Google) Code Review2009-07-301-11/+35
|\ \ \ | |/ /
| * | Fix #2018814: System cannot correctly render assets with "wrap_content" attri...Dianne Hackborn2009-07-291-11/+35
| |/
* | Merge change 8639Android (Google) Code Review2009-07-271-4/+9
|\ \
| * | explicitly set the hinting level for android apps (to match the old default)Mike Reed2009-07-271-4/+9
* | | am 11ea3347: Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-244-26/+39
|\ \ \ | |/ / |/| / | |/
| * Allow for screen density drawables in compatibility mode.Dianne Hackborn2009-07-244-26/+39
* | am 09a903ab: Merge change 7696 into donutAndroid (Google) Code Review2009-07-174-31/+47
|\ \ | |/
| * add hidden Options field for native allocationsMike Reed2009-07-174-31/+47
* | remove deprecated use of porterduffMike Reed2009-06-222-3/+6
* | am 766d7236: Merge change 4737 into donutAndroid (Google) Code Review2009-06-221-24/+30
|\ \ | |/
| * Add prepareToDraw() to Bitmap for fixing http://b/issue?id=1907995.Wei-Ta Chen2009-06-221-24/+30
* | am 066e6bfd: Merge change 4792 into donutAndroid (Google) Code Review2009-06-191-0/+2
|\ \ | |/
| * when we reset a paint, it should return to the state it was in when it was fi...Mike Reed2009-06-191-0/+2