Lines Matching refs:value_type

44      iterator insert(iterator p, size_type n, value_type const & v);
129 - resize(width, height, value_type());
130 + resize(w, h, value_type());
155 - resize(size.x, size.y, value_type());
156 + resize(sz.x, sz.y, value_type());
161 value_type doesn't have a default constructor).
164 - BasicImage(int width, int height, value_type const & d, Alloc const & alloc = Alloc())
165 + BasicImage(int w, int h, value_type const & d, Alloc const & alloc = Alloc())
177 - "BasicImage::BasicImage(int width, int height, value_type const & ): "
179 + "BasicImage::BasicImage(int w, int h, value_type const & ): "
188 value_type doesn't have a default constructor). Use the specified allocator.
190 - explicit BasicImage(difference_type const & size, value_type const & d, Alloc const & alloc = …
191 + explicit BasicImage(difference_type const & sz, value_type const & d, Alloc const & alloc = Al…
200 - "BasicImage::BasicImage(Diff2D const & size, value_type const & v): "
207 + "BasicImage::BasicImage(Diff2D const & sz, value_type const & v): "
276 - resize(width, height, value_type());
278 + resize(w, h, value_type());
290 - resize(size.x, size.y, value_type());
291 + resize(sz.x, sz.y, value_type());
299 - void resize(int width, int height, value_type const & d);
300 + void resize(int w, int h, value_type const & d);
314 -BasicImage<PIXELTYPE, Alloc>::resize(int width, int height, value_type const & d)
315 +BasicImage<PIXELTYPE, Alloc>::resize(int w, int h, value_type const & d)
318 - "BasicImage::resize(int width, int height, value_type const &): "
320 + "BasicImage::resize(int w, int h, value_type const &): "
326 value_type * newdata = 0;
327 value_type ** newlines = 0;
380 value_type * newdata = 0;
381 value_type ** newlines = 0;
422 -BasicImage<PIXELTYPE, Alloc>::initLineStartArray(value_type * data, int width, int height)
423 +BasicImage<PIXELTYPE, Alloc>::initLineStartArray(value_type * src_data, int w, int h)
425 - value_type ** lines = pallocator_.allocate(typename Alloc::size_type(height));
428 + value_type ** lines = pallocator_.allocate(typename Alloc::size_type(h));
617 inline FFTWComplex::value_type abs(const FFTWComplex &a)
630 inline FFTWComplex::value_type abs(const FFTWComplex &a)
1104 InitProxy operator=(value_type const & v)
1121 -void Kernel1D<ARITHTYPE>::normalize(value_type norm,
1123 +void Kernel1D<ARITHTYPE>::normalize(value_type normFactor,
1127 typedef typename NumericTraits<value_type>::RealPromote TmpType;
1171 - value_type norm)
1172 + value_type normFactor)
1191 - value_type norm)
1192 + value_type normFactor)
1225 - value_type norm)
1227 + value_type normFactor)
1263 - value_type norm)
1264 + value_type normFactor)
1287 - value_type norm)
1288 + value_type normFactor)