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

  /external/freetype/src/autofit/
afhints.c 838 FT_Int contour_index = 0; local
881 if ( ++contour_index < outline->n_contours )
883 endpoint = outline->contours[contour_index];
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.c 812 FT_Int contour_index = 0; local
843 if ( ++contour_index < outline->n_contours )
845 end = points + outline->contours[contour_index];
    [all...]

Completed in 611 milliseconds