HomeSort by relevance Sort by last modified time
    Searched refs:string_offset (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/ots/src/
name.cc 75 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 > 0xffff)
    [all...]
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
name_table.cc 378 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/
name_table.cc 378 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/
fx_ge_fontmap.cpp 517 int string_offset = GET_TT_SHORT(ptr + 2); local
518 FX_LPCBYTE string_ptr = name_table + string_offset;
    [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARF.cpp 7306 uint32_t string_offset = str - (const char *)debug_info_data.GetDataStart(); local
    [all...]

Completed in 1020 milliseconds