aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Skia: Merge upstream patch series that refactors SkCanvas to avoid subclassing.tedbo2010-11-115-178/+255
* Prevent crash when the Xfermode is null in A8 targets.Romain Guy2010-11-041-2/+4
* Fix drawing pictures in different threads.Patrick Scott2010-11-022-0/+4
* Added generation ID to SkPaint to easily detect changed object.Chet Haase2010-10-251-32/+143
* Fix 3117581, where BitmapRegionDecoder fails in building tile index forWei-Ta Chen2010-10-201-24/+4
* Fix 3071104, where decodeRegion returned false for some large image.Wei-Ta Chen2010-10-183-20/+39
* Correctly flatten/unflatten the fMode field.Romain Guy2010-09-291-0/+2
* Expose SkPictureFlatRomain Guy2010-09-261-209/+0
* am d178ac36: am 956f20ce: Use MOTOYA Japanese fonts (MTLmr3m.ttf, MTLc3m.ttf)...satok2010-09-241-0/+2
|\
| * am 956f20ce: Use MOTOYA Japanese fonts (MTLmr3m.ttf, MTLc3m.ttf) for Japanese...satok2010-09-241-0/+2
| |\
| | * Use MOTOYA Japanese fonts (MTLmr3m.ttf, MTLc3m.ttf) for Japanese fontssatok2010-09-241-0/+2
* | | am 2626a123: am c408f5a2: Merge "Rename SkLargeBitmap to SkBitmapRegionDecode...Wei-Ta Chen2010-09-222-7/+7
|\ \ \ | |/ /
| * | am c408f5a2: Merge "Rename SkLargeBitmap to SkBitmapRegionDecoder (the previo...Wei-Ta Chen2010-09-222-7/+7
| |\ \ | | |/
| | * Merge "Rename SkLargeBitmap to SkBitmapRegionDecoder (the previous renaming w...Wei-Ta Chen2010-09-222-7/+7
| | |\
| | | * Rename SkLargeBitmap to SkBitmapRegionDecoder (the previous renaming was reve...Wei-Ta Chen2010-09-202-7/+7
* | | | am 9348eeb7: am 6a7506af: Fix the sim build in master by casting void* to cha...Wei-Ta Chen2010-09-191-1/+1
|\ \ \ \ | |/ / /
| * | | am 6a7506af: Fix the sim build in master by casting void* to char* before doi...Wei-Ta Chen2010-09-191-1/+1
| |\ \ \ | | |/ /
| | * | Fix the sim build in master by casting void* to char* before doing arithmetic.Wei-Ta Chen2010-09-201-1/+1
* | | | am 2ff9c8dd: am 58971879: Add the tile-based decoding capability to the PNG d...Joseph Wen2010-09-193-152/+435
|\ \ \ \ | |/ / /
| * | | am 58971879: Add the tile-based decoding capability to the PNG decoder.Joseph Wen2010-09-193-152/+435
| |\ \ \ | | |/ /
| | * | Add the tile-based decoding capability to the PNG decoder.Joseph Wen2010-09-203-152/+435
| | |/
* | | am 89913494: am f610b335: Support various types of animation gif.Makoto Kamiya2010-09-101-75/+295
|\ \ \ | |/ /
| * | am f610b335: Support various types of animation gif.Makoto Kamiya2010-09-101-75/+295
| |\ \ | | |/ | |/|
| | * Support various types of animation gif.Makoto Kamiya2010-09-031-75/+295
* | | am 3a1cc970: Fix bug in SkImageDecoderJoseph Wen2010-09-104-38/+35
|\ \ \ | |/ /
| * | Fix bug in SkImageDecoderJoseph Wen2010-09-104-38/+35
* | | Merge "Expose Xfermode's mode in the SkXfermode class."Romain Guy2010-09-091-8/+14
|\ \ \
| * | | Expose Xfermode's mode in the SkXfermode class.Romain Guy2010-09-091-8/+14
* | | | am 6c2274b8: Fix SkJpegUtility bug.Joseph Wen2010-09-091-2/+2
|\ \ \ \ | | |/ / | |/| |
| * | | Fix SkJpegUtility bug.Joseph Wen2010-09-091-2/+2
* | | | am ea22e420: Fix bug in SkImageDecoder.buildTileIndex()Joseph Wen2010-09-081-3/+13
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Fix bug in SkImageDecoder.buildTileIndex()Joseph Wen2010-09-091-3/+13
| * | Revert "Rename SkLargeBitmap to SkBitmapRegionDecoder."Wei-Ta Chen2010-09-082-7/+7
* | | Revert "Rename SkLargeBitmap to SkBitmapRegionDecoder."Wei-Ta Chen2010-09-082-7/+7
* | | am 2d8e7825: Rename SkLargeBitmap to SkBitmapRegionDecoder.Wei-Ta Chen2010-09-072-7/+7
|\ \ \ | |/ /
| * | Rename SkLargeBitmap to SkBitmapRegionDecoder.Wei-Ta Chen2010-09-062-7/+7
* | | Ensure the OpenGL renderer is not given gamma corrected fonts.Romain Guy2010-08-271-9/+17
* | | am 4ec6d1c7: Fix bug in SkJPEGImageDecoder.Joseph Wen2010-08-241-11/+6
|\ \ \ | |/ /
| * | Fix bug in SkJPEGImageDecoder.Joseph Wen2010-08-231-11/+6
| * | DO NOT MERGE. Add an API to correctly copy the isOpaque flage of an ImageRef ...Romain Guy2010-08-191-0/+10
* | | Applies the paint's alpha to drop shadows.Romain Guy2010-08-191-1/+8
* | | Add an API to correctly copy the isOpaque flage of an ImageRef to Bitmap.Romain Guy2010-08-191-0/+10
* | | am ae3c9823: Fix master sim breakJoseph Wen2010-08-171-0/+3
|\ \ \ | |/ /
| * | Fix master sim breakJoseph Wen2010-08-171-0/+3
* | | am 97fa2e45: Do JPEG tile-based decoding.Joseph Wen2010-08-164-6/+404
|\ \ \ | |/ /
| * | Do JPEG tile-based decoding.Joseph Wen2010-08-164-6/+404
* | | Add Overlay blending mode for Android.Romain Guy2010-08-101-1/+2
* | | Fix generation ID tracking bug in SkPath.Romain Guy2010-08-061-2/+2
* | | Add a generation id to SkPath.Romain Guy2010-08-051-0/+17
* | | Expose two APIs to be able to retrieve glyphs from font cache.Romain Guy2010-07-201-0/+14