Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py427 flagRepeat = 0x08 variable
759 if flag & flagRepeat:
866 compressedflags[-2] = flag | flagRepeat
889 (bestCost+1, bestTuple, (flag|flagRepeat), coordBytes)]
891 …if lastCost + coordBytes <= bestCost + 1 and (lastFlag & flagRepeat) and (lastFlag < 0xff00) and f…
892 if (lastFlag & 0xFF) == (flag|flagRepeat) and lastCost == bestCost + 1:
913 if flag & flagRepeat:
1127 if flag & flagRepeat: