History log of /external/skia/src/ports/SkFontConfigInterface_android.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
48903b9403bdf0fb94fa46133819e8823c948d4d 08-Oct-2013 Derek Sollenberger <djsollen@google.com> Fix ambiguity in API if no matching system language is found

cherry-pick of http://code.google.com/p/skia/source/detail?r=11641

bug: 11093744
Change-Id: I2efa84c612e5a790a61707eae7e078a3b8215e2e
/external/skia/src/ports/SkFontConfigInterface_android.cpp
513af62d52c452d29583433d6e1c3d825b4d6004 03-Oct-2013 Derek Sollenberger <djsollen@google.com> Update PDF backend to support fallback fonts on Android.

Cherry-pick of https://code.google.com/p/skia/source/detail?r=11586

bug: 11001915
Change-Id: Id7e09ac0f9169601a0706266f0b4e39ad45b5e8b
/external/skia/src/ports/SkFontConfigInterface_android.cpp
ed84b46ddad574fe0d1c3e61bca2c33f638c9303 30-Sep-2013 Derek Sollenberger <djsollen@google.com> Add new entry point that supports fallback font selection based on language.

Cherry-pick of https://code.google.com/p/skia/source/detail?r=11394

bug: 10653841
Change-Id: If50522fae5a8b749dbf97db8eca8c518cd710ebf
/external/skia/src/ports/SkFontConfigInterface_android.cpp
4606a93f2ca1221b95590b807f256101667d5cf1 18-Sep-2013 Derek Sollenberger <djsollen@google.com> Update Skia's FontHost to return NULL if familyName does not match

This will require changes to the framework and WebView.

bug: 10730965
Change-Id: Ie8585184bf6afe59ae1513f90329ba0fd4bb4f6c
/external/skia/src/ports/SkFontConfigInterface_android.cpp
50dcd4acbfae09a9b5609f062da92b445b8592d4 16-Sep-2013 Raph Levien <raph@google.com> Fix for ANR in getTextRunAdvances

This is a fix for bug 10769257.

In the case where origFontID is also the first font in the fallback
list, the nextLogicalTypeface function was picking the first font in the
fallback list, which was causing looping. Simply allowing it to advance
to the next typeface fixes the ANR.

Change-Id: Icc1389af46aff7f6b9c96cc0e8c8e9ae74039554
/external/skia/src/ports/SkFontConfigInterface_android.cpp
7765d883b938e7887090f18d5b82c9caac78dace 04-Sep-2013 Derek Sollenberger <djsollen@google.com> fix regression in fallback chain where we don't account for the original font style.

This CL also enforces that the language and variant are the same for all fonts
within a given fallback family.

bug:10529543
Change-Id: I0b5b3190fc5b36ccc706169915bcb36df874e6a9
/external/skia/src/ports/SkFontConfigInterface_android.cpp
bd353162926d4e7adf5b4345552be4bf62f5397a 04-Sep-2013 Derek Sollenberger <djsollen@google.com> Merge skia changes from the skia chrome/m30_1599 branch.

This captures revisions r10947 to r11077 (inclusive). However, some
PDF changes have already been cherry-picked so they will not show
up in this CL.

bug: 10285384
Change-Id: I5648963a4f2c4f36cdfbf316052176264cf643a6
/external/skia/src/ports/SkFontConfigInterface_android.cpp
0cfa53d69f121ba65ae8466971f54c38081afe44 31-Jul-2013 Derek Sollenberger <djsollen@google.com> Merge Skia r10377 into Android.

This CL also includes a cherry-pick of r10483 to fix
errors in the JPEG region decoder.

Conflicts:
include/core/SkUserConfig.h
src/images/SkImageDecoder.cpp
src/images/SkImageDecoder_libbmp.cpp
src/images/SkImageDecoder_libgif.cpp
src/images/SkImageDecoder_libico.cpp
src/images/SkImageDecoder_libjpeg.cpp
src/images/SkImageDecoder_libpng.cpp
src/images/SkImageDecoder_libwebp.cpp
src/images/SkImageDecoder_wbmp.cpp
src/ports/FontHostConfiguration_android.cpp
src/ports/FontHostConfiguration_android.h
src/ports/SkFontConfigInterface_android.cpp

Change-Id: I415ba6cfbb7ee41f4c8c5c01ec1bcc32345568d2
58190644c30e1c4aa8e527f3503c58f841e0fcf3 26-Jul-2013 Derek Sollenberger <djsollen@google.com> Snapshot from http://skia.googlecode.com/svn/trunk@10377

Change-Id: Id35b998cb70e867d14e58c2e794b9a742b1ef6d5
/external/skia/src/ports/SkFontConfigInterface_android.cpp
f86aa78ef1509cb8241553d0306b797b458099c4 24-Jun-2013 Derek Sollenberger <djsollen@google.com> Fix fallback font chaining in the framework

bug: 9484557
Change-Id: I5f2640b2782b4c21493e1ef39d333ee359c6637b
/external/skia/src/ports/SkFontConfigInterface_android.cpp
3f970ccdfe4738c7fca0ef45a428c1a79ecd9854 06-Jun-2013 Derek Sollenberger <djsollen@google.com> Fix crash when attempting to use a font fallback chain with a custom font.

bug: 9315679
Change-Id: Ib38e190af91c1907225165bab2d74a7eea7adcdd
/external/skia/src/ports/SkFontConfigInterface_android.cpp
779bf8a99dc7f03e5c43b26d4b85d7920ce89aee 28-May-2013 Derek Sollenberger <djsollen@google.com> Snapshot from http://skia.googlecode.com/svn/trunk@9286

Change-Id: I07f49058086dc8e7893cf10d33fca6773bf5508e
/external/skia/src/ports/SkFontConfigInterface_android.cpp
7839ce1af63bf12fe7b3caa866970bbbb3afb13d 23-May-2013 Derek Sollenberger <djsollen@google.com> Snapshot from http://skia.googlecode.com/svn/trunk@9231

Change-Id: I384e5f43ceb90b1a2e58a1e33753b3e79c85b949
/external/skia/src/ports/SkFontConfigInterface_android.cpp