RESOLVED FIXED 52159
[chromium] simplify complex glyph positioning code
https://bugs.webkit.org/show_bug.cgi?id=52159
Summary [chromium] simplify complex glyph positioning code
Evan Martin
Reported 2011-01-10 11:27:35 PST
[chromium] simplify complex glyph positioning code
Attachments
Patch (6.02 KB, patch)
2011-01-10 11:28 PST, Evan Martin
tony: review+
Evan Martin
Comment 1 2011-01-10 11:28:51 PST
Evan Martin
Comment 2 2011-01-10 11:40:29 PST
CC someone who touched this code recently
Tony Chang
Comment 3 2011-01-10 11:47:24 PST
Comment on attachment 78416 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=78416&action=review > WebCore/platform/graphics/chromium/ComplexTextControllerLinux.cpp:335 > + if (isRTL) { > + for (size_t i = 0; i < m_item.num_glyphs; ++i) { > + m_xPositions[i] += width; > } > } Nit: {} are optional.
Evan Martin
Comment 4 2011-01-10 11:58:18 PST
Note You need to log in before you can comment on or make changes to this bug.