HomeSort by relevance Sort by last modified time
    Searched refs:max_edges (Results 1 - 5 of 5) 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/chromium_org/third_party/freetype/src/autofit/
afhints.c 91 if ( axis->num_edges >= axis->max_edges )
93 FT_Int old_max = axis->max_edges;
111 axis->max_edges = new_max;
562 axis->max_edges = 0;
    [all...]
afhints.h 323 FT_Int max_edges; /* number of allocated edges */ member in struct:AF_AxisHintsRec_
  /external/freetype/src/autofit/
afhints.c 91 if ( axis->num_edges >= axis->max_edges )
93 FT_Int old_max = axis->max_edges;
111 axis->max_edges = new_max;
528 axis->max_edges = 0;
    [all...]
afhints.h 334 FT_Int max_edges; /* number of allocated edges */ member in struct:AF_AxisHintsRec_

Completed in 71 milliseconds