OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ImageData
(Results
1 - 18
of
18
) sorted by null
/external/opencv3/modules/viz/src/vtk/
vtkImageMatSource.h
66
vtkSmartPointer<vtkImageData>
ImageData
;
/external/opencv/cxcore/include/
cvwimage.h
187
T*
ImageData
() { return reinterpret_cast<T*>(image_->
imageData
); }
188
const T*
ImageData
() const {
189
return reinterpret_cast<const T*>(image_->
imageData
);
210
return reinterpret_cast<T*>(image_->
imageData
+ r*image_->widthStep);
214
return reinterpret_cast<T*>(image_->
imageData
+ r*image_->widthStep);
219
return reinterpret_cast<T*>(image_->
imageData
+ r*image_->widthStep) +
224
return reinterpret_cast<T*>(image_->
imageData
+ r*image_->widthStep) +
528
// Allocate
ImageData
558
header_.
imageData
= reinterpret_cast<char*>((*img)(c, r))
[
all
...]
/external/opencv3/modules/core/include/opencv2/core/
wimage.hpp
183
T*
ImageData
() { return reinterpret_cast<T*>(image_->
imageData
); }
184
const T*
ImageData
() const {
185
return reinterpret_cast<const T*>(image_->
imageData
);
206
return reinterpret_cast<T*>(image_->
imageData
+ r*image_->widthStep);
210
return reinterpret_cast<T*>(image_->
imageData
+ r*image_->widthStep);
215
return reinterpret_cast<T*>(image_->
imageData
+ r*image_->widthStep) +
220
return reinterpret_cast<T*>(image_->
imageData
+ r*image_->widthStep) +
538
header_.
imageData
= reinterpret_cast<char*>((*img)(c, r));
549
header_.
imageData
= reinterpret_cast<char*>(data)
[
all
...]
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoSource.java
50
public class
ImageData
{
63
ImageData
naturalNext() {
66
ImageData
naturalPrevious() {
88
private final LinkedList<
ImageData
> mImageQueue;
93
private final HashMap<Bitmap,
ImageData
> mImageMap;
113
mImageQueue = new LinkedList<
ImageData
>();
117
mImageMap = new HashMap<Bitmap,
ImageData
>();
132
ImageData
imageData
= null;
140
imageData
= mImageQueue.poll()
[
all
...]
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
/prebuilts/tools/linux-x86/swt/
swt.jar
/prebuilts/tools/linux-x86_64/swt/
swt.jar
/prebuilts/tools/windows/swt/
swt.jar
/prebuilts/tools/windows-x86_64/swt/
swt.jar
Completed in 545 milliseconds