- 14 Aug, 2012 1 commit
-
-
Zhongjun Chen authored
When browsing JPEG image and then exiting Gallery, the TOMBSTONE issue occour. This is because JPEG Decode method still access a pointer which has been deleted. This patch can fix it. Change-Id: I3ac3e4b8f37d352a70676abb6d151961e873e459 Author: Zhongjun Chen <zhongjunx.chen@intel.com> Signed-off-by:
Zhongjun Chen <zhongjunx.chen@intel.com> Singed-off-by:
Shuo Gao <shuo.gao@intel.com> Signed-off-by:
Bruce Beare <bruce.j.beare@intel.com> Signed-off-by:
Jack Ren <jack.ren@intel.com> Author-tracking-BZ: 37479
-
- 21 Jun, 2012 2 commits
-
-
Billy Hewlett authored
* commit '8c1c7cfa': Cherrypick change to skia
-
Billy Hewlett authored
Change-Id: I7514b6931a11a0a79ec3abd4068f72998fcdf99d
-
- 19 Jun, 2012 1 commit
-
-
The Android Open Source Project authored
Change-Id: I10b0459ad51c4a2d7d62ad73d2a8fd3e51828f9c
-
- 14 Jun, 2012 2 commits
-
-
The Android Automerger authored
-
Victoria Lease authored
* commit 'ec1ad08b': DO NOT MERGE Skia solution to fake-bold fallback fonts.
-
- 13 Jun, 2012 1 commit
-
-
Victoria Lease authored
This version of the fake-bold-for-fallback-fonts fix addresses the issue succinctly inside of Skia, with no need for Skia's clients to be aware of the issue. Attempts to draw a bold parent font flag the embolden flag in the associated SkScalerContext while leaving the SkPaint's fake bold flag unmodified. This depends upon change Icdd13f6b, which arranges for FreeType's FontHost to ignore redundant embolden requests. This is a cherry-pick of change I4132a232 from master. Bug: 6629786 Change-Id: I389d6793e5472d664f6ac7b894927dbfd811be12
-
- 07 Jun, 2012 4 commits
-
-
Jean-Baptiste Queru authored
* commit '9b1d0758': Cherrypick change to skia
-
Jean-Baptiste Queru authored
-
Billy Hewlett authored
Change-Id: I9845f8d042fb89fe0f4876f0021b9ec486ac3ef5
-
The Android Open Source Project authored
Change-Id: If3c616f2b23e6af3a3db542593af52d08a70b7ee
-
- 06 Jun, 2012 1 commit
-
-
The Android Automerger authored
-
- 05 Jun, 2012 1 commit
-
-
Victoria Lease authored
* commit 'bd64a4dd': Use FreeType's "embolden", but only if face is not already bold.
-
- 31 May, 2012 1 commit
-
-
Victoria Lease authored
A side-effect of not knowing the actual SkTypeface used to draw text until render-time is that we cannot make decisions based upon the face's proper font metrics. As a result, attempts to draw bold text will fail when a fallback font with normal weight is selected. With this, we can feel free to enable fake bold mode even if the primary font is bold, as the extraneous fake bold bit will just get ignored at render-time if the actual font used to draw the text is bold. Bug: 6522642 Change-Id: Icdd13f6bd36a85ba374b6ed7a08b596d4c31e86f
-
- 30 May, 2012 4 commits
-
-
The Android Open Source Project authored
Change-Id: I487813624accf824b997001a2d88930b916f1a7b
-
The Android Automerger authored
-
Derek Sollenberger authored
* commit 'f37732cf': detect all masks, and don't use masksuperblitter with those.
-
Derek Sollenberger authored
-
- 29 May, 2012 1 commit
-
-
Derek Sollenberger authored
This is a cherry-pick of Skia r3364. bug: 6522740 Change-Id: I9f9360a0fd5d8bfd936072f0f9bae0709768a1b6
-
- 24 May, 2012 1 commit
-
-
The Android Open Source Project authored
Change-Id: Ieef3e00a660125acc348dd5c4392ffa4b6fba2c3
-
- 22 May, 2012 2 commits
-
-
The Android Automerger authored
-
The Android Open Source Project authored
Change-Id: Ib508cbb004388631b20650d575b2829b481fb989
-
- 20 May, 2012 1 commit
-
-
The Android Automerger authored
-
- 19 May, 2012 3 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
The Android Open Source Project authored
Change-Id: Ica7c000a9aa45215dbefec538d8221d9d8134236
-
- 18 May, 2012 1 commit
-
-
The Android Automerger authored
-
- 17 May, 2012 5 commits
-
-
Owen Lin authored
Also relax the constraint of the requested region. Now, we can get a region that is partially outsides the image. bug:5884845 Change-Id: Ibf455d176653ef1cf36924d685df1920d23cb542
-
Owen Lin authored
bug: 5884845 Change-Id: Id4c13ceece618da510ed35b8fa4a69c8e1b028dd
-
The Android Automerger authored
- 16 May, 2012 5 commits
-
-
Derek Sollenberger authored
* commit '17e8e7f0': Disable the incorrect culling of vertical text.
-
Derek Sollenberger authored
bug:6242553 Change-Id: Ied1865b667c21d0a59586ec8b36db276f892ccbc
-
Derek Sollenberger authored
* commit '41b64c06': Cleanup pixel ref mutexes in Skia
-
Derek Sollenberger authored
-
The Android Open Source Project authored
Change-Id: I1894c61b87d17afb56f564b36fda3b87a6b3f5a4
-
- 15 May, 2012 3 commits
-
-
The Android Automerger authored
-
The Android Automerger authored
-
Romain Guy authored
* commit '7249c95f': Add new utfToGlyphs API for GL renderer Bug #6408362
-