OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LigatureArray
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/layout/
MarkToLigaturePosnSubtables.h
43
struct
LigatureArray
48
LE_VAR_ARRAY(
LigatureArray
, ligatureAttachTableOffsetArray)
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/fonttools/Lib/fontTools/
subset.py
317
self.
LigatureArray
.LigatureAttach = [self.
LigatureArray
.LigatureAttach[i]
319
self.
LigatureArray
.LigatureCount = len(self.
LigatureArray
.LigatureAttach)
325
for l in self.
LigatureArray
.LigatureAttach:
330
self.
LigatureArray
.LigatureCount)
340
for l in self.
LigatureArray
.LigatureAttach:
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvgpos.c
716
OTV_NEST3( MarkLigPosFormat1,
LigatureArray
, LigatureAttach );
Completed in 134 milliseconds