Home
last modified time | relevance | path

Searched refs:shaping (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/platform/graphics/chromium/
DUniscribeHelper.cpp182 const Shaping& shaping = m_shapes[runIndex]; in justify() local
184 for (int i = 0; i < shaping.glyphLength(); i++, destIndex++) { in justify()
185 memcpy(&visualAttributes[destIndex], &shaping.m_visualAttributes[i], in justify()
187 advances[destIndex] = shaping.m_advance[i]; in justify()
202 Shaping& shaping = m_shapes[runIndex]; in justify() local
204 shaping.m_justify.resize(shaping.glyphLength()); in justify()
205 for (int i = 0; i < shaping.glyphLength(); i++, globalGlyphIndex++) in justify()
206 shaping.m_justify[i] = justify[globalGlyphIndex]; in justify()
223 const Shaping& shaping = m_shapes[itemIndex]; in characterToX() local
224 int itemLength = shaping.charLength(); in characterToX()
[all …]
/external/iproute2/doc/actions/
Difb-README15 2) Allows for queueing incoming traffic for shaping instead of
17 worse than shaping in achieving the end goal of rate control.
/external/webkit/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm421 // it includes shaping information for Arabic.
/external/qemu/
DCHANGES.TXT42 - Fix net shaping regression: -netspeed and -netdelay did not work anymore.
/external/webkit/WebCore/
DChangeLog-2007-10-147401 …Fix up the missing glyph check when doing uniscribe shaping. Only wgDefault matters as far as doi…
39249 No tests added because standard fonts do not use the character-based shaping
39260 additional shaping data and logic for Arabic Presentation Forms-A. Removed
58328 Arabic & Farsi rendered with no shaping (all glyphs separate, unreadable!)
58330 No test possible since Mac OS X only ships with fonts that contain shaping
58337 shaping information for Arabic or not.
58342 and a metamorphosis table, then it includes shaping information for Arabic.
58349 (WebCore::shapeArabic): Added. This is a wrapper around the ICU Arabic shaping routine
58350 that replaces each space following a Lam with Alef ligature resulting from shaping
58353 lazily for mirroring and Arabic shaping. Added a call to shapeArabic() when required.
DChangeLog-2008-08-1044603 shaping resulted in missing glyphs. This is now expected if font
DChangeLog-2009-06-1686855 Tests: platform/mac-snowleopard/fast/text/myanmar-shaping.html
DChangeLog-2010-01-2939644 ATSUTextLayout, substituting the text buffer if necessary for things like shaping Arabic,
/external/webkit/WebKit/mac/
DChangeLog-2006-02-0919379 Fixed 3478885. Remove dead arabic shaping code
22163 Lots of healthy cleanup. Introduced width and shaping iterators