HomeSort by relevance Sort by last modified time
    Searched refs:image (Results 1 - 25 of 2524) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/webkit/glue/
webkit_glue_unittest.cc 12 std::string data("not an image");
13 SkBitmap image; local
14 EXPECT_FALSE(webkit_glue::DecodeImage(data, &image));
15 EXPECT_TRUE(image.isNull());
23 SkBitmap image; local
24 EXPECT_TRUE(webkit_glue::DecodeImage(data, &image));
25 EXPECT_FALSE(image.isNull());
26 EXPECT_EQ(2, image.width());
27 EXPECT_EQ(2, image.height());
28 EXPECT_EQ(SkBitmap::kARGB_8888_Config, image.config())
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_image.c 49 void opd_delete_image(struct opd_image * image)
51 verbprintf(vmisc, "Deleting image: name %s app_name %s, kernel %d, "
53 image->name, image->app_name, image->kernel,
54 image->tid, image->tgid, (int)image->ref_count);
56 if (image->ref_count <= 0) {
57 printf("image->ref_count < 0 for image: name %s app_name %s,
87 struct opd_image * image = local
133 struct opd_image * image; local
225 struct opd_image * image = 0; local
252 struct opd_image * image; local
    [all...]
opd_sample_files.h 34 * @param image the image pointer to work on
36 * close all samples files belonging to this image
38 void opd_close_image_samples_files(struct opd_image * image);
41 * opd_open_24_sample_file - open an image sample file
42 * @param image image to open file for
46 * Open image sample file for the image, counter
48 * image->kernel and image->name must have meaningfu
    [all...]
  /external/pixman/pixman/
pixman-image.c 37 gradient_property_changed (pixman_image_t *image)
39 gradient_t *gradient = &image->gradient;
110 _pixman_image_init (pixman_image_t *image)
112 image_common_t *common = &image->common;
135 _pixman_image_fini (pixman_image_t *image)
137 image_common_t *common = (image_common_t *)image;
143 if (image->common.destroy_func)
144 image->common.destroy_func (image, image->common.destroy_data)
184 pixman_image_t *image = malloc (sizeof (pixman_image_t)); local
    [all...]
pixman-noop.c 43 iter->buffer += iter->image->bits.rowstride;
51 iter->buffer += iter->image->bits.rowstride;
65 pixman_image_t *image = iter->image; local
70 if (!image)
79 else if (image->common.extended_format_code == PIXMAN_solid &&
80 (iter->image->type == SOLID ||
89 if (image->type == SOLID)
90 color = image->solid.color_32;
92 color = image->bits.fetch_pixel_32 (&image->bits, 0, 0)
137 pixman_image_t *image = iter->image; local
    [all...]
  /external/chromium_org/chrome/browser/ui/views/frame/
taskbar_decorator.cc 9 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image) {
  /external/elfutils/libelf/
elf_memory.c 62 elf_memory (image, size)
63 char *image;
66 if (image == NULL)
72 return __libelf_read_mmaped_file (-1, image, 0, size, ELF_C_READ, NULL);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_deblocking.h 52 image_t *image,
  /external/opencv/cxcore/include/
cxcore.hpp 49 CvImage() : image(0), refcount(0) {}
52 image = cvCreateImage( size, depth, channels );
53 refcount = image ? new int(1) : 0;
56 CvImage( IplImage* img ) : image(img)
58 refcount = image ? new int(1) : 0;
61 CvImage( const CvImage& img ) : image(img.image), refcount(img.refcount)
66 CvImage( const char* filename, const char* imgname=0, int color=-1 ) : image(0), refcount(0)
69 CvImage( CvFileStorage* fs, const char* mapname, const char* imgname ) : image(0), refcount(0)
72 CvImage( CvFileStorage* fs, const char* seqname, int idx ) : image(0), refcount(0
205 IplImage* image; member in class:CvImage
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
user_image.cc 30 bool EncodeImageSkia(const gfx::ImageSkia& image,
33 "width", image.width(), "height", image.height());
34 if (image.isNull())
36 const SkBitmap& bitmap = *image.bitmap();
50 UserImage UserImage::CreateAndEncode(const gfx::ImageSkia& image) {
52 if (EncodeImageSkia(image, &raw_image)) {
53 UserImage result(image, raw_image);
57 return UserImage(image);
66 UserImage::UserImage(const gfx::ImageSkia& image)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_folder_button_cell.h 20 image:(NSImage*)image
bookmark_button_cell.h 46 image:(NSImage*)image
51 image:(NSImage*)image
58 image:(NSImage*)image
63 image:(NSImage*)image
72 // |-setBookmarkCellText:image:| is used to set the text and image o
    [all...]
  /external/chromium_org/ui/base/dragdrop/
drag_utils_aura.cc 10 #include "ui/gfx/image/image_skia.h"
16 void SetDragImageOnDataObject(const gfx::ImageSkia& image,
21 data_object->provider().SetDragImage(image, cursor_offset);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
ip.rsh 18 #pragma rs java_package_name(com.android.rs.image)
  /external/chromium_org/chrome/browser/profiles/
profile_info_util.h 8 #include "ui/gfx/image/image.h"
16 // Returns a version of |image| of a specific size and with a grey border.
19 gfx::Image GetSizedAvatarIconWithBorder(const gfx::Image& image,
23 // Returns a version of |image| suitable for use in menus.
24 gfx::Image GetAvatarIconForMenu(const gfx::Image& image,
    [all...]
  /external/chromium_org/chrome/browser/ui/
chrome_style.cc 10 #include "ui/gfx/image/image.h"
16 const SkBitmap* image = rb.GetNativeImageNamed(IDR_CLOSE_DIALOG).ToSkBitmap(); local
17 DCHECK_EQ(image->width(), image->height());
18 return image->width();
  /external/chromium_org/content/public/browser/
favicon_status.cc 8 #include "ui/gfx/image/image_skia.h"
13 image = gfx::Image(*GetContentClient()->browser()->GetDefaultFavicon());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilities.java 22 * The utility class for SWT Image and ImageData manipulation.
27 * Convert normal image to 9-patched.
28 * @return Returns 9-patched ImageData object. If image is null, returns null.
30 public static ImageData convertToNinePatch(ImageData image) {
31 if (image == null) {
34 ImageData result = new ImageData(image.width + 2, image.height + 2, image.depth,
35 image.palette);
37 final int[] colors = new int[image.width]
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CursorData.h 35 CursorData(PassRefPtr<StyleImage> image, const IntPoint& hotSpot)
36 : m_image(image)
51 StyleImage* image() const { return m_image.get(); } function in class:WebCore::CursorData
52 void setImage(PassRefPtr<StyleImage> image) { m_image = image; }
54 // Hot spot in the image in logical pixels.
  /external/chromium_org/ui/webui/resources/css/apps/
common.css 23 border-image: -webkit-image-set(
30 border-image: -webkit-image-set(
37 border-image: -webkit-image-set(
44 border-image: -webkit-image-set(
51 border-image: -webkit-image-set
    [all...]
  /external/qemu/android/skin/
image.c 12 #include "android/skin/image.h"
207 SKIN_IMAGE_CLONE = (1 << 0) /* this image is a clone */
233 skin_image_free( SkinImage* image )
235 if (image && image != _no_image)
237 if (image->surface) {
238 SDL_FreeSurface(image->surface);
239 image->surface = NULL;
242 if (image->pixels) {
243 free( image->pixels )
256 SkinImage* image = calloc(1, sizeof(*image) + len + 1); local
426 SkinImage* image = cache->mru_head.prev; local
599 SkinImage* image = *pimage; local
616 SkinImage* image; local
632 SkinImage* image; local
    [all...]
  /external/proguard/src/proguard/gui/splash/
ImageSprite.java 26 * This Sprite represents an animated image.
32 private final Image image; field in class:ImageSprite
41 * @param image the Image to be painted.
42 * @param x the variable x-coordinate of the upper-left corner of the image.
43 * @param y the variable y-coordinate of the upper-left corner of the image.
44 * @param scaleX the variable x-scale of the image.
45 * @param scaleY the variable y-scale of the image.
47 public ImageSprite(Image image
    [all...]
  /external/chromium_org/ui/gfx/x/
x11_types.cc 61 XImage image; local
62 memset(&image, 0, sizeof(image));
64 image.width = data_width;
65 image.height = data_height;
66 image.format = ZPixmap;
67 image.byte_order = LSBFirst;
68 image.bitmap_unit = 8;
69 image.bitmap_bit_order = LSBFirst;
70 image.depth = depth
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_context_2d.cc 37 if (ctx->image) {
38 PSInterfaceCore()->ReleaseResource(ctx->image);
39 ctx->image = 0;
75 if (ctx->image) {
76 PSInterfaceCore()->ReleaseResource(ctx->image);
77 ctx->image = 0;
89 // Allocates (if needed) a new image context which will be swapped in when
91 // implemented the suggested image/graphic_2d use specified in the
96 // Check if we are already holding an image
97 if (ctx->image) return 1
105 PP_Resource image = local
    [all...]
  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_x.cc 37 XImage* image = XGetImage( local
39 if (!image) {
40 LOG(ERROR) << "Couldn't get image";
43 if (image->depth != 24) {
44 LOG(ERROR)<< "Unsupported image depth " << image->depth;
49 reinterpret_cast<unsigned char*>(image->data),
51 image->width,
52 image->height,
53 image->bytes_per_line)
    [all...]

Completed in 354 milliseconds

1 2 3 4 5 6 7 8 91011>>