HomeSort by relevance Sort by last modified time
    Searched full:imagedata (Results 101 - 125 of 155) sorted by null

1 2 3 45 6 7

  /packages/apps/Mms/src/com/android/mms/util/
ThumbnailManager.java 41 import com.android.mms.util.ImageCacheService.ImageData;
300 ImageData data = null;
  /external/chromium/chrome/browser/extensions/
extension_sidebar_api.cc 39 const char kImageDataKey[] = "imageData";
browser_action_apitest.cc 97 // Tell the extension to update the icon using setIcon({imageData:...}).
  /external/opencv/
cvjni.h 42 #define IMAGE( i, x, y, n ) *(( unsigned char * )(( i )->imageData \
  /external/opencv/otherlibs/highgui/
cvcap_socket.cpp 65 #define IMAGE( i, x, y, n ) *(( unsigned char * )(( i )->imageData \
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
ScenarioData.java 31 import org.eclipse.swt.graphics.ImageData;
448 ImageData data = Utils.downSample(image);
450 il.data = new ImageData[] { data };
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 76 import org.eclipse.swt.graphics.ImageData;
661 ImageData imageData = image.getImageData();
662 int sceneWidth = imageData.width;
663 int sceneHeight = imageData.height;
    [all...]
PaletteControl.java 82 import org.eclipse.swt.graphics.ImageData;
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 44 #include "ImageData.h"
569 PassRefPtr<ImageData> WebGLRenderingContext::paintRenderingResultsToImageData()
    [all...]
WebGLRenderingContext.idl     [all...]
  /external/opencv/cvaux/src/
cvfacedetection.cpp 138 uchar* buffImg = (uchar*)imgGray->imageData;
cvcalibfilter.cpp 788 if( src->imageData == dst->imageData )
cvtexture.cpp 629 destData = (float*)(dest->imageData);
  /external/sonivox/docs/JET_Authoring_Guidelines_files/
header.htm 155 <v:imagedata src="image001.jpg" o:title="SONiVOX Logo 150"/>
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 36 #include "ImageData.h"
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferDataCG.cpp 94 // Swap channels 1 and 3, to convert BGRA<->RGBA. IOSurfaces is BGRA, ImageData expects RGBA.
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceFilter.cpp 36 #include "ImageData.h"
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 74 PassRefPtr<ImageData> paintRenderingResultsToImageData();
  /external/webkit/Source/WebCore/platform/graphics/
ShadowBlur.cpp 195 void ShadowBlur::blurLayerImage(unsigned char* imageData, const IntSize& size, int rowStride)
251 unsigned char* pixels = imageData;
    [all...]
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 413 * @param offset offset into imageData for where the decoder should begin
438 * @param offset offset into imageData for where the decoder should begin
  /external/chromium/chrome/common/extensions/api/
extension_api.json     [all...]
  /external/opencv/cxcore/include/
cxtypes.h 390 char *imageData; /* Pointer to aligned image data. */
449 (CV_IS_IMAGE_HDR(img) && ((IplImage*)img)->imageData != NULL)
458 (((elemtype*)((image)->imageData + (image)->widthStep*(row)))[(col)])
    [all...]
  /external/chromium/chrome/common/extensions/docs/
browserAction.html     [all...]
pageAction.html 627 <p>Sets the icon for the page action. The icon can be specified either as the path to an image file or as the pixel data from a canvas element. Either the <b>path</b> or the <b>imageData</b> property must be specified.</p>
750 <var>imageData</var>
766 <span>ImageData</span>
778 <dd>Pixel data for an image. Must be an ImageData object (for example, from a canvas element).</dd>
    [all...]
  /external/sonivox/docs/JET_Creator_User_Manual_files/
header.htm 165 <v:imagedata src="image029.jpg" o:title="SONiVOX Logo 150"/>

Completed in 839 milliseconds

1 2 3 45 6 7