Searched refs:current_pixel_refs_ (Results 1 – 2 of 2) sorted by relevance
91 DCHECK_LT(current_index_, current_pixel_refs_->size());92 return (*current_pixel_refs_)[current_index_];96 DCHECK_LT(current_index_, current_pixel_refs_->size());97 return (*current_pixel_refs_)[current_index_];102 return current_index_ < current_pixel_refs_->size();108 const PixelRefs* current_pixel_refs_; variable
379 current_pixel_refs_(empty_pixel_refs_.Pointer()), in PixelRefIterator()391 current_pixel_refs_(empty_pixel_refs_.Pointer()), in PixelRefIterator()440 if (current_index_ < current_pixel_refs_->size()) in operator ++()453 current_pixel_refs_ = empty_pixel_refs_.Pointer(); in operator ++()466 current_pixel_refs_ = &iter->second; in operator ++()