Home
last modified time | relevance | path

Searched refs:fDestIndex (Results 1 – 6 of 6) sorted by relevance

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.cpp48 fAuxData(NULL), fInsertionList(NULL), fSrcIndex(0), fDestIndex(0) in LEGlyphStorage()
619 fDestIndex = newGlyphCount - 1; in applyInsertions()
654 position += fDestIndex - fSrcIndex; in applyInsertion()
658 if (atPosition < 0 || fSrcIndex < 0 || fDestIndex < 0) { in applyInsertion()
663 le_int32 src = fSrcIndex, dest = fDestIndex; in applyInsertion()
675 fGlyphs[fDestIndex] = fGlyphs[fSrcIndex]; in applyInsertion()
676 fCharIndices[fDestIndex] = fCharIndices[fSrcIndex]; in applyInsertion()
678 fDestIndex -= 1; in applyInsertion()
683 fGlyphs[fDestIndex] = newGlyphs[i]; in applyInsertion()
684 fCharIndices[fDestIndex] = fCharIndices[atPosition]; in applyInsertion()
[all …]
H A DLEGlyphStorage.h117 le_int32 fDestIndex; variable
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DLEGlyphStorage.cpp48 fAuxData(NULL), fInsertionList(NULL), fSrcIndex(0), fDestIndex(0) in LEGlyphStorage()
619 fDestIndex = newGlyphCount - 1; in applyInsertions()
654 position += fDestIndex - fSrcIndex; in applyInsertion()
658 if (atPosition < 0 || fSrcIndex < 0 || fDestIndex < 0) { in applyInsertion()
663 le_int32 src = fSrcIndex, dest = fDestIndex; in applyInsertion()
675 fGlyphs[fDestIndex] = fGlyphs[fSrcIndex]; in applyInsertion()
676 fCharIndices[fDestIndex] = fCharIndices[fSrcIndex]; in applyInsertion()
678 fDestIndex -= 1; in applyInsertion()
683 fGlyphs[fDestIndex] = newGlyphs[i]; in applyInsertion()
684 fCharIndices[fDestIndex] = fCharIndices[atPosition]; in applyInsertion()
[all …]
H A DLEGlyphStorage.h117 le_int32 fDestIndex; variable
/dports/devel/icu-le-hb/icu-le-hb-1.0.3-7-g04505b2/src/
H A DLEGlyphStorage.cpp23 fAuxData(NULL), fInsertionList(NULL), fSrcIndex(0), fDestIndex(0) in LEGlyphStorage()
592 fDestIndex = newGlyphCount - 1; in applyInsertions()
627 position += fDestIndex - fSrcIndex; in applyInsertion()
632 le_int32 src = fSrcIndex, dest = fDestIndex; in applyInsertion()
644 fGlyphs[fDestIndex] = fGlyphs[fSrcIndex]; in applyInsertion()
645 fCharIndices[fDestIndex] = fCharIndices[fSrcIndex]; in applyInsertion()
647 fDestIndex -= 1; in applyInsertion()
652 fGlyphs[fDestIndex] = newGlyphs[i]; in applyInsertion()
653 fCharIndices[fDestIndex] = fCharIndices[atPosition]; in applyInsertion()
655 fDestIndex -= 1; in applyInsertion()
H A DLEGlyphStorage.h92 le_int32 fDestIndex; variable