Searched refs:inGlyph (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp1053 le_int32 inGlyph, outGlyph; local
1107 for (outGlyph = 0, inGlyph = leftGlyph * 2; inGlyph <= rightGlyph * 2; inGlyph += 2, outGlyph += 2) {
1108 positions[outGlyph] = fStyleRunInfo[run].positions[inGlyph] + fVisualRunLastX;
1109 positions[outGlyph + 1] = fStyleRunInfo[run].positions[inGlyph + 1] + fVisualRunLastY;
1118 for (outGlyph = 0, inGlyph = leftGlyph; inGlyph < rightGlyph; inGlyph += 1, outGlyph += 1) {
1119 glyphToCharMap[outGlyph] = fGlyphToCharMap[glyphBase + inGlyph];
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py206 for inGlyph, outGlyph in items:
208 [("in", inGlyph), ("out", outGlyph)])
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotTables.py206 for inGlyph, outGlyph in items:
208 [("in", inGlyph), ("out", outGlyph)])

Completed in 113 milliseconds