HomeSort by relevance Sort by last modified time
    Searched refs:image (Results 176 - 200 of 1119) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/core/charger/
Android.mk 24 define _add-charger-image
39 $(eval $(call _add-charger-image,$(_img))))
47 _add-charger-image :=
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 97 public static final String JPEG_MIME_TYPE = "image/jpeg";
106 public void gettingReadyToOpen(Menu menu, IImage image);
107 public void aboutToCall(MenuItem item, IImage image);
115 public void run(Uri uri, IImage image);
128 public static long getImageFileSize(IImage image) {
129 java.io.InputStream data = image.fullSizeImageData();
174 public static boolean hasLatLngData(IImage image) {
175 ExifInterface exif = getExif(image);
246 private static ExifInterface getExif(IImage image) {
247 if (!JPEG_MIME_TYPE.equals(image.getMimeType()))
    [all...]
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.cpp 64 CachedImage::CachedImage(Image* image)
66 , m_image(image)
120 static Image* brokenImage()
122 DEFINE_STATIC_LOCAL(RefPtr<Image>, brokenImage, (Image::loadPlatformResource("missingImage")));
126 Image* CachedImage::image() const function in class:WebCore::CachedImage
136 return Image::nullImage();
244 // Create the image if it doesn't yet exist
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java 106 YuvImage image; local
111 image = new YuvImage(yuv, mFormats[i], width, height, null);
129 image = new YuvImage(yuv, mFormats[i], width, height, null);
130 actual = image.getStrides();
143 image = new YuvImage(yuv, format, -1, height, null);
151 image = new YuvImage(yuv, format, width, -1, null);
159 image = new YuvImage(null, format, width, height, null);
183 YuvImage image = generateYuvImage(mFormats[i], local
188 // mTestBitmaps[j] and image.
189 compressRects(mTestBitmaps[j], image,
220 YuvImage image = generateYuvImage(ImageFormat.YUY2, mTestBitmaps[0], 0); local
241 YuvImage image = new YuvImage(yuv, ImageFormat.NV21, width, height, strides); local
252 YuvImage image = generateYuvImage(ImageFormat.YUY2, mTestBitmaps[0], 0); local
275 YuvImage image = null; local
438 YuvImage image = new YuvImage(yuv, format, WIDTH, HEIGHT, null); local
    [all...]
  /external/chromium/chrome/browser/
bug_report_data.cc 30 const std::vector<unsigned char>& image
42 image_ = image;
  /external/chromium/chrome/browser/extensions/
image_loading_tracker.h 34 // NOTE: if the image is available already (or the resource is not valid), the
49 // Will be called when the image with the given index has loaded.
50 // The |image| is owned by the tracker, so the observer should make a copy
51 // if they need to access it after this call. |image| can be null if valid
52 // image was not found or it failed to decode. |resource| is the
53 // ExtensionResource where the |image| came from and the |index| represents
54 // the index of the image just loaded (starts at 0 and increments every
56 virtual void OnImageLoaded(SkBitmap* image,
64 // Specify image resource to load. If the loaded image is larger tha
    [all...]
  /external/chromium/chrome/browser/status_icons/
status_icon_unittest.cc 18 virtual void SetImage(const SkBitmap& image) {}
19 virtual void SetPressedImage(const SkBitmap& image) {}
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h 53 // |-setBookmarkCellText:image:| is used to set the text and image of
54 // a BookmarkButtonCell, and align the image to the left (NSImageLeft)
58 image:(NSImage*)image;
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
bubble_decoration.h 15 // Draws an outlined rounded rect, with an optional image to the left
26 void SetImage(NSImage* image);
37 // Helper returning bubble width for the given |image| and |label|
39 CGFloat GetWidthForImageAndLabel(NSImage* image, NSString* label);
41 // Helper to return where the image is drawn, for subclasses to drag
53 // Image drawn in the left side of the bubble.
56 // Label to draw to right of image. Can be |nil|.
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_drag_source.h 25 // The image to show as drag image. Can be nil.
49 image:(NSImage*)image
  /external/chromium/chrome/browser/ui/views/status_icons/
status_icon_win.h 27 virtual void SetImage(const SkBitmap& image);
28 virtual void SetPressedImage(const SkBitmap& image);
  /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/webkit/Source/WebCore/css/
CSSBorderImageValue.cpp 29 CSSBorderImageValue::CSSBorderImageValue(PassRefPtr<CSSValue> image, PassRefPtr<Rect> imageRect, int horizontalRule, int verticalRule)
30 : m_image(image)
43 // Image first.
svg.css 45 svg:not(:root), symbol, image, marker, pattern, foreignObject {
  /external/webkit/Source/WebCore/page/qt/
FrameQt.cpp 28 #include "Image.h"
62 RefPtr<Image> image = buffer->copyImage(); local
63 return createDragImageFromImage(image.get());
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
ImageGStreamerQt.cpp 54 QImage image(GST_BUFFER_DATA(buffer), size.width(), size.height(), imageFormat);
55 surface->convertFromImage(image);
  /external/webkit/Source/WebCore/rendering/
RenderImageResource.h 31 #include "Image.h"
57 virtual PassRefPtr<Image> image(int /* width */ = 0, int /* height */ = 0) const { return m_cachedImage ? m_cachedImage->image() : nullImage(); } function in class:WebCore::RenderImageResource
75 static Image* nullImage();
RenderImageResourceStyleImage.h 49 virtual PassRefPtr<Image> image(int width = 0, int height = 0) const { return m_styleImage->image(m_renderer, IntSize(width, height)); } function in class:WebCore::RenderImageResourceStyleImage
  /external/webkit/Source/WebCore/rendering/style/
ContentData.cpp 51 return StyleImage::imagesEquivalent(image(), other.image());
StyleCachedImage.cpp 87 PassRefPtr<Image> StyleCachedImage::image(RenderObject*, const IntSize&) const function in class:WebCore::StyleCachedImage
89 return m_image->image();
StyleGeneratedImage.cpp 75 PassRefPtr<Image> StyleGeneratedImage::image(RenderObject* renderer, const IntSize& size) const function in class:WebCore::StyleGeneratedImage
77 return m_generator->image(renderer, size);
StyleReflection.h 54 void setMask(const NinePieceImage& image) { m_mask = image; }
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/slider/
slider.edc 31 image: "widget/slider/slider_v.png" COMP;
32 image: "widget/slider/slider_knob_v.png" COMP;
33 image: "widget/slider/slider_knob_press_v.png" COMP;
34 image: "widget/slider/slider_fill_v.png" COMP;
112 type: IMAGE;
121 image {
130 type: IMAGE;
140 image {
149 type: IMAGE;
161 image {
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/qt/
ChunkedUpdateDrawingAreaProxyQt.cpp 73 QImage image(updateChunk->createImage());
77 painter.drawImage(updateChunkRect.location(), image);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/qt/
TiledDrawingAreaQt.cpp 45 QImage image(updateChunk->createImage());
46 QPainter painter(&image);

Completed in 1795 milliseconds

1 2 3 4 5 6 78 91011>>