HomeSort by relevance Sort by last modified time
    Searched defs:child_offset (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/freetype/
fx_freetype.c 40 int child_offset = ft_adobe_glyph_list[table_offset + i * 2] * 256 + ft_adobe_glyph_list[table_offset + i * 2 + 1]; local
41 if (xyq_search_node(glyph_name, name_offset, child_offset, unicode))
176 int child_offset = ft_adobe_glyph_list[i * 2 + 2] * 256 + ft_adobe_glyph_list[i * 2 + 3]; local
177 if (xyq_search_node(glyph_name, 0, child_offset, unicode))
  /toolchain/binutils/binutils-2.25/gold/
dwarf_reader.cc 1163 Dwarf_die::child_offset() function in class:gold::Dwarf_die
1198 off_t child_offset = this->child_offset(); local
    [all...]

Completed in 62 milliseconds