/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
cycx_cfm.h | 27 #define CFM_IMAGE_SIZE 0x20000 /* max size of CYCX code image file */ 80 * @checksum - info + image 84 * @image - code image (variable size) 93 unsigned char image[0]; member in struct:cycx_firmware
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
PsdFile.java | 21 import java.awt.image.BufferedImage; 56 public void addLayer(String name, BufferedImage image, Point offset) { 57 addLayer(name, image, offset, true); 60 public void addLayer(String name, BufferedImage image, Point offset, boolean visible) { 61 mLayersInfo.addLayer(name, image, offset, visible); 62 if (visible) mGraphics.drawImage(image, null, offset.x, offset.y); 95 private static void writeImage(BufferedImage image, DataOutputStream out, boolean split) 100 int width = image.getWidth(); 101 int height = image.getHeight(); 106 image.getData().getDataElements(0, 0, width, height, pixels) [all...] |
/external/chromium/chrome/browser/resources/ntp/ |
most_visited.css | 103 background-image: -webkit-linear-gradient(hsl(213, 87%, 67%), 116 background-image: no-repeat 50% 50%; 120 background-image: url('ntp_pin_off.png'); 124 background-image: url('ntp_pin_off_h.png'); 128 background-image: url('ntp_pin_off_p.png'); 132 background-image: url('ntp_pin_on.png'); 136 background-image: url(ntp_pin_on_h.png'); 140 background-image: url(ntp_pin_on_p.png'); 144 background-image: url('ntp_close.png'); 148 background-image: url('ntp_close_h.png') [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/ |
DateTimeParserTokenManager.java | 670 StringBuffer image; field in class:DateTimeParserTokenManager 715 t.image = (im == null) ? input_stream.GetImage() : im; 751 image = null; 844 if (image == null) 845 image = new StringBuffer(); 846 image.append(input_stream.GetSuffix(jjimageLen)); 848 image.deleteCharAt(image.length() - 2); 851 if (image == null) 852 image = new StringBuffer() [all...] |
/external/chromium/chrome/browser/resources/file_manager/css/ |
file_manager.css | 26 background-image: -webkit-linear-gradient(top, #fff,#f6f6f6); 202 background-image: -webkit-linear-gradient(top, #f9f9f9, #e8e8e8); 214 .table-header-cell:first-child .table-header-sort-image-desc:after, 215 .table-header-cell:first-child .table-header-sort-image-asc:after { 266 background-image: url(../images/filetype_generic.png); 275 background-image: url(../images/filetype_audio.png); 279 background-image: url(../images/filetype_doc.png); 283 background-image: url(../images/filetype_folder.png); 287 background-image: url(../images/filetype_html.png); 290 .detail-icon[iconType="image"] { [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
ViewImage.java | 55 // the user view one image at a time, and can click "previous" and "next" 56 // button to see the previous or next image. In slide show mode it shows one 57 // image after another, with some transition effect. 128 // The image view displayed for normal mode. 212 IImage image = mAllImages.getImageAt(mCurrentPosition); 213 if (image instanceof VideoObject) { 405 IImage image = mAllImages.getImageAt(mCurrentPosition); 406 Uri uri = image.fullSizeImageUri(); 407 cb.run(uri, image); 459 IImage image = mAllImages.getImageAt(mCurrentPosition) local 488 IImage image = mAllImages.getImageAt(pos); local 895 IImage image = mAllImages.getImageForUri(uri); local 1001 IImage image = mAllImages.getImageAt(mCurrentPosition); local 1020 IImage image = mAllImages.getImageAt(mCurrentPosition); local 1028 IImage image = mAllImages.getImageAt(mCurrentPosition); local 1069 IImage image = mAllImages.getImageForUri(mSavedUri); local [all...] |
/external/webkit/Source/WebCore/platform/graphics/cg/ |
ImageBufferCG.cpp | 142 // Create a live image that wraps the data. 181 PassRefPtr<Image> ImageBuffer::copyImage() const 206 RefPtr<Image> copy = copyImage(); 209 RefPtr<Image> imageForRendering = BitmapImage::create(cgImage(m_size, m_data)); 213 RefPtr<Image> copy = copyImage(); 225 RefPtr<Image> copy = copyImage(); 228 RefPtr<Image> imageForRendering = BitmapImage::create(cgImage(m_size, m_data)); 232 RefPtr<Image> copy = copyImage(); 240 RetainPtr<CGImageRef> image; local 242 image.adoptCF(cgImage(m_size, m_data)) 350 RetainPtr<CGImageRef> image; local 368 RetainPtr<CGImageRef> image; local [all...] |
/external/webkit/Source/WebCore/platform/graphics/qt/ |
ImageBufferQt.cpp | 93 QImage image = m_pixmap.toImage(); local 95 return image; 130 PassRefPtr<Image> ImageBuffer::copyImage() const 140 RefPtr<Image> copy = copyImage(); 151 RefPtr<Image> copy = copyImage(); 177 QImage image = m_data.toQImage().convertToFormat(QImage::Format_ARGB32); local 178 ASSERT(!image.isNull()); 180 uchar* bits = image.bits(); 181 const int bytesPerLine = image.bytesPerLine(); 194 m_data.m_pixmap = QPixmap::fromImage(image); 232 QImage image = imageData.toQImage().convertToFormat(QImage::Format_ARGB32_Premultiplied); local [all...] |
/external/webkit/Source/WebCore/platform/qt/ |
ClipboardQt.cpp | 40 #include "Image.h" 224 void ClipboardQt::setDragImage(CachedImage* image, const IntPoint& point) 226 setDragImage(image, 0, point); 234 void ClipboardQt::setDragImage(CachedImage* image, Node *node, const IntPoint &loc) 241 m_dragImage = image; 254 return m_dragImage->image()->nativeImageForCurrentFrame(); 266 RenderImage* image = toRenderImage(renderer); 267 if (image->cachedImage() && !image->cachedImage()->errorOccurred()) 268 return image->cachedImage() [all...] |
/device/generic/goldfish/camera/ |
JpegStub.cpp | 36 extern "C" int JpegStub_compress(JpegStub* stub, const void* image, 39 void* pY = const_cast<void*>(image);
|
/external/chromium/chrome/browser/ |
bug_report_data.h | 37 const std::vector<unsigned char>& image 55 const std::vector<unsigned char>& image() const { return image_; } function in class:BugReportData
|
/external/chromium/chrome/browser/chromeos/login/ |
user_image_loader.h | 21 // A facility to read a file containing user image asynchronously in the IO 22 // thread. Returns the image in the form of an SkBitmap. 28 // Invoked when user image has been read. 29 // |should_save_image| indicates if user image should be saved somewhere 32 const SkBitmap& image, 41 // Start reading the image for |username| from |filepath| on the file thread. 52 // Contains attributes we need to know about each image we decode. 76 // Notifies the delegate that image was loaded, on delegate's thread. 77 void NotifyDelegate(const SkBitmap& image, const ImageInfo& image_info); 82 // Delegate to notify about finishing the load of the image [all...] |
/external/chromium/chrome/browser/status_icons/ |
status_tray_unittest.cc | 15 virtual void SetImage(const SkBitmap& image) {} 16 virtual void SetPressedImage(const SkBitmap& image) {}
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
browser_action_button.h | 20 // Fired when the Browser Action's state has changed. Usually the image needs to 66 - (void)setDefaultIcon:(NSImage*)image; 68 - (void)setTabSpecificIcon:(NSImage*)image; 75 // cell image drawn into it.
|
/external/chromium/chrome/browser/ui/webui/ |
extension_icon_source.h | 39 // grayscale=true to desaturate the image. 79 // Returns the bitmap for the default app image. 85 // Performs any remaining transformations (like desaturating the |image|), 86 // then returns the |image| to the client and clears up any temporary data 88 void FinalizeImage(SkBitmap* image, int request_id); 90 // Loads the default image for |request_id| and returns to the client. 94 // image to the client. 97 // Loads the favicon image for the app associated with the |request_id|. If 98 // the image does not exist, we fall back to the default image [all...] |
/external/skia/legacy/src/core/ |
SkMask.cpp | 46 void SkMask::FreeImage(void* image) { 47 sk_free(image);
|
/external/skia/src/core/ |
SkMask.cpp | 46 void SkMask::FreeImage(void* image) { 47 sk_free(image);
|
/external/webkit/Source/WebCore/css/ |
quirks.css | 46 input:not([type=image]), textarea {
|
/external/webkit/Source/WebCore/dom/ |
Clipboard.idl | 43 [Custom] void setDragImage(in HTMLImageElement image, in long x, in long y)
|
/external/webkit/Source/WebCore/loader/cache/ |
CachedImage.h | 42 CachedImage(Image*); 47 Image* image() const; // Returns the nullImage() if the image is not available yet. 58 // Both of these methods take a zoom multiplier that can be used to increase the natural size of the image by the 60 IntSize imageSize(float multiplier) const; // returns the size of the complete image. 61 IntRect imageRect(float multiplier) const; // The size of the currently decoded portion of the image. 82 virtual void decodedSizeChanged(const Image* image, int delta); 83 virtual void didDraw(const Image*); [all...] |
/external/webkit/Source/WebCore/platform/chromium/ |
PlatformCursor.h | 34 #include "Image.h" 94 PlatformCursor(Image* image, const IntPoint& hotSpot) 95 : m_image(image) 99 PassRefPtr<Image> customImage() const { return m_image; } 104 RefPtr<Image> m_image;
|
/external/webkit/Source/WebKit/chromium/src/ |
WebImageDecoder.cpp | 113 OwnPtr<NativeImageSkia>image(frameBuffer->asNewNativeImage()); 114 return WebImage(*image);
|
/external/webkit/Source/WebKit2/Shared/mac/ |
UpdateChunk.cpp | 64 RetainPtr<CGImageRef> image(AdoptCF, CGImageCreate(m_rect.width(), m_rect.height(), 8, 32, m_rect.width() * 4, colorSpace.get(), kCGImageAlphaPremultipliedFirst | kCGBitmapByteOrder32Host, provider.get(), 0, false, kCGRenderingIntentDefault)); 66 return image;
|
/external/webkit/Tools/DumpRenderTree/gtk/ |
ImageDiff.cpp | 73 GdkPixbuf* image = gdk_pixbuf_new(GDK_COLORSPACE_RGB, FALSE, 8, width, height); local 74 if (!image) 75 return image; 77 int rowStride = gdk_pixbuf_get_rowstride(image); 78 unsigned char* diffPixels = gdk_pixbuf_get_pixels(image); 86 return image; 98 fprintf(stderr, "Error, test and reference image have different properties.\n"); 134 // over the entire image 150 void printImage(GdkPixbuf* image) 155 if (!gdk_pixbuf_save_to_buffer(image, &buffer, &bufferSize, "png", &error, NULL)) [all...] |
/external/webp/src/dsp/ |
lossless.h | 8 // Image transforms and color space conversion methods for lossless decoder. 24 // Image transforms. 41 uint32_t* const image); 44 uint32_t* const argb, uint32_t* image);
|