Searched refs:shaping (Results 1 – 9 of 9) sorted by relevance
182 const Shaping& shaping = m_shapes[runIndex]; in justify() local184 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() local204 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() local224 int itemLength = shaping.charLength(); in characterToX()[all …]
15 2) Allows for queueing incoming traffic for shaping instead of17 worse than shaping in achieving the end goal of rate control.
421 // it includes shaping information for Arabic.
42 - Fix net shaping regression: -netspeed and -netdelay did not work anymore.
7401 …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 shaping39260 additional shaping data and logic for Arabic Presentation Forms-A. Removed58328 Arabic & Farsi rendered with no shaping (all glyphs separate, unreadable!)58330 No test possible since Mac OS X only ships with fonts that contain shaping58337 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 routine58350 that replaces each space following a Lam with Alef ligature resulting from shaping58353 lazily for mirroring and Arabic shaping. Added a call to shapeArabic() when required.
44603 shaping resulted in missing glyphs. This is now expected if font
86855 Tests: platform/mac-snowleopard/fast/text/myanmar-shaping.html
39644 ATSUTextLayout, substituting the text buffer if necessary for things like shaping Arabic,
19379 Fixed 3478885. Remove dead arabic shaping code22163 Lots of healthy cleanup. Introduced width and shaping iterators