Searched defs:imageData (Results 1 - 10 of 10) sorted by relevance

/external/skia/tests/
H A DSwizzlerTest.cpp37 uint8_t* imageData = storage.get() + offset; local
38 uint8_t* imageStart = imageData + rowBytes * startRow;
44 uint8_t* indexPtr = imageData + startRow * rowBytes;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_doc.cpp203 CPDF_CountedImage* imageData = curr_it->second; local
204 if (!imageData->get())
207 if (bForceRelease || imageData->use_count() < 2) {
208 delete imageData->get();
209 delete imageData;
477 CPDF_CountedImage* imageData = new CPDF_CountedImage(pImage); local
478 m_ImageMap[dwImageObjNum] = imageData;
479 return imageData->AddRef();
/external/skia/src/codec/
H A DSkRawCodec.cpp557 ::piex::PreviewImageData imageData; local
559 && ::piex::GetPreviewImageData(&piexStream, &imageData) == ::piex::Error::kOk)
562 if (imageData.full_width == 0 || imageData.full_height == 0) {
566 dng_point cfaPatternSize(imageData.cfa_pattern_dim[1], imageData.cfa_pattern_dim[0]);
567 this->init(static_cast<int>(imageData.full_width),
568 static_cast<int>(imageData.full_height), cfaPatternSize);
636 ::piex::PreviewImageData imageData; local
638 ::piex::Error error = ::piex::GetPreviewImageData(&piexStream, &imageData);
[all...]
/external/opencv/cxcore/include/
H A Dcxtypes.h390 char *imageData; /* Pointer to aligned image data. */ member in struct:_IplImage
449 (CV_IS_IMAGE_HDR(img) && ((IplImage*)img)->imageData != NULL)
458 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)])
/external/opencv3/modules/core/include/opencv2/core/
H A Dtypes_c.h325 char *imageData; /**< Pointer to aligned image data. */ member in struct:_IplImage
390 (CV_IS_IMAGE_HDR(img) && ((IplImage*)img)->imageData != NULL)
399 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)])
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 982 milliseconds