Home
last modified time | relevance | path

Searched refs:KEEP_AND_SET_FLAGS (Results 1 – 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/varLib/instancer/
D__init__.py128 KEEP_AND_SET_FLAGS = 1 variable in OverlapMode
1149 overlap=OverlapMode.KEEP_AND_SET_FLAGS,
1237 if overlap == OverlapMode.KEEP_AND_SET_FLAGS:
/external/fonttools/Tests/varLib/instancer/
Dinstancer_test.py1395 name, *locations, overlap=instancer.OverlapMode.KEEP_AND_SET_FLAGS
/external/fonttools/
DNEWS.rst160 enum: 0: KEEP_AND_DONT_SET_FLAGS, 1: KEEP_AND_SET_FLAGS (default), and 2: REMOVE.