Home
last modified time | relevance | path

Searched refs:Shaping (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
DUniscribeHelper.h224 struct Shaping { struct
225 Shaping() in Shaping() function
351 bool containsMissingGlyphs(const Shaping&,
361 bool shape(const UChar* input, int itemLength, int numGlyphs, SCRIPT_ITEM& run, Shaping&);
410 Vector<Shaping, UNISCRIBE_HELPER_STACK_RUNS> m_shapes;
DUniscribeHelper.cpp155 const Shaping& shaping = m_shapes[runIndex]; in justify()
175 Shaping& shaping = m_shapes[runIndex]; in justify()
196 const Shaping& shaping = m_shapes[itemIndex]; in characterToX()
235 const Shaping& shaping = m_shapes[itemIndex]; in xToCharacter()
277 const Shaping& shaping = m_shapes[itemIndex]; in draw()
413 const Shaping& shaping = m_shapes[i]; in firstGlyphForCharacter()
516 Shaping& shaping) in shape()
705 Shaping& shaping = m_shapes[i]; in fillShapes()
785 Shaping& shaping = m_shapes[run]; in adjustSpaceAdvances()
827 Shaping& shaping = m_shapes[run]; in applySpacing()
[all …]
/external/icu4c/data/unidata/
Dchanges.txt469 Creating data file for Unicode BiDi/Shaping Properties
705 Creating data file for Unicode BiDi/Shaping Properties
814 Creating data file for Unicode BiDi/Shaping Properties
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1654028 (WebCore::UniscribeHelper::Shaping::Shaping):
54029 (WebCore::UniscribeHelper::Shaping::glyphLength):
54030 (WebCore::UniscribeHelper::Shaping::charLength):
54031 (WebCore::UniscribeHelper::Shaping::effectiveAdvances):
DChangeLog16937 (WebCore::UniscribeHelper::Shaping::Shaping): m_spaceGlyph is added