Searched refs:nContours (Results 1 - 5 of 5) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A D_m_a_x_p.py87 nPoints, nContours = g.getMaxpValues()
89 maxContours = max(maxContours, nContours)
91 nPoints, nContours, componentDepth = g.getCompositeMaxpValues(glyfTable)
93 maxCompositeContours = max(maxCompositeContours, nContours)
H A D_g_l_y_f.py330 nContours = 0
342 nContours = nContours + nC
343 return nPoints, nContours, maxComponentDepth
/external/fonttools/Tools/fontTools/ttLib/tables/
H A D_m_a_x_p.py87 nPoints, nContours = g.getMaxpValues()
89 maxContours = max(maxContours, nContours)
91 nPoints, nContours, componentDepth = g.getCompositeMaxpValues(glyfTable)
93 maxCompositeContours = max(maxCompositeContours, nContours)
H A D_g_l_y_f.py330 nContours = 0
342 nContours = nContours + nC
343 return nPoints, nContours, maxComponentDepth
/external/opencv/cvaux/src/
H A Dcvbgfg_common.cpp78 int nContours = 0; local
103 nContours++;

Completed in 1485 milliseconds