OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shape_mask
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/layout/
ArabicShaping.cpp
87
#define
SHAPE_MASK
0xF0000000UL
118
FeatureMask shape = featureMask &
SHAPE_MASK
;
122
glyphStorage.setAuxData(outIndex, ((featureMask & ~
SHAPE_MASK
) | shape), success);
Completed in 49 milliseconds