Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
D_g_l_y_f.py96 if glyph.numberOfContours:
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 + 1
312 if self.numberOfContours > 0:
314 self.numberOfContours = -1
[all …]
D_h_h_e_a.py56 if g.numberOfContours == 0:
58 if g.numberOfContours < 0 and not hasattr(g, "xMax"):
D_m_a_x_p.py79 if g.numberOfContours:
86 if g.numberOfContours > 0:
D_v_h_e_a.py53 if g.numberOfContours <= 0:
/external/harfbuzz_ng/src/
Dhb-ot-glyf-table.hh89 SHORT numberOfContours; /* If the number of contours is member
/external/skia/src/sfnt/
DSkOTTable_glyf.h67 SK_OT_SHORT numberOfContours; //== -1 Composite, > 0 Simple member