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

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcherTest.cpp 63 ResourcePtr<ImageResource> image = fetcher->fetchImage(fetchRequest); local
64 EXPECT_EQ(image.get(), static_cast<ImageResource*>(0));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImageResourceStyleImage.cpp 64 PassRefPtr<Image> RenderImageResourceStyleImage::image(int width, int height) const function in class:WebCore::RenderImageResourceStyleImage
66 // Generated content may trigger calls to image() while we're still pending, don't assert but gracefully exit.
69 return m_styleImage->image(m_renderer, IntSize(width, height));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleReflection.h 54 void setMask(const NinePieceImage& image) { m_mask = image; }
  /external/chromium_org/third_party/WebKit/Source/web/resources/
pickerButton.css 29 background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
45 background-image: -webkit-linear-gradient(#f0f0f0, #f0f0f0 38%, #e0e0e0);
52 background-image: -webkit-linear-gradient(#e7e7e7, #e7e7e7 38%, #d7d7d7);
58 background-image: -webkit-linear-gradient(#f1f1f1, #f1f1f1 38%, #e6e6e6);
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/many_images/images/
generate_images.sh 23 # Generate a random image
24 convert -size ${width}x${height} plasma:fractal image${i}_t.png
  /external/chromium_org/tools/site_compare/commands/
scrape.py 30 "Scrapes an image from a URL or series of URLs.",
49 image = windowing.ScrapeWindow(wnd)
51 image.save(filename)
  /external/chromium_org/ui/gfx/image/
image.cc 5 #include "ui/gfx/image/image.h"
13 #include "ui/gfx/image/image_png_rep.h"
14 #include "ui/gfx/image/image_skia.h"
27 #include "ui/gfx/image/cairo_cached_surface.h"
31 #include "ui/gfx/image/image_skia_util_ios.h"
34 #include "ui/gfx/image/image_skia_util_mac.h"
102 gchar* image = NULL; local
106 pixbuf, &image, &image_size, "png", &error, NULL));
109 png_bytes->data().assign(image, image + image_size)
321 ImageSkia* image() { return image_.get(); } function in class:gfx::internal::ImageRepSkia
426 UIImage* image() const { return image_; } function in class:gfx::internal::ImageRepCocoaTouch
459 NSImage* image() const { return image_; } function in class:gfx::internal::ImageRepCocoa
717 UIImage* image = UIImageFromImageSkia(*skia_rep->image()); local
748 NSImage* image = NSImageFromImageSkiaWithColorSpace(*skia_rep->image(), local
874 UIImage* image = ToUIImage(); local
880 NSImage* image = ToNSImage(); local
    [all...]
image_util.cc 5 #include "ui/gfx/image/image_util.h"
10 #include "ui/gfx/image/image.h"
11 #include "ui/gfx/image/image_skia.h"
17 Image ImageFrom1xJPEGEncodedData(const unsigned char* input,
21 return Image::CreateFrom1xBitmap(*bitmap);
23 return Image();
26 bool JPEG1xEncodedDataFromImage(const Image& image, int quality,
29 image.AsImageSkia().GetRepresentation(1.0f)
    [all...]
  /external/e2fsprogs/tests/
Makefile.in 48 dd if=/dev/zero of=${TDIR}/image bs=1k count=8k
49 mke2fs -j -F -N 256 ${TDIR}/image
51 @echo; echo; echo "New test filesystem at ${TDIR}/image."
57 testend: test_script ${TDIR}/image
58 gzip -9 ${TDIR}/image
  /external/qemu/distrib/sdl-1.2.15/test/
testgamma.c 76 SDL_Surface *image; local
128 image = SDL_LoadBMP("sample.bmp");
129 if ( image ) {
132 dst.x = (screen->w - image->w)/2;
133 dst.y = (screen->h - image->h)/2;
134 dst.w = image->w;
135 dst.h = image->h;
136 SDL_BlitSurface(image, NULL, screen, &dst);
  /pdk/apps/CameraITS/build/
envsetup.sh 32 python -c 'import numpy, PIL, Image, matplotlib, pylab' >/dev/null 2>&1 || \
37 for M in device objects image
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 43 import java.awt.image.BufferedImage;
44 import java.awt.image.DataBufferInt;
53 * Utilities related to image processing.
57 * Returns true if the given image has no dark pixels
59 * @param image the image to be checked for dark pixels
62 public static boolean containsDarkPixels(BufferedImage image) {
63 for (int y = 0, height = image.getHeight(); y < height; y++) {
64 for (int x = 0, width = image.getWidth(); x < width; x++) {
65 int pixel = image.getRGB(x, y)
357 BufferedImage image = new BufferedImage(source.getWidth() + shadowSize * 2, local
466 BufferedImage image = new BufferedImage(width + SHADOW_SIZE, height + SHADOW_SIZE, type); local
972 BufferedImage image = new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB); local
    [all...]
  /external/chromium/chrome/browser/chromeos/
wm_overview_snapshot.h 18 // WmOverviewSnapshot contains a snapshot image of the tab at the
25 void SetImage(const SkBitmap& image);
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
selected_keyword_decoration.h 25 // Determines what combination of labels and image will best fit
30 void SetImage(NSImage* image);
  /external/chromium-trace/trace-viewer/src/ui/
drag_handle.css 13 background-image: -webkit-gradient(linear,
26 background-image: -webkit-gradient(linear,
  /external/chromium_org/cc/layers/
picture_image_layer.h 20 void SetBitmap(const SkBitmap& image);
  /external/chromium_org/cc/scheduler/
texture_uploader.h 43 // image be a buffer for content_rect. This function will copy the region
44 // corresponding to source_rect to dest_offset in this sub-image.
45 void Upload(const uint8* image,
94 void UploadWithTexSubImage(const uint8* image,
99 void UploadWithMapTexSubImage(const uint8* image,
104 void UploadWithTexImageETC1(const uint8* image, gfx::Size size);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
accessibility_menu.css 32 background-image: url('chrome://theme/IDR_CLOSE_DIALOG_H');
36 background-image: url('chrome://theme/IDR_CLOSE_DIALOG_P');
  /external/chromium_org/chrome/browser/resources/options/
controlled_setting.css 40 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
44 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
48 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_EXTENSION');
53 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
64 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
68 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
72 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_EXTENSION');
77 background-image: url('chrome://theme/IDR_CONTROLLED_SETTING_MANDATORY');
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item_v2app.h 13 class image;
25 const gfx::Image* icon,
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_tooltip_controller.h 34 - (void)setImage:(NSImage*)image;
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
image_decoration.h 20 void SetImage(NSImage* image);
22 // Returns the part of |frame| the image is drawn in.
  /external/chromium_org/chrome/browser/ui/gtk/
nine_box.h 11 class Image;
15 // non-corner images can be tiled to make a larger image. It's used to
16 // use bitmaps for constructing image-based resizable widgets like buttons.
18 // If you want just a vertical image that stretches in height but is fixed
20 // Similarly, for a horizontal image that stretches in width but is fixed in
25 // ids that will be passed to the resource bundle. Use 0 for no image.
29 // Construct a NineBox from a single image and insets indicating the sizes
31 NineBox(int image, int top_margin, int bottom_margin, int left_margin,
50 gfx::Image* images_[9];
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_win.h 46 virtual void SetImage(const gfx::ImageSkia& image) OVERRIDE;
47 virtual void SetPressedImage(const gfx::ImageSkia& image) OVERRIDE;
93 virtual void SetImage(const gfx::ImageSkia& image) OVERRIDE;
94 virtual void SetPressedImage(const gfx::ImageSkia& image) OVERRIDE;
  /external/chromium_org/chrome/common/favicon/
favicon_types.h 10 #include "ui/gfx/image/image.h"
30 // Defines a gfx::Image of size desired_size_in_dip composed of image
36 // The resulting image.
37 gfx::Image image; member in struct:chrome::FaviconImageResult
39 // The URL of the favicon which contains all of the image representations of
40 // |image|.
41 // TODO(pkotwicz): Return multiple |icon_urls| to allow |image| to hav
    [all...]

Completed in 707 milliseconds

<<11121314151617181920>>