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

  /external/opencv/cv/src/
cvsubdivision2d.cpp 258 int i, max_edges; local
271 max_edges = subdiv->quad_edges * 4;
274 if( max_edges == 0 )
293 for( i = 0; i < max_edges; i++ )
415 int i, max_edges; local
471 max_edges = subdiv->quad_edges * 4;
473 for( i = 0; i < max_edges; i++ )
  /external/freetype/src/autofit/
afhints.h 315 FT_Int max_edges; /* number of allocated edges */ member in struct:AF_AxisHintsRec_
afhints.c 116 axis->max_edges = AF_EDGES_EMBEDDED;
119 else if ( axis->num_edges >= axis->max_edges )
121 FT_Int old_max = axis->max_edges;
149 axis->max_edges = new_max;
698 axis->max_edges = 0;
    [all...]

Completed in 128 milliseconds