/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
AlignFeatures.h | 65 int addFrameRGB(ImageType image); 66 int addFrame(ImageType image);
|
ImageUtils.cpp | 34 ImageType image = in; local 38 r = (*image++); 39 g = (*image++); 40 b = (*image++); 41 a = (*image++); 79 ImageType image = in; local 83 r = (*image++); 84 g = (*image++); 85 b = (*image++); 120 ImageType image = in local 150 ImageType image = in; local 196 unsigned char *image = out; local 241 unsigned char *image = out; local [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
ImageLoader.java | 48 public void getBitmap(IImage image, 55 WorkItem w = new WorkItem(image, imageLoadedRunnable, tag); 61 public boolean cancel(final IImage image) { 63 int index = findItem(image); 74 private int findItem(IImage image) { 76 if (mQueue.get(i).mImage == image) { 101 WorkItem(IImage image, LoadedCallback onLoadedRunnable, int tag) { 102 mImage = image; 153 t.setName("image-loader");
|
/packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/ |
PicasaSource.java | 52 mMatcher.add("/picasa/image", PICASA_ALBUMSET); 87 public static String getImageTitle(MediaObject image) { 91 public static int getImageSize(MediaObject image) { 95 public static String getContentType(MediaObject image) { 99 public static long getDateTaken(MediaObject image) { 103 public static double getLatitude(MediaObject image) { 107 public static double getLongitude(MediaObject image) { 111 public static int getRotation(MediaObject image) { 115 public static ParcelFileDescriptor openFile(Context context, MediaObject image, String mode)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/ |
CommonAction.java | 41 * @param image 43 public CommonAction(String text, ImageDescriptor image) { 44 super(text, image);
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/ |
WebDragClientMac.mm | 73 - (id)initWithImage:(CachedImage*)image; 78 static PassRefPtr<ShareableBitmap> convertImageToBitmap(NSImage *image) 80 RefPtr<ShareableBitmap> bitmap = ShareableBitmap::createShareable(IntSize([image size]), ShareableBitmap::SupportsAlpha); 86 [image drawInRect:NSMakeRect(0, 0, bitmap->size().width(), bitmap->size().height()) fromRect:NSZeroRect operation:NSCompositeSourceOver fraction:1 respectFlipped:YES hints:nil]; 93 void WebDragClient::startDrag(RetainPtr<NSImage> image, const IntPoint& point, const IntPoint&, Clipboard*, Frame* frame, bool linkDrag) 95 RefPtr<ShareableBitmap> bitmap = convertImageToBitmap(image.get()); 111 CachedImage* image = toRenderImage(renderer)->cachedImage(); 112 if (!image || image->errorOccurred()) 114 return image; [all...] |
/external/opencv/otherlibs/highgui/ |
loadsave.cpp | 272 * Image Readers & Writers Class * 346 // global image I/O filters 391 IplImage* image = 0; local 451 CV_CALL( image = cvCreateImage( size, type, cn )); 452 matrix = cvGetMat( image, &hdr ); 460 cvReleaseImage( &image ); 473 cvReleaseImage( &image ); 476 return load_as_matrix ? (void*)matrix : (void*)image; 504 CvMat stub, *image; local 510 CV_CALL( image = cvGetMat( arr, &stub )) [all...] |
/sdk/traceview/src/com/android/traceview/ |
ColorController.java | 24 import org.eclipse.swt.graphics.Image; 53 private static HashMap<Integer, Image> imageCache = new HashMap<Integer, Image>(); 62 public static Image requestColorSquare(Display display, RGB rgb) { 76 public static Image requestColorSquare(Display display, int red, int green, int blue) { 78 Image image = imageCache.get(key); local 79 if (image == null) { 80 image = new Image(display, 8, 14) 98 Image image = requestColorSquare(display, rgb); local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/x11/ |
SDL_x11yuv.c | 64 SDL_NAME(XvImage) *image; 252 hwdata->image = SDL_NAME(XvShmCreateImage)(GFX_Display, xv_port, format, 255 if ( hwdata->image != NULL && hwdata->image->pitches[0] != (width*bpp) ) { 257 XFree(hwdata->image); 258 width = hwdata->image->pitches[0] / bpp; 259 hwdata->image = SDL_NAME(XvShmCreateImage)(GFX_Display, xv_port, format, 263 hwdata->yuv_use_mitshm = (hwdata->image != NULL); 265 yuvshm->shmid = shmget(IPC_PRIVATE, hwdata->image->data_size, 286 XFree(hwdata->image); [all...] |
/development/tools/emulator/system/camera/ |
JpegCompressor.h | 44 /* Compresses raw NV21 image into a JPEG. 45 * The compressed image will be saved in mStream member of this class. Use 46 * getCompressedSize method to obtain buffer size of the compressed image, 47 * and getCompressedImage to copy out the compressed image. 49 * image - Raw NV21 image. 50 * width, height - Image dimensions. 56 status_t compressRawImage(const void* image, 77 * entire image.
|
/external/chromium/chrome/browser/chromeos/ |
wm_overview_favicon.h | 32 // image. 33 void SetFavicon(const SkBitmap& image);
|
wm_overview_snapshot.cc | 57 void WmOverviewSnapshot::SetImage(const SkBitmap& image) { 58 CHECK(snapshot_view_) << "Init not called before setting image."; 59 snapshot_view_->SetImage(image); 61 // Reset the bounds to the size of the image. 62 SetBounds(gfx::Rect(image.width(), image.height()));
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
image_decoration.h | 21 void SetImage(NSImage* image); 23 // Returns the part of |frame| the image is drawn in.
|
/external/chromium/chrome/browser/ui/gtk/status_icons/ |
status_icon_gtk.cc | 28 void StatusIconGtk::SetImage(const SkBitmap& image) { 29 if (image.isNull()) 32 GdkPixbuf* pixbuf = gfx::GdkPixbufFromSkBitmap(&image); 37 void StatusIconGtk::SetPressedImage(const SkBitmap& image) {
|
/external/oprofile/libpp/ |
image_errors.cpp | 28 void report_image_error(string const & image, image_error error, bool fatal, 34 string image_name = extra.get_archive_path() + image; 41 if (error == image_not_found && is_prefix(image, "anon ")) 75 report_image_error(profile.image, profile.error, fatal, extra);
|
/external/skia/gpu/include/ |
GrFontScaler.h | 39 int rowBytes, void* image) = 0;
|
/external/skia/src/animator/ |
SkDrawShader.cpp | 57 SK_MEMBER(image, BaseBitmap) 64 SkDrawBitmapShader::SkDrawBitmapShader() : filterBitmap(-1), image(NULL) {} 75 if (image == NULL) 84 SkShader* shader = SkShader::CreateBitmapShader(image->fBitmap,
|
/external/webkit/Source/WebCore/html/canvas/ |
CanvasRenderingContext.cpp | 66 void CanvasRenderingContext::checkOrigin(const HTMLImageElement* image) 68 if (!image || !canvas()->originClean()) 71 CachedImage* cachedImage = image->cachedImage(); 74 if (canvas()->originClean() && !cachedImage->image()->hasSingleSecurityOrigin())
|
/external/webkit/Source/WebCore/platform/win/ |
DragImageWin.cpp | 35 #include "Image.h" 49 IntSize dragImageSize(DragImageRef image) 51 if (!image) 54 GetObject(image, sizeof(BITMAP), &b); 58 void deleteDragImage(DragImageRef image) 60 if (image) 61 ::DeleteObject(image); 64 DragImageRef dissolveDragImageToFraction(DragImageRef image, float) 67 return image; 70 DragImageRef createDragImageIconForCachedImage(CachedImage* image) 183 HBITMAP image = 0; local [all...] |
/external/webkit/Source/WebCore/svg/graphics/filters/ |
SVGFEImage.cpp | 37 FEImage::FEImage(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRatio) 39 , m_image(image) 44 PassRefPtr<FEImage> FEImage::create(Filter* filter, RefPtr<Image> image, const SVGPreserveAspectRatio& preserveAspectRatio) 46 return adoptRef(new FEImage(filter, image, preserveAspectRatio)); 89 ts << " image-size=\"" << imageSize.width() << "x" << imageSize.height() << "\"]\n"; 90 // FIXME: should this dump also object returned by SVGFEImage::image() ?
|
/external/webkit/Source/WebKit/chromium/public/ |
WebImage.h | 43 namespace WebCore { class Image; } 58 WebImage(const WebImage& image) 61 assign(image); 64 WebImage& operator=(const WebImage& image) 66 assign(image); 70 // Decodes the given image data. If the image has multiple frames, 82 WebImage(const WTF::PassRefPtr<WebCore::Image>&); 83 WebImage& operator=(const WTF::PassRefPtr<WebCore::Image>&);
|
/external/webkit/Source/WebKit2/Shared/API/c/ |
WKImage.h | 45 WK_EXPORT WKSize WKImageGetSize(WKImageRef image);
|
/external/webkit/Source/WebKit2/Shared/API/c/cg/ |
WKImageCG.h | 37 WK_EXPORT CGImageRef WKImageCreateCGImage(WKImageRef image);
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
ImageListUber.java | 163 IImage image = sublist.getImageForUri(uri); local 164 if (image != null) return image; 170 * Modify the skip list when an image is deleted by finding 188 private boolean removeImage(IImage image, int index) { 189 IImageList list = image.getContainer(); 190 if (list != null && list.removeImage(image)) { 197 public boolean removeImage(IImage image) { 198 return removeImage(image, getImageIndex(image)); 202 IImage image = getImageAt(index); local [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
PagedViewWidget.java | 96 final ImageView image = (ImageView) findViewById(R.id.widget_preview); local 97 if (image != null) { 98 FastBitmapDrawable preview = (FastBitmapDrawable) image.getDrawable(); 102 image.setImageDrawable(null); 109 final ImageView image = (ImageView) findViewById(R.id.widget_preview); local 111 image.setMaxWidth(maxWidth); 113 image.setContentDescription(info.label); 114 mPreviewImageView = image; 127 final ImageView image = (ImageView) findViewById(R.id.widget_preview); local 128 image.setContentDescription(label) 139 final ImageView image = (ImageView) findViewById(R.id.widget_preview); local [all...] |