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

/external/chromium_org/third_party/freetype/src/cff/
H A Dcfftypes.h129 FT_ULong private_offset; member in struct:CFF_FontRecDictRec_
H A Dcffload.c1355 if ( top->private_offset && top->private_size )
1368 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) ||
1387 if ( FT_STREAM_SEEK( base_offset + top->private_offset +
H A Dcffparse.c625 dict->private_offset = cff_parse_num( data );
627 dict->private_size, dict->private_offset ));
/external/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.c621 dict->private_offset = cff_parse_num( data );
623 dict->private_size, dict->private_offset ));
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcfftypes.h129 FT_ULong private_offset; member in struct:CFF_FontRecDictRec_
H A Dcffload.c1355 if ( top->private_offset && top->private_size )
1368 if ( FT_STREAM_SEEK( base_offset + font->font_dict.private_offset ) ||
1387 if ( FT_STREAM_SEEK( base_offset + top->private_offset +
H A Dcffparse.c625 dict->private_offset = cff_parse_num( data );
627 dict->private_size, dict->private_offset ));
/external/chromium_org/third_party/ots/src/
H A Dcff.cc771 const uint32_t private_offset = operands.back().first; local
777 if (private_offset > table_length) {
783 if (private_length + private_offset > table_length) {
788 private_offset, private_length,

Completed in 645 milliseconds