Home
last modified time | relevance | path

Searched refs:stride (Results 1 – 4 of 4) sorted by relevance

/trunk/main/basebmp/inc/basebmp/
H A Dstridedarrayiterator.hxx52 explicit StridedArrayIterator(int stride, T* ptr = 0) : in StridedArrayIterator() argument
53 stride_(stride), in StridedArrayIterator()
/trunk/main/vigra/
H A Dvigra1.6.0.patch441 - BasicImageView(const_pointer data, int w, int h, int stride = 0)
447 - stride_(stride == 0 ? w : stride)
453 - BasicImageView(const_pointer data, difference_type const & size, int stride = 0)
457 - stride_(stride == 0 ? size.x : stride)
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcpp2uno.cxx711 size_t stride = 32; in flushCode() local
717 "sync" : "+r"(p) : "r"(stride) : "memory"); in flushCode()
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx166 StridedArrayIterator(int stride, T* ptr = 0) : in StridedArrayIterator() argument
167 stride_(stride), in StridedArrayIterator()

Completed in 29 milliseconds