Home
last modified time | relevance | path

Searched refs:string_offset (Results 1 – 3 of 3) sorted by relevance

/third_party/libsnd/src/
Dsd2.c71 int string_offset ; member
265 rsrc.string_offset = rsrc.item_offset + (rsrc.str_count + 1) * 12 - rsrc.map_offset ; in sd2_write_rsrc_fork()
266 psf_binheader_writef (psf, "Eo2", BHWo (rsrc.map_offset + 26), BHW2 (rsrc.string_offset)) ; in sd2_write_rsrc_fork()
275 str_offset = rsrc.map_offset + rsrc.string_offset ; in sd2_write_rsrc_fork()
451 rsrc.string_offset = rsrc.map_offset + read_rsrc_short (&rsrc, rsrc.map_offset + 26) ; in sd2_parse_rsrc_fork()
452 if (rsrc.string_offset > rsrc.rsrc_len) in sd2_parse_rsrc_fork()
453 { psf_log_printf (psf, "Bad string offset (%d).\n", rsrc.string_offset) ; in sd2_parse_rsrc_fork()
516 str_offset = rsrc->string_offset ; in parse_str_rsrc()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc378 int32_t string_offset = 0; in SubSerialize() local
403 string_offset); in SubSerialize()
405 string_offset += new_data->WriteBytes( in SubSerialize()
406 string_offset + string_table_start_offset, in SubSerialize()
410 return string_offset + string_table_start_offset; in SubSerialize()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc378 int32_t string_offset = 0; in SubSerialize() local
403 string_offset); in SubSerialize()
405 string_offset += new_data->WriteBytes( in SubSerialize()
406 string_offset + string_table_start_offset, in SubSerialize()
410 return string_offset + string_table_start_offset; in SubSerialize()