Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
DTupleVariation.py403 isByteEncodable = lambda value: value >= -128 and value <= 127 function
404 if isByteEncodable(value) and pos+1 < numDeltas and isByteEncodable(deltas[pos+1]):