Lines Matching refs:PackedPixelRowIterator

443           bool     MsbFirst > class PackedPixelRowIterator  class
525 bool equal( PackedPixelRowIterator const & rhs ) const in equal()
530 bool less( PackedPixelRowIterator const & rhs ) const in less()
538 PackedPixelRowIterator() : in PackedPixelRowIterator() function in __anon36e009330111::PackedPixelRowIterator
544 explicit PackedPixelRowIterator( pointer base ) : in PackedPixelRowIterator() function in __anon36e009330111::PackedPixelRowIterator
550 PackedPixelRowIterator& operator+=( difference_type d ) in operator +=()
561 PackedPixelRowIterator& operator-=( difference_type d ) in operator -=()
581 PackedPixelRowIterator operator+( difference_type d ) in operator +()
583 PackedPixelRowIterator res(*this); in operator +()
588 PackedPixelRowIterator operator-( difference_type d ) in operator -()
590 PackedPixelRowIterator res(*this); in operator -()
595 PackedPixelRowIterator& operator++() in operator ++()
601 PackedPixelRowIterator& operator--() in operator --()
607 PackedPixelRowIterator operator++(int) in operator ++()
609 PackedPixelRowIterator res(*this); in operator ++()
614 PackedPixelRowIterator operator--(int) in operator --()
616 PackedPixelRowIterator res(*this); in operator --()
621 bool operator==(PackedPixelRowIterator const & rhs) const in operator ==()
626 bool operator!=(PackedPixelRowIterator const & rhs) const in operator !=()
631 bool operator<(PackedPixelRowIterator const & rhs) const in operator <()
636 bool operator<=(PackedPixelRowIterator const & rhs) const in operator <=()
641 bool operator>(PackedPixelRowIterator const & rhs) const in operator >()
646 bool operator>=(PackedPixelRowIterator const & rhs) const in operator >=()
651 difference_type operator-(PackedPixelRowIterator const & rhs) const in operator -()
666 PackedPixelRowIterator tmp(*this); in get()
682 PackedPixelRowIterator tmp(*this); in set()
699 typedef PackedPixelRowIterator<data_type,