OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Mark2Array
(Results
1 - 5
of
5
) sorted by null
/external/icu/icu4c/source/layout/
MarkToMarkPosnSubtables.h
36
struct
Mark2Array
41
LE_VAR_ARRAY(
Mark2Array
, mark2RecordArray)
MarkToMarkPosnSubtables.cpp
53
const
Mark2Array
*
mark2Array
= (const
Mark2Array
*) ((char *) this + SWAPW(baseArrayOffset));
54
le_uint16 mark2Count = SWAPW(
mark2Array
->mark2RecordCount);
63
const Mark2Record *mark2Record = &
mark2Array
->mark2RecordArray[mark2Coverage * mcCount];
65
const AnchorTable *anchorTable = (const AnchorTable *) ((char *)
mark2Array
+ anchorTableOffset);
/external/fonttools/Lib/fontTools/
subset.py
355
self.
Mark2Array
.Mark2Record = [self.
Mark2Array
.Mark2Record[i]
357
self.
Mark2Array
.MarkCount = len(self.
Mark2Array
.Mark2Record)
363
for b in self.
Mark2Array
.Mark2Record:
367
self.
Mark2Array
.MarkCount)
378
for b in self.
Mark2Array
.Mark2Record:
[
all
...]
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvgpos.c
757
OTV_NEST2( MarkMarkPosFormat1,
Mark2Array
);
/external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh
[
all
...]
Completed in 768 milliseconds