OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lookupflags
(Results
1 - 9
of
9
) sorted by null
/external/icu4c/layout/
Lookups.h
20
enum
LookupFlags
44
le_uint16
lookupFlags
;
GlyphIterator.cpp
22
srcIndex(-1), destIndex(-1),
lookupFlags
(theLookupFlags), featureMask(theFeatureMask), glyphGroup(0),
54
lookupFlags
= that.
lookupFlags
;
72
lookupFlags
= that.
lookupFlags
;
90
lookupFlags
= newLookupFlags;
107
lookupFlags
= newLookupFlags;
140
return (
lookupFlags
& lfIgnoreMarks) != 0;
145
return (
lookupFlags
& lfBaselineIsLogicalEnd) != 0;
375
return (
lookupFlags
& lfIgnoreBaseGlyphs) != 0
[
all
...]
LookupProcessor.cpp
76
le_uint16
lookupFlags
= SWAPW(lookupTable->
lookupFlags
);
78
glyphIterator.reset(
lookupFlags
, selectMask);
106
le_uint16
lookupFlags
= SWAPW(lookupTable->
lookupFlags
);
107
GlyphIterator tempIterator(*glyphIterator,
lookupFlags
);
GlyphIterator.h
91
le_uint16
lookupFlags
;
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-private.hh
47
/* The following three match
LookupFlags
::Ignore* numbers. */
hb-ot-layout-gsubgpos-private.hh
546
* lookup_props includes
LookupFlags
::IgnoreLigatures
[
all
...]
/external/harfbuzz/src/
harfbuzz-gdef.c
1105
/* The high byte of
LookupFlags
has the meaning
1132
/* We now check the
LookupFlags
for values larger than 0xFF to find
/external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef.c
1105
/* The high byte of
LookupFlags
has the meaning
1132
/* We now check the
LookupFlags
for values larger than 0xFF to find
/external/harfbuzz_ng/src/
hb-ot-layout-gsubgpos-private.hh
541
* lookup_props includes
LookupFlags
::IgnoreLigatures
[
all
...]
Completed in 735 milliseconds