OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LookupRecord
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh
924
struct
LookupRecord
944
const
LookupRecord
lookupRecord
[] /* Array of LookupRecords--in design order */)
947
c->recurse (
lookupRecord
[i].lookupListIndex);
954
const
LookupRecord
lookupRecord
[], /* Array of LookupRecords--in design order */
976
unsigned int idx =
lookupRecord
[i].sequenceIndex;
982
if (idx == 0 &&
lookupRecord
[i].lookupListIndex == c->lookup_index)
988
if (!c->recurse (
lookupRecord
[i].lookupListIndex))
[
all
...]
/external/fonttools/Lib/fontTools/
merge.py
539
self.
LookupRecord
= Type+'
LookupRecord
'
570
for ll in getattr(r, c.
LookupRecord
):
574
for ll in getattr(self, c.
LookupRecord
):
subset.py
480
self.
LookupRecord
= Type+'
LookupRecord
'
575
for ll in getattr(r, c.
LookupRecord
):
601
for ll in getattr(r, c.
LookupRecord
):
620
for ll in getattr(r, c.
LookupRecord
):
709
setattr(r, c.
LookupRecord
,
710
[ll for ll in getattr(r, c.
LookupRecord
)
712
for ll in getattr(r, c.
LookupRecord
):
716
setattr(self, c.
LookupRecord
,
717
[ll for ll in getattr(self, c.
LookupRecord
)
[
all
...]
Completed in 416 milliseconds