OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LigatureArray
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layout/
MarkToLigaturePosnSubtables.h
41
struct
LigatureArray
MarkToLigaturePosnSubtables.cpp
53
const
LigatureArray
*
ligatureArray
= (const
LigatureArray
*) ((char *) this + SWAPW(baseArrayOffset));
54
le_uint16 ligatureCount = SWAPW(
ligatureArray
->ligatureCount);
64
Offset ligatureAttachOffset = SWAPW(
ligatureArray
->ligatureAttachTableOffsetArray[ligatureCoverage]);
65
const LigatureAttachTable *ligatureAttachTable = (const LigatureAttachTable *) ((char *)
ligatureArray
+ ligatureAttachOffset);
/external/harfbuzz/src/
harfbuzz-gpos-private.h
385
HB_LigatureArray
LigatureArray
; /* ligature array table */
harfbuzz-gpos.c
[
all
...]
Completed in 818 milliseconds