Searched refs:next_child (Results 1 – 2 of 2) sorted by relevance
173 TAGID next_child; in SdbGetNextChild() local181 next_child = prev_child + prev_child_size; in SdbGetNextChild()182 if (next_child >= pdb->size) in SdbGetNextChild()186 return next_child; in SdbGetNextChild()193 if (next_child >= parent + parent_size) in SdbGetNextChild()196 return next_child; in SdbGetNextChild()
3845 D3DXFRAME **next_child; in load_frame() local3857 next_child = &frame->pFrameFirstChild; in load_frame()3880 hr = load_frame(child, options, device, alloc_hier, next_child); in load_frame()3882 next_child = &(*next_child)->pFrameSibling; in load_frame()