Lines Matching refs:frag
320 Fragment* frag = in_frag_list.remove(in_frag_list.begin()); in moveInputFragments() local
321 out_frag_list.push_back(frag); in moveInputFragments()
322 frag->setParent(&out_sd); in moveInputFragments()
334 Fragment* frag = in_frag_list.remove(SectionData::iterator(pInCIE)); in moveInputFragments() local
335 out_frag_list.push_back(frag); in moveInputFragments()
336 frag->setParent(&out_sd); in moveInputFragments()
338 frag = in_frag_list.remove(SectionData::iterator(**i)); in moveInputFragments()
339 out_frag_list.push_back(frag); in moveInputFragments()
340 frag->setParent(&out_sd); in moveInputFragments()
348 Fragment* frag = in_frag_list.remove(SectionData::iterator(**i)); in moveInputFragments() local
349 cur_iter = out_frag_list.insertAfter(cur_iter, frag); in moveInputFragments()
350 frag->setParent(&out_sd); in moveInputFragments()
360 Fragment& frag = *i; in computeOffsetSize() local
361 frag.setOffset(offset); in computeOffsetSize()
362 offset += frag.size(); in computeOffsetSize()