Home | History | Annotate | Download | only in cff

Lines Matching defs:off1

482       FT_ULong   off1, off2 = 0;
494 off1 = cff_index_read_offset( idx, &error );
498 if ( off1 != 0 )
510 off1 = idx->offsets[element];
511 if ( off1 )
535 if ( off1 && off2 > off1 )
537 *pbyte_len = off2 - off1;
542 *pbytes = idx->bytes + off1 - 1;
547 if ( FT_STREAM_SEEK( idx->data_offset + off1 - 1 ) ||
548 FT_FRAME_EXTRACT( off2 - off1, *pbytes ) )