Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/tables/
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)
D_g_l_y_f.py330 nContours = 0
342 nContours = nContours + nC
343 return nPoints, nContours, maxComponentDepth
/external/opencv/cvaux/src/
Dcvbgfg_common.cpp78 int nContours = 0; in cvSegmentFGMask() local
103 nContours++; in cvSegmentFGMask()