提交 1971422e 编写于 作者: V vadim

8140543: Arrange font actions

Reviewed-by: prr, srl, mschoene
上级 b94d5f46
......@@ -76,11 +76,11 @@ ByteOffset IndicRearrangementProcessor::processStateEntry(LEGlyphStorage &glyphS
}
if (flags & irfMarkFirst) {
firstGlyph = (le_uint32)currGlyph;
firstGlyph = currGlyph;
}
if (flags & irfMarkLast) {
lastGlyph = (le_uint32)currGlyph;
lastGlyph = currGlyph;
}
doRearrangementAction(glyphStorage, (IndicRearrangementVerb) (flags & irfVerbMask), success);
......
......@@ -76,8 +76,8 @@ public:
static UClassID getStaticClassID();
protected:
le_uint32 firstGlyph;
le_uint32 lastGlyph;
le_int32 firstGlyph;
le_int32 lastGlyph;
LEReferenceTo<IndicRearrangementSubtableHeader> indicRearrangementSubtableHeader;
LEReferenceToArrayOf<IndicRearrangementStateEntry> entryTable;
......
......@@ -74,11 +74,11 @@ le_uint16 IndicRearrangementProcessor2::processStateEntry(LEGlyphStorage &glyphS
}
if (flags & irfMarkFirst) {
firstGlyph = (le_uint32)currGlyph;
firstGlyph = currGlyph;
}
if (flags & irfMarkLast) {
lastGlyph = (le_uint32)currGlyph;
lastGlyph = currGlyph;
}
doRearrangementAction(glyphStorage, (IndicRearrangementVerb) (flags & irfVerbMask), success);
......
......@@ -76,8 +76,8 @@ public:
static UClassID getStaticClassID();
protected:
le_uint32 firstGlyph;
le_uint32 lastGlyph;
le_int32 firstGlyph;
le_int32 lastGlyph;
LEReferenceToArrayOf<IndicRearrangementStateEntry2> entryTable;
LEReferenceTo<IndicRearrangementSubtableHeader2> indicRearrangementSubtableHeader;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册