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

  /external/fonttools/Lib/fontTools/ttLib/tables/
_m_a_x_p.py 87 nPoints, nContours = g.getMaxpValues()
89 maxContours = max(maxContours, nContours)
91 nPoints, nContours, componentDepth = g.getCompositeMaxpValues(glyfTable)
93 maxCompositeContours = max(maxCompositeContours, nContours)
_g_l_y_f.py 330 nContours = 0
342 nContours = nContours + nC
343 return nPoints, nContours, maxComponentDepth
  /external/opencv/cvaux/src/
cvbgfg_common.cpp 78 int nContours = 0;
103 nContours++;

Completed in 196 milliseconds