Home
last modified time | relevance | path

Searched refs:PixelIterator (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basebmp/inc/basebmp/
H A Dpixeliterator.hxx202 template< typename Valuetype > class PixelIterator class
221 bool equal(PixelIterator const & rhs) const in equal()
237 PixelIterator() : in PixelIterator() function in basebmp::PixelIterator
242 PixelIterator(pointer base, int ystride) : in PixelIterator() function in basebmp::PixelIterator
247 bool operator==(PixelIterator const & rhs) const in operator ==()
252 bool operator!=(PixelIterator const & rhs) const in operator !=()
265 PixelIterator & operator+=(difference_type const & s) in operator +=()
272 PixelIterator & operator-=(difference_type const & s) in operator -=()
279 PixelIterator operator+(difference_type const & s) const in operator +()
281 PixelIterator ret(*this); in operator +()
[all …]
H A Drgb24pixelformats.hxx72 typedef PixelIterator<pixel_type> iterator_type;
H A Dpaletteformats.hxx138 PixelIterator< sal_uInt8 >,
H A Dgreylevelformats.hxx123 PixelIterator< sal_uInt8 >,
H A Drgbmaskpixelformats.hxx221 typedef PixelIterator<pixel_type> iterator_type;

Completed in 144 milliseconds