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

  /external/freetype/src/cff/
cffload.c 408 FT_ULong n, cur_offset; local
414 cur_offset = idx->offsets[0] - 1;
417 if ( cur_offset >= idx->data_size )
421 cur_offset ));
422 cur_offset = 0;
426 t[0] = org_bytes + cur_offset;
428 t[0] = new_bytes + cur_offset;
437 next_offset < cur_offset ||
439 next_offset = cur_offset;
447 if ( next_offset != cur_offset )
    [all...]
  /external/clearsilver/cs/
cs.h 246 int cur_offset; /* The current position - commence reading from here */ member in struct:_position

Completed in 47 milliseconds