HomeSort by relevance Sort by last modified time
    Searched refs:numberOfContours (Results 1 - 7 of 7) sorted by null

  /external/fonttools/Lib/fontTools/ttLib/tables/
_h_h_e_a.py 56 if g.numberOfContours == 0:
58 if g.numberOfContours < 0 and not hasattr(g, "xMax"):
_g_l_y_f.py 96 if glyph.numberOfContours:
175 numberOfContours: h
213 self.numberOfContours = 0
228 self.numberOfContours = 0
240 if self.numberOfContours == 0:
269 for i in range(self.numberOfContours):
281 if self.numberOfContours:
289 if self.numberOfContours < 0:
291 self.numberOfContours = self.numberOfContours +
    [all...]
_m_a_x_p.py 79 if g.numberOfContours:
86 if g.numberOfContours > 0:
_v_h_e_a.py 53 if g.numberOfContours <= 0:
  /external/harfbuzz_ng/src/
hb-ot-glyf-table.hh 83 INT16 numberOfContours; /* If the number of contours is
  /external/skia/src/sfnt/
SkOTTable_glyf.h 67 SK_OT_SHORT numberOfContours; //== -1 Composite, > 0 Simple
74 SK_OT_USHORT endPtsOfContours[1/*numberOfContours*/];
  /external/skqp/src/sfnt/
SkOTTable_glyf.h 67 SK_OT_SHORT numberOfContours; //== -1 Composite, > 0 Simple
74 SK_OT_USHORT endPtsOfContours[1/*numberOfContours*/];

Completed in 167 milliseconds