Searched refs:image (Results 1 - 25 of 1808) sorted by relevance

1234567891011>>

/external/oprofile/daemon/liblegacy/
H A Dopd_image.c49 void opd_delete_image(struct opd_image * image) argument
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
87 struct opd_image * image = local
133 struct opd_image * image; local
177 is_same_image(struct opd_image const * image, char const * app_name, pid_t tid, pid_t tgid) argument
225 struct opd_image * image = 0; local
252 struct opd_image * image; local
[all...]
H A Dopd_sample_files.h34 * @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
[all...]
/external/libpng/contrib/examples/
H A Dpngtopng.c30 png_image image; local
32 /* Only the image structure version number needs to be set. */
33 memset(&image, 0, sizeof image);
34 image.version = PNG_IMAGE_VERSION;
36 if (png_image_begin_read_from_file(&image, argv[1]))
43 image.format = PNG_FORMAT_RGBA;
45 buffer = malloc(PNG_IMAGE_SIZE(image));
49 if (png_image_finish_read(&image, NULL/*background*/, buffer,
52 if (png_image_write_to_file(&image, arg
[all...]
/external/chromium_org/chrome/browser/chromeos/profiles/
H A Davatar_menu_chromeos.cc11 #include "ui/gfx/image/image.h"
15 gfx::Image* image,
19 *image = ash::GetAvatarImageForContext(profile);
14 GetImageForMenuButton(Profile* profile, gfx::Image* image, bool* is_rectangle) argument
/external/pixman/pixman/
H A Dpixman-image.c37 gradient_property_changed (pixman_image_t *image) argument
39 gradient_t *gradient = &image->gradient;
110 _pixman_image_init (pixman_image_t *image) argument
112 image_common_t *common = &image->common;
135 _pixman_image_fini (pixman_image_t *image) argument
137 image_common_t *common = (image_common_t *)image;
143 if (image->common.destroy_func)
144 image->common.destroy_func (image, image
184 pixman_image_t *image = malloc (sizeof (pixman_image_t)); local
193 image_property_changed(pixman_image_t *image) argument
200 pixman_image_ref(pixman_image_t *image) argument
209 pixman_image_unref(pixman_image_t *image) argument
221 pixman_image_set_destroy_function(pixman_image_t * image, pixman_image_destroy_func_t func, void * data) argument
230 pixman_image_get_destroy_data(pixman_image_t *image) argument
236 _pixman_image_reset_clip_region(pixman_image_t *image) argument
265 compute_image_info(pixman_image_t *image) argument
535 _pixman_image_validate(pixman_image_t *image) argument
557 pixman_image_set_clip_region32(pixman_image_t * image, pixman_region32_t *region) argument
581 pixman_image_set_clip_region(pixman_image_t * image, pixman_region16_t *region) argument
605 pixman_image_set_has_client_clip(pixman_image_t *image, pixman_bool_t client_clip) argument
612 pixman_image_set_transform(pixman_image_t * image, const pixman_transform_t *transform) argument
664 pixman_image_set_repeat(pixman_image_t *image, pixman_repeat_t repeat) argument
676 pixman_image_set_filter(pixman_image_t * image, pixman_filter_t filter, const pixman_fixed_t *params, int n_params) argument
724 pixman_image_set_source_clipping(pixman_image_t *image, pixman_bool_t clip_sources) argument
740 pixman_image_set_indexed(pixman_image_t * image, const pixman_indexed_t *indexed) argument
754 pixman_image_set_alpha_map(pixman_image_t *image, pixman_image_t *alpha_map, int16_t x, int16_t y) argument
807 pixman_image_set_component_alpha(pixman_image_t *image, pixman_bool_t component_alpha) argument
819 pixman_image_get_component_alpha(pixman_image_t *image) argument
825 pixman_image_set_accessors(pixman_image_t * image, pixman_read_memory_func_t read_func, pixman_write_memory_func_t write_func) argument
841 pixman_image_get_data(pixman_image_t *image) argument
850 pixman_image_get_width(pixman_image_t *image) argument
859 pixman_image_get_height(pixman_image_t *image) argument
868 pixman_image_get_stride(pixman_image_t *image) argument
877 pixman_image_get_depth(pixman_image_t *image) argument
886 pixman_image_get_format(pixman_image_t *image) argument
895 _pixman_image_get_solid(pixman_implementation_t *imp, pixman_image_t * image, pixman_format_code_t format) argument
[all...]
H A Dpixman-noop.c43 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
137 pixman_image_t *image = iter->image; local
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dtaskbar_decorator.cc9 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image) { argument
/external/elfutils/0.153/libelf/
H A Delf_memory.c62 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);
/external/deqp/framework/delibs/deimage/
H A DdeImage.h46 void deImage_destroy (deImage* image);
48 int deImage_getWidth (const deImage* image);
49 int deImage_getHeight (const deImage* image);
50 void* deImage_getPixelPtr (const deImage* image);
52 deARGB deImage_getPixel (const deImage* image, int x, int y);
53 void deImage_setPixel (deImage* image, int x, int y, deARGB argb);
56 deBool deImage_saveTarga (const deImage* image, const char* fileName);
58 deImage* deImage_convertFormat (const deImage* image, deImageFormat format);
59 deImage* deImage_scale (const deImage* image, int dstWidth, int dstHeight);
60 void deImage_copyToUint8RGBA (const deImage* image, deUint
[all...]
H A DdeImage.c36 static void* getPixelAddress (const deImage* image, int x, int y) argument
38 int offset = ((y*image->width) + x) * deImageFormat_getBytesPerPixel(image->format);
39 DE_ASSERT(deInBounds32(x, 0, image->width));
40 DE_ASSERT(deInBounds32(y, 0, image->height));
41 return (void*)((deUint8*)image->pixels + offset);
46 deImage* image = DE_NEW(deImage); local
48 if (!image)
51 image->width = width;
52 image
65 deImage_destroy(deImage* image) argument
71 deImage_getPixel(const deImage* image, int x, int y) argument
84 deImage_setPixel(deImage* image, int x, int y, deARGB argb) argument
96 deImage_convertFormat(const deImage* image, deImageFormat format) argument
161 deImage_copyToUint8RGBA(const deImage* image, deUint8* pixels) argument
179 deImage_getPixelPtr(const deImage* image) argument
184 deImage_getWidth(const deImage* image) argument
189 deImage_getHeight(const deImage* image) argument
[all...]
/external/opencv/cxcore/include/
H A Dcxcore.hpp49 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(
205 IplImage* image; member in class:CvImage
[all...]
/external/chromium_org/ui/keyboard/resources/elements/
H A Dkb-key.js7 * The background image to display on this key. Does not display an
8 * image if this is the empty string.
11 image: "",
14 * The background image size to use if an image is specified. The size
62 * Called when the image attribute changes. This is used to set the
63 * background image of the key.
67 if (!this.image) {
71 var image =
72 this.image
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dbubble_button.js7 * An image button that brings up an informative bubble when activated by
24 this.image = document.createElement('div');
25 this.image.tabIndex = 0;
26 this.image.setAttribute('role', 'button');
27 this.image.addEventListener('click', this);
28 this.image.addEventListener('keydown', this);
29 this.image.addEventListener('mousedown', this);
30 this.appendChild(this.image);
38 return this.image.classList.contains('showing-bubble');
41 this.image
[all...]
/external/chromium_org/components/user_manager/user_image/
H A Duser_image.cc18 bool EncodeImageSkia(const gfx::ImageSkia& image, argument
21 "width", image.width(), "height", image.height());
22 if (image.isNull())
24 const SkBitmap& bitmap = *image.bitmap();
38 UserImage UserImage::CreateAndEncode(const gfx::ImageSkia& image) { argument
40 if (EncodeImageSkia(image, &raw_image)) {
41 UserImage result(image, raw_image);
45 return UserImage(image);
53 UserImage::UserImage(const gfx::ImageSkia& image) argument
59 UserImage(const gfx::ImageSkia& image, const RawImage& raw_image) argument
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_bar_folder_button_cell.h20 image:(NSImage*)image
/external/chromium_org/ui/base/dragdrop/
H A Ddrag_utils_aura.cc10 #include "ui/gfx/image/image_skia.h"
16 void SetDragImageOnDataObject(const gfx::ImageSkia& image, argument
20 data_object->provider().SetDragImage(image, cursor_offset);
/external/chromium_org/chrome/browser/ui/
H A Dchrome_style.cc9 #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/
H A Dfavicon_status.cc8 #include "ui/gfx/image/image_skia.h"
13 image = gfx::Image(*GetContentClient()->browser()->GetDefaultFavicon());
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DShapeValue.h60 static PassRefPtr<ShapeValue> createImageValue(PassRefPtr<StyleImage> image) argument
62 return adoptRef(new ShapeValue(image));
68 StyleImage* image() const { return m_image.get(); } function in class:blink::ShapeValue
71 if (!image())
73 if (image()->isImageResource() || image()->isImageResourceSet())
74 return image()->cachedImage() && image()->cachedImage()->hasImage();
75 return image()->isGeneratedImage();
77 void setImage(PassRefPtr<StyleImage> image) argument
99 ShapeValue(PassRefPtr<StyleImage> image) argument
[all...]
H A DCursorData.h35 CursorData(PassRefPtr<StyleImage> image, const IntPoint& hotSpot) argument
36 : m_image(image)
51 StyleImage* image() const { return m_image.get(); } function in class:blink::CursorData
52 void setImage(PassRefPtr<StyleImage> image) { m_image = image; } argument
54 // Hot spot in the image in logical pixels.
/external/chromium_org/third_party/skia/src/image/
H A DSkImagePriv.cpp18 SkImage* image = NULL; local
20 image = SkNewImageFromPixelRef(info, bm.pixelRef(), bm.rowBytes());
24 image = SkImage::NewRasterCopy(info, bm.getPixels(), bm.rowBytes());
28 return image;
/external/chromium_org/ui/webui/resources/css/apps/
H A Dcommon.css23 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
[all...]
/external/qemu/android/skin/
H A Dimage.c12 #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
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/
H A DImageSprite.java26 * 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, argument
53 this.image = image;
[all...]
/external/chromium_org/ui/gfx/x/
H A Dx11_types.cc76 XImage image; local
77 memset(&image, 0, sizeof(image));
79 image.width = data_width;
80 image.height = data_height;
81 image.format = ZPixmap;
82 image.byte_order = LSBFirst;
83 image.bitmap_unit = 8;
84 image.bitmap_bit_order = LSBFirst;
85 image
[all...]

Completed in 6157 milliseconds

1234567891011>>