HomeSort by relevance Sort by last modified time
    Searched refs:image (Results 401 - 425 of 1402) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/ui/views/infobars/
extension_infobar.cc 138 void ExtensionInfoBar::OnImageLoaded(SkBitmap* image,
144 SkBitmap* icon = image;
147 if (!image || image->empty())
extension_infobar.h 43 virtual void OnImageLoaded(SkBitmap* image,
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
user_image_source.cc 22 gfx::PNGCodec::EncodeBGRASkBitmap(users[i].image(), false, &user_image);
44 // image gets reloaded instead of being pulled from the browser cache
51 // drag the image they get no extension.
52 return "image/png";
  /external/chromium/chrome/browser/web_applications/
web_app.h 73 bool CheckAndSaveIcon(const FilePath& icon_file, const SkBitmap& image);
  /external/e2fsprogs/lib/
Makefile.solaris-lib 14 all:: image
23 image: $(ELF_LIB)
  /external/libpcap/
bpf_image.c 47 static char image[256]; local
281 (void)snprintf(image, sizeof image,
287 return image;
  /external/skia/src/image/
SkImagePriv.h 23 // Call this if you explicitly want to use/share this pixelRef in the image
53 // Given an image created from SkNewImageFromBitmap, return its pixelref. This
54 // may be called to see if the surface and the image share the same pixelref,
58 // Given an image created with NewTexture, return its GrTexture. This
59 // may be called to see if the surface and the image share the same GrTexture,
63 // Update the texture wrapped by an image created with NewTexture. This
64 // is called when a surface and image share the same GrTexture and the
66 extern void SkTextureImageSetTexture(SkImage* image, GrTexture* texture);
SkSurface_Gpu.cpp 89 void SkSurface_Gpu::onCopyOnWrite(SkImage* image, SkCanvas* canvas) {
92 // are we sharing our render target with the image?
93 if (rt->asTexture() == SkTextureImageGetTexture(image)) {
104 SkTextureImageSetTexture(image, NULL);
110 SkTextureImageSetTexture(image, tex);
  /external/skia/src/utils/mac/
SkBitmap_Mac.cpp 133 CGImageRef image = bitmap2imageref(bm); local
134 if (image) {
140 CGContextDrawImage(cg, rect, image);
141 CGImageRelease(image);
  /external/skia/tools/
update-doxygen.sh 78 find . -name '*.gif' -exec svn propset svn:mime-type image/gif '{}' \;
79 find . -name '*.png' -exec svn propset svn:mime-type image/png '{}' \;
  /external/webkit/Source/WebCore/css/
CSSImageGeneratorValue.h 37 class Image;
47 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) = 0;
57 Image* getImage(RenderObject*, const IntSize&);
58 void putImage(const IntSize&, PassRefPtr<Image>);
63 HashCountedSet<IntSize> m_sizes; // A count of how many times a given image size is in use.
64 RenderObjectSizeCountMap m_clients; // A map from RenderObjects (with entry count) to image sizes.
65 HashMap<IntSize, RefPtr<Image> > m_images; // A cache of Image objects by image size
    [all...]
  /external/webkit/Source/WebCore/loader/
ImageLoader.h 54 CachedImage* image() const { return m_image.get(); } function in class:WebCore::ImageLoader
  /external/webkit/Source/WebCore/loader/icon/
IconRecord.cpp 56 Image* IconRecord::image(const IntSize&) function in class:WebCore::IconRecord
58 // FIXME rdar://4680377 - For size right now, we are returning our one and only image and the Bridge
67 // It's okay to delete the raw image here. Any existing clients using this icon will be
68 // managing an image that was created with a copy of this raw image data.
71 // Copy the provided data into the buffer of the new Image object.
73 LOG(IconDatabase, "Manual image data for iconURL '%s' FAILED - it was probably invalid image data", m_iconURL.ascii().data());
85 m_image = Image::loadPlatformResource(resource)
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PasteboardChromium.cpp 41 #include "Image.h"
131 Image* image = cachedImage->image();
132 ASSERT(image);
134 NativeImagePtr bitmap = image->nativeImageForCurrentFrame();
138 // If the image is wrapped in a link, |url| points to the target of the
139 // link. This isn't useful to us, so get the actual image URL.
  /external/webkit/Source/WebCore/platform/graphics/cairo/
CairoUtilities.cpp 124 void drawPatternToCairoContext(cairo_t* cr, cairo_surface_t* image, const IntSize& imageSize, const FloatRect& tileRect,
138 cairo_set_source_surface(clippedImageContext.get(), image, -tileRect.x(), -tileRect.y());
140 image = clippedImageSurface.get();
143 cairo_pattern_t* pattern = cairo_pattern_create_for_surface(image);
CairoUtilities.h 46 void drawPatternToCairoContext(cairo_t* cr, cairo_surface_t* image, const IntSize& imageSize, const FloatRect& tileRect,
  /external/webkit/Source/WebCore/platform/gtk/
PasteboardGtk.cpp 29 #include "Image.h"
103 Image* image = cachedImage->image();
104 ASSERT(image);
106 GRefPtr<GdkPixbuf> pixbuf = adoptGRef(image->getGdkPixbuf());
  /external/webkit/Source/WebCore/platform/qt/
PasteboardQt.cpp 34 #include "Image.h"
162 Image* image = cachedImage->image();
163 ASSERT(image);
165 QPixmap* pixmap = image->nativeImageForCurrentFrame();
  /external/webkit/Source/WebCore/rendering/
RenderImageResource.cpp 31 #include "Image.h"
86 image()->resetAnimation();
102 Image* RenderImageResource::nullImage()
104 return Image::nullImage();
  /external/webkit/Source/WebCore/rendering/style/
StyleGeneratedImage.h 54 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const;
StyleImage.h 28 #include "Image.h"
62 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const = 0;
  /frameworks/base/libs/hwui/
FontRenderer.h 80 image(dropShadow.image), penX(dropShadow.penX),
86 uint8_t* image; member in struct:android::uirenderer::FontRenderer::DropShadow
91 // After renderDropShadow returns, the called owns the memory in DropShadow.image
182 // the input image handle may have its pointer replaced (to avoid copies)
183 void blurImage(uint8_t** image, int32_t width, int32_t height, int32_t radius);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 58 import java.awt.image.BufferedImage;
115 * Returns an image descriptor for the given element descriptor, or null if no image
119 * @param desc the element descriptor to get an image for
120 * @return an image descriptor, or null if no image could be rendered
132 AdtPlugin.log(e, "Could not create image descriptor for %s", file);
204 * Renders ALL the widgets and then extracts image data for each view and saves it on
282 BufferedImage image = session.getImage(); local
283 if (image != null && image.getWidth() > 0 && image.getHeight() > 0)
442 BufferedImage image = RenderService.create(editor) local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
LayoutView.java 30 import org.eclipse.swt.graphics.Image;
43 private Image mOnBlack;
45 private Image mOnWhite;
80 Image image = imageLoader.loadImage("show-extras.png", Display.getDefault()); //$NON-NLS-1$ local
81 mShowExtrasAction.setImageDescriptor(ImageDescriptor.createFromImage(image));
93 image = imageLoader.loadImage("load-all-views.png", Display.getDefault()); //$NON-NLS-1$
94 mLoadAllViewsAction.setImageDescriptor(ImageDescriptor.createFromImage(image));
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
CaptureLoader.java 25 import java.awt.Image;
27 import java.awt.image.BufferedImage;
113 // Ensure the image is in the right format
114 BufferedImage image = new BufferedImage(chunk.getWidth(), chunk.getHeight(), local
116 Graphics2D g = image.createGraphics();
120 psd.addLayer(name, image, new Point(x, y), visible);
129 public static Image loadCapture(IDevice device, Window window, String params) {

Completed in 1097 milliseconds

<<11121314151617181920>>