OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:firstglyph
(Results
1 - 15
of
15
) sorted by null
/external/icu4c/layout/
IndicRearrangementProcessor.cpp
34
firstGlyph
= 0;
45
firstGlyph
= currGlyph;
78
a = glyphStorage[
firstGlyph
];
79
ia = glyphStorage.getCharIndex(
firstGlyph
, success);
80
x =
firstGlyph
+ 1;
98
while (x >=
firstGlyph
) {
105
glyphStorage[
firstGlyph
] = d;
106
glyphStorage.setCharIndex(
firstGlyph
, id, success);
110
a = glyphStorage[
firstGlyph
];
111
ia = glyphStorage.getCharIndex(
firstGlyph
, success)
[
all
...]
TrimmedArrayProcessor.cpp
30
firstGlyph
= SWAPW(trimmedArrayLookupTable->
firstGlyph
);
31
lastGlyph =
firstGlyph
+ SWAPW(trimmedArrayLookupTable->glyphCount);
47
if ((ttGlyph >
firstGlyph
) && (ttGlyph < lastGlyph)) {
48
TTGlyphID newGlyph = SWAPW(trimmedArrayLookupTable->valueArray[ttGlyph -
firstGlyph
]);
StateTableProcessor.cpp
33
firstGlyph
= SWAPW(classTable->
firstGlyph
);
34
lastGlyph =
firstGlyph
+ SWAPW(classTable->nGlyphs);
63
} else if ((glyphCode >=
firstGlyph
) && (glyphCode < lastGlyph)) {
64
classCode = classTable->classArray[glyphCode -
firstGlyph
];
LookupTables.h
39
TTGlyphID
firstGlyph
;
84
TTGlyphID
firstGlyph
;
ClassDefinitionTables.cpp
68
TTGlyphID
firstGlyph
= SWAPW(startGlyph);
69
TTGlyphID lastGlyph =
firstGlyph
+ SWAPW(glyphCount);
71
if (ttGlyphID >=
firstGlyph
&& ttGlyphID < lastGlyph) {
72
return SWAPW(classValueArray[ttGlyphID -
firstGlyph
]);
OpenTypeTables.h
38
TTGlyphID
firstGlyph
;
SegmentArrayProcessor.cpp
47
TTGlyphID
firstGlyph
= SWAPW(lookupSegment->
firstGlyph
);
52
TTGlyphID newGlyph = SWAPW(glyphArray[LE_GET_GLYPH(thisGlyph) -
firstGlyph
]);
StateTables.h
42
TTGlyphID
firstGlyph
;
PairPositioningSubtables.cpp
47
LEGlyphID
firstGlyph
= glyphIterator->getCurrGlyphID();
48
le_int32 coverageIndex = getGlyphCoverage(
firstGlyph
);
90
LEGlyphID
firstGlyph
= glyphIterator->getCurrGlyphID();
91
le_int32 coverageIndex = getGlyphCoverage(
firstGlyph
);
98
le_int32 class1 = classDef1->getGlyphClass(
firstGlyph
);
IndicRearrangementProcessor.h
54
le_int32
firstGlyph
;
StateTableProcessor.h
47
TTGlyphID
firstGlyph
;
TrimmedArrayProcessor.h
52
TTGlyphID
firstGlyph
;
OpenTypeUtilities.cpp
93
if (SWAPW(records[extra].
firstGlyph
) <= glyphID) {
100
if (SWAPW(records[range + probe].
firstGlyph
) <= glyphID) {
105
if (SWAPW(records[range].
firstGlyph
) <= glyphID && SWAPW(records[range].lastGlyph) >= glyphID) {
CoverageTables.cpp
85
TTGlyphID firstInRange = SWAPW(rangeRecordArray[rangeIndex].
firstGlyph
);
LookupTables.cpp
49
if (SWAPW(entry->
firstGlyph
) <= ttGlyph) {
Completed in 1132 milliseconds