Home | History | Annotate | Download | only in cff

Lines Matching refs:cur_offset

408       FT_ULong  n, cur_offset;
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 )
449 FT_MEM_COPY( t[n - 1], org_bytes + cur_offset, t[n] - t[n - 1] );
456 cur_offset = next_offset;