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

  /external/freetype/src/autofit/
afhints.c 243 int point_idx,
247 AF_Point point = hints->points + point_idx;
324 int point_idx = AF_INDEX_NUM( point, points ); local
325 int segment_idx_0 = af_get_segment_index( hints, point_idx, 0 );
326 int segment_idx_1 = af_get_segment_index( hints, point_idx, 1 );
340 point_idx,
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afhints.c 241 int point_idx,
245 AF_Point point = hints->points + point_idx;
320 int point_idx = AF_INDEX_NUM( point, points ); local
321 int segment_idx_0 = af_get_segment_index( hints, point_idx, 0 );
322 int segment_idx_1 = af_get_segment_index( hints, point_idx, 1 );
329 point_idx,
    [all...]

Completed in 1012 milliseconds