OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anchorTable
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/layout/
MarkArrays.cpp
27
const
AnchorTable
*
anchorTable
= (
AnchorTable
*) ((char *) this + anchorTableOffset);
29
anchorTable
->getAnchor(glyphID, fontInstance, anchor);
MarkToMarkPosnSubtables.cpp
65
const
AnchorTable
*
anchorTable
= (const
AnchorTable
*) ((char *) mark2Array + anchorTableOffset);
73
anchorTable
->getAnchor(mark2Glyph, fontInstance, mark2Anchor);
MarkToBasePosnSubtables.cpp
66
const
AnchorTable
*
anchorTable
= (const
AnchorTable
*) ((char *) baseArray + anchorTableOffset);
75
anchorTable
->getAnchor(baseGlyph, fontInstance, baseAnchor);
MarkToLigaturePosnSubtables.cpp
76
const
AnchorTable
*
anchorTable
= (const
AnchorTable
*) ((char *) ligatureAttachTable + anchorTableOffset);
79
anchorTable
->getAnchor(ligatureGlyph, fontInstance, ligatureAnchor);
Completed in 3570 milliseconds