Home
last modified time | relevance | path

Searched defs:child_offset (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/freetype/
Dfx_freetype.c40 …int child_offset = ft_adobe_glyph_list[table_offset + i * 2] * 256 + ft_adobe_glyph_list[table_off… in xyq_search_node() local
176 int child_offset = ft_adobe_glyph_list[i * 2 + 2] * 256 + ft_adobe_glyph_list[i * 2 + 3]; in FXFT_adobe_name_from_unicode() local
/external/lldb/source/Core/
DSection.cpp141 addr_t child_offset = child_section->GetOffset(); in ResolveContainedAddress() local