Lines Matching refs:frame_num_
53 int frame_num_; // the referent frame number for use in assembling fragments. member
232 frame->frame_num_ = frame_num; in StoreFrame()
262 frame->frame_num_ = frame_num; in StoreFrame()
330 if (status != PARSE_ERROR && has_frames && frame->frame_num_ > 0) { in ParseAnimationFrame()
365 if (status != PARSE_ERROR && has_fragments && frame->frame_num_ > 0) { in ParseFragment()
612 const int cur_frame_set = f->frame_num_; in IsValidExtendedFormat()
617 for (; f != NULL && f->frame_num_ == cur_frame_set; f = f->next_) { in IsValidExtendedFormat()
622 if (!has_frames && f->frame_num_ > 1) return 0; in IsValidExtendedFormat()
749 if (frame_num == f->frame_num_) break; in GetFrame()
757 const int this_frame = frame_set->frame_num_; in GetFragment()
762 for (total = 0; f != NULL && f->frame_num_ == this_frame; f = f->next_) { in GetFragment()
807 iter->frame_num = first_frame->frame_num_; in SynthesizeFrame()