Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/pens/
DttGlyphPen.py56 def _addPoint(self, pt, onCurve): argument
58 self.types.append(onCurve)
DpointPen.py446 self.onCurve = []
/external/fonttools/Lib/fontTools/ttLib/
Dwoff2.py834 onCurve = not bool(flag >> 7)
875 glyph.flags.append(int(onCurve))
938 onCurve = glyph.flags[i] & _g_l_y_f.flagOnCurve
942 onCurveBit = 0 if onCurve else 128
/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py446 def flagBest(x, y, onCurve): argument
450 flag = flagOnCurve if onCurve else 0