HomeSort by relevance Sort by last modified time
    Searched refs:cur_offset (Results 1 - 3 of 3) 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
csparse.c 209 if (parse->offset < pos->cur_offset) {
239 while (pos->cur_offset < parse->offset) {
240 if (data[pos->cur_offset] == '\n') {
248 pos->cur_offset++;
441 parse->pos.cur_offset = 0;
    [all...]

Completed in 36 milliseconds