Searched refs:private_offset (Results 1 - 6 of 6) sorted by relevance

/external/freetype/src/cff/
H A Dcfftypes.h129 FT_ULong private_offset; member in struct:CFF_FontRecDictRec_
H A Dcffload.c1373 if ( top->private_offset && top->private_size )
1391 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) ||
1410 if ( FT_STREAM_SEEK( base_offset + top->private_offset +
H A Dcffparse.c691 dict->private_offset = (FT_ULong)tmp;
694 dict->private_size, dict->private_offset ));
/external/pdfium/third_party/freetype/src/cff/
H A Dcfftypes.h129 FT_ULong private_offset; member in struct:CFF_FontRecDictRec_
H A Dcffload.c1362 if ( top->private_offset && top->private_size )
1375 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) ||
1394 if ( FT_STREAM_SEEK( base_offset + top->private_offset +
H A Dcffparse.c639 dict->private_offset = (FT_ULong)tmp;
642 dict->private_size, dict->private_offset ));

Completed in 4605 milliseconds