History log of /external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
398703a12520dd1a7c2bdbd99d56fe024f761717 21-Oct-2012 Junichi Monma <monma@google.com> Vertically writing characetrs even if the carrier emoji is available on the device.

Bug id: b/7354733

Change-Id: I2688cb856664bd57bcef508644039c8a13ee96e1
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
85fb59060a0fdfcff93ae1c70dd49e0f93e55ab6 02-Oct-2012 Chris Craik <ccraik@google.com> Compensate for canvas-side vertical text translation in bounding box computation

bug:7267294
Change-Id: Ia6de9264b6c3680707b8fb8833d69d7cc7e850e8
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
b9f38925d3cdae56548c3c18300c2964d207ed4e 28-Jul-2012 John Reck <jreck@google.com> Don't use SkPicture for DrawText recording

Change-Id: I5b6872bc37eefded7decae767fc39f1cef858dac
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
77d974918eff4b56050e9f1c3a78becab1244a04 25-Jul-2012 John Reck <jreck@google.com> DO NOT MERGE Push everything into an R-Tree

Cherry pick from master

Change-Id: I0ef32777f33104d440459d9d4d3c0d61f75a11a2
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
1937549291ee9007052b674a1262d5d30e08e669 13-Jul-2012 Victoria Lease <violets@google.com> improved text bound estimates

The previous text bound estimates were incorrect for vertical text, empty
for single-glyph runs, and generally way too large. This change addresses
all of the above issues.

Change-Id: I5f3740a96f0532609f57347299ccb1adf78dc391
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
0dde4bb966a822beef3f067b7ad01941fd2c4d14 13-Jul-2012 Victoria Lease <violets@google.com> approximate text bounds for recording context

Currently, SkPaint::measureText() is very, very slow. Fortunately, we
do not need precise text bounds and can live with approximated bounds
so long as the approximation is not smaller than the glyphs. We err
very much on the side of safety so as to play nicely with calligraphic
fonts and scripts that make heavy use of modifiers.

Change-Id: Id08f0856c0d902386089560fc3cfcdd853a06177
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
675402ef4358583f64a2476927a548db4841c856 12-Jul-2012 John Reck <jreck@google.com> Use an R-Tree for operation recording

Change-Id: I1380ae53139d5f50a25ea5edb61ec8b6818112ca
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
2abcb264d55635f9592eae8ec33a42a26e566de0 15-Jun-2012 Billy Hewlett <billyh@google.com> Use Elegant fonts for Webkit, Compact fonts for Textview

Fonts can be marked with elegant or compact in fallback_fonts.xml.
Webkit uses elegant fonts, Textview uses compact fonts (the default),
unmarked fonts are used by both.

Bug: 6649136

Change-Id: I55c828c86c3d315d453ddaca05657b0660561eb4
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
e2b40beb65b8644a5c6d0332e5874d32fb3c470e 08-Jun-2012 Billy Hewlett <billyh@google.com> Revert "Revert "Fix hardcoded font path. Allow adding new font path thru Skia changes. Includes patch which fixes merge issue""

This reverts commit 510522906e1167a59e862557d6ad04159e6ad8bd
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
510522906e1167a59e862557d6ad04159e6ad8bd 07-Jun-2012 Billy Hewlett <billyh@google.com> Revert "Fix hardcoded font path. Allow adding new font path thru Skia changes. Includes patch which fixes merge issue"

This reverts commit 74af3f4571f2501ed4fdd9da928db0644acc3f6c
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
74af3f4571f2501ed4fdd9da928db0644acc3f6c 07-Jun-2012 Billy Hewlett <billyh@google.com> Fix hardcoded font path. Allow adding new font path thru Skia changes.
Includes patch which fixes merge issue

Bug: 6609231
Change-Id: Ib802981fd077fb733a224addfd5aad3046b96cca
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
317cb8464ee3ba035d9661ba0383d58f9b80620e 07-Jun-2012 Billy Hewlett <billyh@google.com> Merge "Revert "Fix hardcoded font path. Allow adding new font path thru Skia changes. Bug: 6609231""
1d39a5e1a053831d9917b39f025021f04a9042e2 07-Jun-2012 Billy Hewlett <billyh@google.com> Revert "Fix hardcoded font path. Allow adding new font path thru Skia changes. Bug: 6609231"

This reverts commit ca140956b75684db0cb9609af79b8e8956ae770a
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
662fa6d00d462d9b8f4827ac84b50618d181ced9 07-Jun-2012 Billy Hewlett <billyh@google.com> Merge "Fix hardcoded font path. Allow adding new font path thru Skia changes. Bug: 6609231"
ca140956b75684db0cb9609af79b8e8956ae770a 05-Jun-2012 Billy Hewlett <billyh@google.com> Fix hardcoded font path. Allow adding new font path thru Skia changes.
Bug: 6609231

Change-Id: I3ecaf2bc8c560588f38f4c3a49ede7fadd1ee81c
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
2622fb80bac785bc80c698cc7397e160b95db1e7 31-May-2012 Victoria Lease <violets@google.com> Fix fake bold for fallback fonts.

With no knowledge of the actual SkTypeface used to render text before
render-time, the best we can do is turn fake bold on for all text and
simply ignore it at render-time if the SkTypeface's style is bold.

Also the complex FontPlatformData hashing mechanism needed to account
for fake styles, as the versions of FontPlatformData with fake styles
enabled are otherwise indistinguishable from the normal style version

Bug: 6522642
Change-Id: Ic0e9f1bbd8cae9fdd3a6d1d015bb9224c8be545c
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
5ac7427c1558f018fbb6a5f8f9fcdba5d7bad6ca 17-May-2012 Billy Hewlett <billyh@google.com> Turn off autohinting at HDPI. do not merge

cherry-pick of CL: 752753e2caf24f28dac51731ee1f1443cf511410
Bug: 6478362

Change-Id: I9734658a509010035eb3081be8affb609863d46c
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
9a41f373f0f874c25cd4c45b407c6d1e89000b45 17-May-2012 Billy Hewlett <billyh@google.com> Merge "Turn off autohinting at HDPI"
752753e2caf24f28dac51731ee1f1443cf511410 17-May-2012 Billy Hewlett <billyh@google.com> Turn off autohinting at HDPI

Bug: 6478362

Change-Id: I9734658a509010035eb3081be8affb609863d46c
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
443f7b177ec738bcf4495cdf9d15c7b7284df057 12-May-2012 Victoria Lease <violets@google.com> Merge "Add Kanana, Malayalam, and Telugu fallback fonts" into jb-dev
d6dc991adc33f2d0c1cb5c8ebea30d1a07d741a2 10-May-2012 George Mount <mount@google.com> Change edge case selection rects for complex fonts.

Bug 5041179
Bug 5859620

Revert "Fix selection positioning for RTL languages"
This reverts commit b327374e1be9171551a5545ed2ab87e79a36ed7a
There was a bug in how the selection rectangle was determined
with complex text. The solution that this CL reverts did not
properly solve it as it caused selection rectangles to be off.
This properly chooses the start and end positions for selection
rectangles.

Change-Id: I5f33ac953c1e682cccead1bc480d3f9d7c326cba
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
6aba9e528d4df20fbf9710d151753373d04a77d3 08-May-2012 Victoria Lease <violets@google.com> Add Kanana, Malayalam, and Telugu fallback fonts

Bug: 6232193
Change-Id: I99616a1ccd82e6ee03f30b61e4d51e7d6183a6bc
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
295b2f43db4ed680f52b29d3af0424a5d8c55c83 26-Apr-2012 Victoria Lease <violets@google.com> Replace Lohit Devanagari/Tamil fonts with Droid versions.

WebView's fallback lists previously provided only regular weight for Tamil,
so I adapted Hebrew's separate Regular/Bold logic there. Also of note is
that while the rest of the system uses the UI Tamil fonts, WebView
substitutes the non-UI version.

The Devanagari font needs to fit on all devices, so we only supply a
single font there.

Bug: 6318791
Change-Id: Iba0d98e5869b8fa00c1431cccee85e6e1943d2f8
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
2e510fd5b5a30f1315c272d44ae3aa4cba355498 06-Apr-2012 Nicolas Roard <nicolasroard@google.com> Reorganize platform/graphics/android

Change-Id: Idc67155cfa99784dcd931e705336bfa063ecae46
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp