OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:markGlyph
(Results
1 - 9
of
9
) sorted by null
/external/icu/icu4c/source/layout/
ContextualGlyphSubstProc.cpp
41
markGlyph
= 0;
54
LEGlyphID mGlyph = glyphStorage[
markGlyph
];
57
glyphStorage[
markGlyph
] = LE_SET_GLYPH(mGlyph, newGlyph);
68
markGlyph
= currGlyph;
MarkToMarkPosnSubtables.cpp
31
LEGlyphID
markGlyph
= glyphIterator->getCurrGlyphID();
32
le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID)
markGlyph
, success);
35
//
markGlyph
isn't a covered mark glyph
41
le_int32 markClass = markArray->getMarkClass(
markGlyph
, markCoverage, fontInstance, markAnchor);
45
//
markGlyph
isn't in the mark array or its
75
fontInstance->getGlyphAdvance(
markGlyph
, pixels);
ContextualGlyphSubstProc.h
58
le_int32
markGlyph
;
ContextualGlyphSubstProc2.h
60
le_int32
markGlyph
;
MarkToBasePosnSubtables.cpp
31
LEGlyphID
markGlyph
= glyphIterator->getCurrGlyphID();
32
le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID)
markGlyph
, success);
35
//
markGlyph
isn't a covered mark glyph
41
le_int32 markClass = markArray->getMarkClass(
markGlyph
, markCoverage, fontInstance, markAnchor);
45
//
markGlyph
isn't in the mark array or its
77
fontInstance->getGlyphAdvance(
markGlyph
, pixels);
MarkToLigaturePosnSubtables.cpp
30
LEGlyphID
markGlyph
= glyphIterator->getCurrGlyphID();
31
le_int32 markCoverage = getGlyphCoverage(base, (LEGlyphID)
markGlyph
, success);
34
//
markGlyph
isn't a covered mark glyph
40
le_int32 markClass = markArray->getMarkClass(
markGlyph
, markCoverage, fontInstance, markAnchor);
44
//
markGlyph
isn't in the mark array or its
81
fontInstance->getGlyphAdvance(
markGlyph
, pixels);
ContextualGlyphInsertionProc2.cpp
38
markGlyph
= 0;
88
doInsertion(glyphStorage,
markGlyph
, markIndex, count, isKashidaLike, isBefore, success);
100
markGlyph
= currGlyph;
ContextualGlyphInsertionProc2.h
74
le_int32
markGlyph
;
ContextualGlyphSubstProc2.cpp
37
markGlyph
= 0;
53
LEGlyphID mGlyph = glyphStorage[
markGlyph
];
55
glyphStorage[
markGlyph
] = LE_SET_GLYPH(mGlyph, newGlyph);
66
markGlyph
= currGlyph;
Completed in 142 milliseconds