Searched defs:string_offset (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/ots/src/
H A Dname.cc75 uint16_t string_offset = 0; local
76 if (!table.ReadU16(&string_offset) || string_offset > length) {
80 string_offset;
131 const unsigned name_end = static_cast<unsigned>(string_offset) +
177 const unsigned tag_end = static_cast<unsigned>(string_offset) +
187 if (table.offset() > string_offset) {
275 size_t string_offset = 6 + name_count * 12; local
280 string_offset += 2 + lang_tag_count * 4;
282 if (string_offset >
[all...]
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc378 int32_t string_offset = 0; local
403 string_offset);
405 string_offset += new_data->WriteBytes(
406 string_offset + string_table_start_offset,
410 return string_offset + string_table_start_offset;
/external/sfntly/cpp/src/sfntly/table/core/
H A Dname_table.cc378 int32_t string_offset = 0; local
403 string_offset);
405 string_offset += new_data->WriteBytes(
406 string_offset + string_table_start_offset,
410 return string_offset + string_table_start_offset;
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp517 int string_offset = GET_TT_SHORT(ptr + 2); local
518 FX_LPCBYTE string_ptr = name_table + string_offset;
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp7306 uint32_t string_offset = str - (const char *)debug_info_data.GetDataStart(); local
7308 location.CopyOpcodeData(debug_info_data, string_offset, string_length);

Completed in 1629 milliseconds