Searched refs:image (Results 26 - 50 of 1808) sorted by relevance

1234567891011>>

/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_context_2d.cc37 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) retur
105 PP_Resource image = local
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
H A Dbookmark_button_cell.h46 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/file_manager/file_manager/foreground/css/
H A Dfile_types.css7 background-image: -webkit-image-set(
18 background-image: -webkit-image-set(
24 background-image: -webkit-image-set(
32 background-image: -webkit-image-set(
38 background-image: -webkit-image
[all...]
/external/oprofile/daemon/
H A Dopd_kernel.c89 * Allocate and initialise a kernel image description
90 * @param name image name
97 struct kernel_image * image = xmalloc(sizeof(struct kernel_image)); local
99 image->name = xstrdup(name);
100 image->start = start;
101 image->end = end;
102 list_add(&image->list, &modules);
104 return image;
109 * Clear and free all kernel image information and reset
116 struct kernel_image * image; local
143 struct kernel_image * image; local
211 struct kernel_image * image = &vmlinux_image; local
[all...]
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_unittest.cc5 #include "ui/gfx/image/image_skia.h"
12 #include "ui/gfx/image/image_skia_rep.h"
13 #include "ui/gfx/image/image_skia_source.h"
31 FixedSource(const ImageSkiaRep& image) : image_(image) {} argument
150 ImageSkiaRep image(Size(100, 200), 1.0f);
151 ImageSkia image_skia(new FixedSource(image), Size(100, 200));
170 // generate new image skia rep.
195 // generate new image skia rep.
203 // image whe
264 ImageSkia image; local
428 GetSortedScaleFactors(const gfx::ImageSkia& image) argument
[all...]
/external/chromium_org/content/common/gpu/
H A Dgpu_memory_buffer_factory_android.cc37 scoped_refptr<gfx::GLImageSharedMemory> image(
39 if (!image->Initialize(handle))
42 return image;
45 scoped_refptr<gfx::GLImageSurfaceTexture> image(
47 if (!image->Initialize(handle))
50 return image;
/external/qemu/android/skin/
H A Dimage.h23 /* skin image file objects */
25 /* opaque skin image type. all skin images are placed in a simple MRU cache
31 /* a descriptor for a given skin image */
33 const char* path; /* image file path (must be .png) */
42 /* a special value returned when an image cannot be properly loaded */
45 /* return the SDL_Surface* pointer of a given skin image */
46 extern SDL_Surface* skin_image_surface( SkinImage* image );
47 extern int skin_image_w ( SkinImage* image );
48 extern int skin_image_h ( SkinImage* image );
49 extern int skin_image_org_w ( SkinImage* image );
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dimage.c35 opj_image_t *image = (opj_image_t*)opj_calloc(1, sizeof(opj_image_t)); local
36 return image;
41 opj_image_t *image = NULL; local
43 image = (opj_image_t*) opj_calloc(1, sizeof(opj_image_t));
44 if(image) {
45 image->color_space = clrspc;
46 image->numcomps = numcmpts;
48 image->comps = (opj_image_comp_t*)opj_calloc(1,image->numcomps * sizeof(opj_image_comp_t));
49 if(!image
78 opj_image_destroy(opj_image_t *image) argument
206 opj_image_t *image = 00; local
[all...]
/external/chromium_org/chrome/browser/resources/identity_scope_approval_dialog/
H A Dscope_approval_dialog.css23 background-image: -webkit-image-set(
35 background-image: -webkit-image-set(
41 background-image: -webkit-image-set(
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DElementStyleResources.cpp71 RefPtr<StyleImage> image = value->cachedOrPendingImageSet(m_deviceScaleFactor); local
72 if (image && image->isPendingImage())
74 return image.release();
79 RefPtr<StyleImage> image = value->cachedOrPendingImage(); local
80 if (image) {
81 if (image->isPendingImage())
86 return image.release();
91 RefPtr<StyleImage> image = value->cachedOrPendingImage(m_deviceScaleFactor); local
92 if (image
[all...]
/external/chromium_org/ui/base/cocoa/
H A Dhover_image_button.h23 // Sets the default image.
24 - (void)setDefaultImage:(NSImage*)image;
26 // Sets the hover image.
27 - (void)setHoverImage:(NSImage*)image;
29 // Sets the pressed image.
30 - (void)setPressedImage:(NSImage*)image;
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BView.h39 image = NULL;
70 /* And if there's an image, redraw it. */
71 if( image ) {
72 bounds = image->Bounds();
79 if ( image ) {
80 delete image;
82 image = bitmap;
85 if ( image ) {
92 DrawBitmap(image, updateRect, dest);
94 DrawBitmap(image, updateRec
112 BBitmap *image; member in class:SDL_BView
[all...]
/external/chromium_org/components/enhanced_bookmarks/
H A Dimage_store_util.cc7 #include "ui/gfx/image/image_skia.h"
8 #include "ui/gfx/image/image_util.h"
16 scoped_refptr<base::RefCountedMemory> BytesForImage(const gfx::Image& image) { argument
17 DCHECK(image.AsImageSkia().image_reps().size() == 1);
18 DCHECK(image.AsImageSkia().image_reps().begin()->scale() == 1.0f);
22 gfx::JPEG1xEncodedDataFromImage(image, kJpegEncodingQuality, &data);
/external/chromium_org/content/public/browser/
H A Dfavicon_status.h9 #include "ui/gfx/image/image.h"
29 gfx::Image image; member in struct:content::FaviconStatus
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dmouse_cursor.cc21 MouseCursor::MouseCursor(DesktopFrame* image, const DesktopVector& hotspot) argument
22 : image_(image),
32 return cursor.image()
33 ? new MouseCursor(BasicDesktopFrame::CopyOf(*cursor.image()),
H A Dmouse_cursor.h26 // Takes ownership of |image|. |hotspot| must be within |image| boundaries.
27 MouseCursor(DesktopFrame* image, const DesktopVector& hotspot);
33 void set_image(DesktopFrame* image) { image_.reset(image); } argument
34 const DesktopFrame* image() const { return image_.get(); } function in class:webrtc::MouseCursor
/external/libunwind/src/coredump/
H A D_UCD_elf_map_image.c41 ei->image = mmap(NULL, phdr->p_memsz, PROT_READ, MAP_PRIVATE, ui->coredump_fd, phdr->p_offset);
42 if (ei->image == MAP_FAILED)
44 ei->image = NULL;
51 void *remainder_base = (char*) ei->image + phdr->p_filesz;
63 ei->image = mmap(NULL, phdr->backing_filesize, PROT_READ, MAP_PRIVATE, phdr->backing_fd, 0);
64 if (ei->image == MAP_FAILED)
66 ei->image = NULL;
75 munmap(ei->image, ei->size);
76 ei->image = NULL;
/external/chromium_org/ui/accessibility/extensions/alt/
H A Dhide-images.js14 function processImage(image) {
15 image.style.setProperty('min-height', image.height + 'px');
16 image.style.setProperty('min-width', image.width + 'px');
17 var style = window.getComputedStyle(image, null);
19 axs.utils.getContrastRatioForElementWithComputedStyle(style, image);
21 var bgColor = axs.utils.getBgColor(style, image);
22 var fgColor = axs.utils.getFgColor(style, image, bgColor);
26 image
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c86 * Allocate an empty texture image object.
95 * Delete a texture image object.
109 radeon_texture_image *image = get_radeon_texture_image(timage); local
122 assert(!image->base.ImageOffsets);
123 image->base.ImageOffsets = malloc(slices * sizeof(GLuint));
131 * Free memory associated with this texture image.
135 radeon_texture_image* image = get_radeon_texture_image(timage); local
137 if (image->mt) {
138 radeon_miptree_unreference(&image->mt);
142 if (image
158 teximage_set_map_data(radeon_texture_image *image) argument
179 radeon_teximage_map(radeon_texture_image *image, GLboolean write_enable) argument
194 radeon_teximage_unmap(radeon_texture_image *image) argument
223 radeon_texture_image *image = get_radeon_texture_image(texImage); local
275 radeon_texture_image *image = get_radeon_texture_image(texImage); local
551 radeon_texture_image* image = get_radeon_texture_image(texImage); local
601 __DRIimage *image; local
706 radeon_swrast_map_image(radeonContextPtr rmesa, radeon_texture_image *image) argument
740 radeon_swrast_unmap_image(radeonContextPtr rmesa, radeon_texture_image *image) argument
759 radeon_texture_image *image = get_radeon_texture_image(texObj->Image[face][i]); local
775 radeon_texture_image *image = get_radeon_texture_image(texObj->Image[face][i]); local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c86 * Allocate an empty texture image object.
95 * Delete a texture image object.
109 radeon_texture_image *image = get_radeon_texture_image(timage); local
122 assert(!image->base.ImageOffsets);
123 image->base.ImageOffsets = malloc(slices * sizeof(GLuint));
131 * Free memory associated with this texture image.
135 radeon_texture_image* image = get_radeon_texture_image(timage); local
137 if (image->mt) {
138 radeon_miptree_unreference(&image->mt);
142 if (image
158 teximage_set_map_data(radeon_texture_image *image) argument
179 radeon_teximage_map(radeon_texture_image *image, GLboolean write_enable) argument
194 radeon_teximage_unmap(radeon_texture_image *image) argument
223 radeon_texture_image *image = get_radeon_texture_image(texImage); local
275 radeon_texture_image *image = get_radeon_texture_image(texImage); local
551 radeon_texture_image* image = get_radeon_texture_image(texImage); local
601 __DRIimage *image; local
706 radeon_swrast_map_image(radeonContextPtr rmesa, radeon_texture_image *image) argument
740 radeon_swrast_unmap_image(radeonContextPtr rmesa, radeon_texture_image *image) argument
759 radeon_texture_image *image = get_radeon_texture_image(texObj->Image[face][i]); local
775 radeon_texture_image *image = get_radeon_texture_image(texObj->Image[face][i]); local
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c86 * Allocate an empty texture image object.
95 * Delete a texture image object.
109 radeon_texture_image *image = get_radeon_texture_image(timage); local
122 assert(!image->base.ImageOffsets);
123 image->base.ImageOffsets = malloc(slices * sizeof(GLuint));
131 * Free memory associated with this texture image.
135 radeon_texture_image* image = get_radeon_texture_image(timage); local
137 if (image->mt) {
138 radeon_miptree_unreference(&image->mt);
142 if (image
158 teximage_set_map_data(radeon_texture_image *image) argument
179 radeon_teximage_map(radeon_texture_image *image, GLboolean write_enable) argument
194 radeon_teximage_unmap(radeon_texture_image *image) argument
223 radeon_texture_image *image = get_radeon_texture_image(texImage); local
275 radeon_texture_image *image = get_radeon_texture_image(texImage); local
551 radeon_texture_image* image = get_radeon_texture_image(texImage); local
601 __DRIimage *image; local
706 radeon_swrast_map_image(radeonContextPtr rmesa, radeon_texture_image *image) argument
740 radeon_swrast_unmap_image(radeonContextPtr rmesa, radeon_texture_image *image) argument
759 radeon_texture_image *image = get_radeon_texture_image(texObj->Image[face][i]); local
775 radeon_texture_image *image = get_radeon_texture_image(texObj->Image[face][i]); local
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c86 * Allocate an empty texture image object.
95 * Delete a texture image object.
109 radeon_texture_image *image = get_radeon_texture_image(timage); local
122 assert(!image->base.ImageOffsets);
123 image->base.ImageOffsets = malloc(slices * sizeof(GLuint));
131 * Free memory associated with this texture image.
135 radeon_texture_image* image = get_radeon_texture_image(timage); local
137 if (image->mt) {
138 radeon_miptree_unreference(&image->mt);
142 if (image
158 teximage_set_map_data(radeon_texture_image *image) argument
179 radeon_teximage_map(radeon_texture_image *image, GLboolean write_enable) argument
194 radeon_teximage_unmap(radeon_texture_image *image) argument
223 radeon_texture_image *image = get_radeon_texture_image(texImage); local
275 radeon_texture_image *image = get_radeon_texture_image(texImage); local
551 radeon_texture_image* image = get_radeon_texture_image(texImage); local
601 __DRIimage *image; local
706 radeon_swrast_map_image(radeonContextPtr rmesa, radeon_texture_image *image) argument
740 radeon_swrast_unmap_image(radeonContextPtr rmesa, radeon_texture_image *image) argument
759 radeon_texture_image *image = get_radeon_texture_image(texObj->Image[face][i]); local
775 radeon_texture_image *image = get_radeon_texture_image(texObj->Image[face][i]); local
[all...]
/external/chromium_org/chrome/test/ispy/common/
H A Dimage_tools.py5 """Utilities for performing pixel-by-pixel image comparision."""
22 Exception: One image or fewer is passed in.
34 """Returns an image representing the difference between the two images.
38 the coloration of the generated image.
41 image1: the first image to compare.
42 image2: the second image to compare.
43 mask: an optional mask image consisting of only black and white pixels
44 where white pixels indicate the portion of the image to be masked out.
45 masked_color: the color of a masked section in the resulting image.
47 between images 1 and 2 in the resulting image
[all...]
/external/oprofile/daemon/liblegacy/
H A Dopd_sample_files.c43 verbprintf(vsfile, "image lru clear\n");
67 static char * opd_mangle_filename(struct opd_image const * image, int counter, argument
75 if (image->kernel)
80 values.tid = image->tid;
81 values.tgid = image->tgid;
93 values.image_name = image->name;
94 values.dep_name = separate_lib && image->app_name
95 ? image->app_name : image->name;
103 int opd_open_24_sample_file(struct opd_image * image, in argument
166 opd_close_image_samples_files(struct opd_image * image) argument
[all...]
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dsprite_view.h14 // A class that knows how to repeatedly animate sprites from an image containing
22 // |image| contains square sprites in a horizontal strip.
24 // It is OK to pass in a single sprite (a square image), in which case there
26 - (void)setImage:(NSImage*)image;
28 // Same as above, with a toast animation to transition to the new image.
29 // The old image will animate to the bottom, and then the new image will
31 - (void)setImage:(NSImage*)image withToastAnimation:(BOOL)animate;

Completed in 4709 milliseconds

1234567891011>>