Searched refs:child_offset (Results 1 – 2 of 2) sorted by relevance
39 …int child_offset = ft_adobe_glyph_list[table_offset + i * 2] * 256 + ft_adobe_glyph_list[table_off… in xyq_search_node() local40 if (xyq_search_node(glyph_name, name_offset, child_offset, unicode)) in xyq_search_node()175 int child_offset = ft_adobe_glyph_list[i * 2 + 2] * 256 + ft_adobe_glyph_list[i * 2 + 3]; in FXFT_adobe_name_from_unicode() local176 if (xyq_search_node(glyph_name, 0, child_offset, unicode)) in FXFT_adobe_name_from_unicode()
141 addr_t child_offset = child_section->GetOffset(); in ResolveContainedAddress() local142 if (child_offset <= offset && offset - child_offset < child_section->GetByteSize()) in ResolveContainedAddress()143 return child_section->ResolveContainedAddress (offset - child_offset, so_addr); in ResolveContainedAddress()