Searched refs:image (Results 251 - 275 of 1766) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/remoting/codec/
H A Dvideo_encoder_vpx.cc157 scoped_ptr<vpx_image_t> image(new vpx_image_t());
158 memset(image.get(), 0, sizeof(vpx_image_t));
161 image->d_w = size.width();
162 image->w = size.width();
163 image->d_h = size.height();
164 image->h = size.height();
169 image->fmt = VPX_IMG_FMT_I444;
170 image->x_chroma_shift = 0;
171 image->y_chroma_shift = 0;
173 image
[all...]
/external/chromium_org/cc/resources/
H A Dtexture_uploader.cc131 void TextureUploader::Upload(const uint8* image, argument
147 UploadWithTexImageETC1(image, size);
150 image, image_rect, source_rect, dest_offset, format);
175 void TextureUploader::UploadWithTexSubImage(const uint8* image, argument
182 // Early-out if this is a no-op, and assert that |image| be valid if this is
186 DCHECK(image);
188 // Offset from image-rect to source-rect.
200 pixel_source = &image[image_rect.width() * bytes_per_pixel * offset.y()];
211 &image[bytes_per_pixel *
229 void TextureUploader::UploadWithMapTexSubImage(const uint8* image, argument
289 UploadWithTexImageETC1(const uint8* image, const gfx::Size& size) argument
[all...]
/external/chromium_org/chrome/browser/resources/user_manager/
H A Duser_manager.css43 .pod .user-image-container {
48 .pod .user-image {
76 background-image: -webkit-image-set(
93 background-image: -webkit-image-set(
118 background-image: none;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGImage.cpp62 SVGImageElement* image = toSVGImageElement(element()); local
66 SVGLengthContext lengthContext(image);
67 m_objectBoundingBox = FloatRect(image->x()->currentValue()->value(lengthContext), image->y()->currentValue()->value(lengthContext), image->width()->currentValue()->value(lengthContext), image->height()->currentValue()->value(lengthContext));
70 // by setting the image's container size to its intrinsic size.
72 if (image->preserveAspectRatio()->currentValue()->align() == SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO_NONE) {
164 RefPtr<Image> image = m_imageResource->image(); local
[all...]
/external/chromium_org/ui/webui/resources/css/
H A Dexpandable_bubble.css6 -webkit-border-image: url('chrome://theme/IDR_APP_NOTIFICATION_SMALL_BUBBLE')
75 background-image: -webkit-image-set(
81 background-image: -webkit-image-set(
87 background-image: -webkit-image-set(
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
H A Dinfo.js55 * image. Outputs image data to the DOM.
68 // Render general image data.
81 * Renders the URL for the image, trimming if the length is too long.
93 * Renders a thumbnail view of the image.
102 var image = new Image();
103 image.addEventListener('load', function() {
104 var src_w = image.width;
105 var src_h = image.height;
116 context.drawImage(image,
[all...]
/external/chromium_org/third_party/mesa/src/src/gbm/backends/dri/
H A Dgbm_dri.c54 dri_lookup_egl_image(__DRIscreen *screen, void *image, void *data) argument
61 return dri->lookup_image(screen, image, dri->lookup_user_data);
131 { __DRI_IMAGE, 1, offsetof(struct gbm_dri_device, image) },
306 if (bo->image != NULL)
321 if (bo->image != NULL) {
322 dri->image->destroyImage(bo->image);
365 __DRIimage *image; local
369 /* Required for query image WIDTH & HEIGHT */
370 if (dri->image
[all...]
/external/mesa3d/src/gbm/backends/dri/
H A Dgbm_dri.c54 dri_lookup_egl_image(__DRIscreen *screen, void *image, void *data) argument
61 return dri->lookup_image(screen, image, dri->lookup_user_data);
131 { __DRI_IMAGE, 1, offsetof(struct gbm_dri_device, image) },
306 if (bo->image != NULL)
321 if (bo->image != NULL) {
322 dri->image->destroyImage(bo->image);
365 __DRIimage *image; local
369 /* Required for query image WIDTH & HEIGHT */
370 if (dri->image
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dimage.c27 #include "image.h"
239 struct vg_image *image = CALLOC_STRUCT(vg_image); local
246 vg_init_object(&image->base, ctx, VG_OBJECT_IMAGE);
248 image->format = format;
249 image->width = width;
250 image->height = height;
252 image->sampler.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
253 image->sampler.wrap_t = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
254 image->sampler.wrap_r = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
255 image
374 image_sub_data(struct vg_image *image, const void * data, VGint dataStride, VGImageFormat dataFormat, VGint x, VGint y, VGint width, VGint height) argument
435 image_get_sub_data(struct vg_image * image, void * data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height) argument
478 struct vg_image *image = CALLOC_STRUCT(vg_image); local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dimage.c27 #include "image.h"
239 struct vg_image *image = CALLOC_STRUCT(vg_image); local
246 vg_init_object(&image->base, ctx, VG_OBJECT_IMAGE);
248 image->format = format;
249 image->width = width;
250 image->height = height;
252 image->sampler.wrap_s = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
253 image->sampler.wrap_t = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
254 image->sampler.wrap_r = PIPE_TEX_WRAP_CLAMP_TO_EDGE;
255 image
374 image_sub_data(struct vg_image *image, const void * data, VGint dataStride, VGImageFormat dataFormat, VGint x, VGint y, VGint width, VGint height) argument
435 image_get_sub_data(struct vg_image * image, void * data, VGint dataStride, VGImageFormat dataFormat, VGint sx, VGint sy, VGint width, VGint height) argument
478 struct vg_image *image = CALLOC_STRUCT(vg_image); local
[all...]
/external/pixman/pixman/
H A Dpixman-general.c43 pixman_image_t *image = iter->image; local
45 if (image->type == LINEAR)
46 _pixman_linear_gradient_iter_init (image, iter);
47 else if (image->type == RADIAL)
48 _pixman_radial_gradient_iter_init (image, iter);
49 else if (image->type == CONICAL)
50 _pixman_conical_gradient_iter_init (image, iter);
51 else if (image->type == BITS)
52 _pixman_bits_image_src_iter_init (image, ite
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_api.h18 // Note: For security reason, the original encoded wallpaper image is not saved
35 virtual void OnWallpaperDecoded(const gfx::ImageSkia& image) OVERRIDE;
40 scoped_ptr<gfx::ImageSkia> image);
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_downloader.cc52 // Decode the downloaded bitmap. Ownership of the image is taken by |cache_|.
53 gfx::Image image = gfx::Image::CreateFrom1xBitmap(*bitmap);
54 cache_->SaveAvatarImageAtPath(&image,
/external/chromium_org/chrome/browser/resources/options/
H A Dimport_data_overlay.css27 #import-success-image {
/external/chromium_org/chrome/browser/resources/quota_internals/
H A Dmain.css23 background-image: url('../../../../ui/webui/resources/images/icon_file.png');
/external/chromium_org/chrome/browser/status_icons/
H A Dstatus_icon.h25 // Sets the image associated with this status icon.
26 virtual void SetImage(const gfx::ImageSkia& image) = 0;
28 // Sets the image associated with this status icon when pressed.
29 virtual void SetPressedImage(const gfx::ImageSkia& image) = 0;
H A Dstatus_tray.h41 const gfx::ImageSkia& image,
55 const gfx::ImageSkia& image,
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dimage_button_cell.h35 // A button cell that can disable a different image for each possible button
36 // state. Images are specified by image IDs.
42 base::scoped_nsobject<NSImage> image; member in struct:__anon5009
49 // Gets the image for the given button state. Will load from a resource pak if
50 // the image was originally set using an image ID.
54 // Sets the image for the given button state using an image ID.
55 // The image will be lazy loaded from a resource pak -- important because
60 // Sets the image fo
[all...]
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dpage_action_with_badge_view.cc34 const gfx::ImageSkia& image = image_view()->GetImage(); local
35 int y = (image.height() + 1) % 2; // Even numbers: 1px padding. Odd: 0px.
/external/chromium_org/chrome/browser/ui/views/
H A Dtab_icon_view.h42 void PaintFavicon(gfx::Canvas* canvas, const gfx::ImageSkia& image);
44 const gfx::ImageSkia& image,
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_handler.h41 void OnWriteStart(const base::FilePath& image, const base::FilePath& device);
42 void OnVerifyStart(const base::FilePath& image, const base::FilePath& device);
/external/chromium_org/content/child/
H A Dimage_decoder.cc36 const WebImage& image = WebImage::fromData( local
38 return image.getSkBitmap();
/external/chromium_org/ppapi/c/dev/
H A Dppb_widget_dev.h43 * Paint the given rectangle of the widget into the given image.
48 PP_Resource image);
74 PP_Resource image);
/external/chromium_org/ppapi/cpp/
H A Dcompositor_layer.h85 /// Sets the image of an image layer. If the layer is uninitialized, it will
86 /// initiliaze the layer first, and then set the image of it. If the layer has
90 /// param[in] image_data A <code>PP_Resource</code> corresponding to an image
93 /// the image data is released by Chromium compositor.
96 int32_t SetImage(const ImageData& image,
99 /// Sets the image of an image layer. If the layer is uninitialized, it will
100 /// initialize the layer first, and then set its image. The layer size will
101 /// be set to the image'
[all...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceFetcherTest.cpp63 ResourcePtr<ImageResource> image = fetcher->fetchImage(fetchRequest); local
64 EXPECT_EQ(image.get(), static_cast<ImageResource*>(0));

Completed in 621 milliseconds

<<11121314151617181920>>