Lines Matching defs:View
57 // or using a WImageView class which constructs a subimage or a view into
58 // external data. The view class does no memory management. Each class
83 // im.View(0,0, w,1).CopyFrom(im.View(0,1, w,1));
234 // Construct a view into a region of this image
235 WImageView<T> View(int c, int r, int width, int height);
270 // Construct a view into a region of this image
271 WImageViewC<T, C> View(int c, int r, int width, int height);
415 // View into an image class which allows treating a subimage as an image
606 // Construct a view into a region of an image
608 WImageView<T> WImage<T>::View(int c, int r, int width, int height) {
613 WImageViewC<T, C> WImageC<T, C>::View(int c, int r, int width, int height) {