summaryrefslogtreecommitdiffstats
path: root/core/jni/android/graphics
Commit message (Expand)AuthorAgeFilesLines
* Add WEBP to the list of Image formats that support Compression.Vikas Arora2011-06-231-2/+5
* Tweak setViewport stuff for fwd-compatJean-Baptiste Queru2011-06-082-18/+3
* Adapt to latest skiaDerek Sollenberger2011-05-122-3/+2
* Ninepatch tweaks for better interopJean-Baptiste Queru2011-05-122-0/+105
* Switch to SkSafeUnref for better portabilityJean-Baptiste Queru2011-05-129-10/+10
* Fix memory leak of SkMovie classKimiyoshi Kusaka2011-03-281-0/+5
* Do not merge.Wei-Ta Chen2011-01-115-1/+362
* Do not merge.Wei-Ta Chen2010-10-013-332/+0
* Unhide BitmapRegionDecoder.Wei-Ta Chen2010-09-237-371/+447
* Merge "Fix bug in JNI BitmapFactory" into gingerbreadJoseph Wen2010-09-101-36/+64
|\
| * Fix bug in JNI BitmapFactoryJoseph Wen2010-09-101-36/+64
| * Revert "Rename LargeBitmap to BitmapRegionDecoder for having a better API."Wei-Ta Chen2010-09-087-419/+344
| * Rename LargeBitmap to BitmapRegionDecoder for having a better API.Wei-Ta Chen2010-09-077-344/+419
* | Remove dead code: NIOBuffer.Elliott Hughes2010-09-073-173/+0
|/
* DO NOT MERGE. Fix the build.Romain Guy2010-08-191-1/+2
* DO NOT MERGE. Load assets in place instead of deferring until draw.Romain Guy2010-08-191-4/+2
* Fix a bug, where one thread is using JNIEnv associated with another thread.Wei-Ta Chen2010-08-192-9/+22
* Do JPEG tile-based decoding.Joseph Wen2010-08-179-140/+506
* Fixed bug in BitmapFactory.decodeStreamGilles Debunne2010-07-231-3/+5
* 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
* 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
* 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