HomeSort by relevance Sort by last modified time
    Searched refs:image (Results 451 - 475 of 537) sorted by null

<<11121314151617181920>>

  /external/zlib/
make_vms.com 195 $! Alpha gets a shareable image
453 $! needed to build shareable image
676 $! information to build a symbol vector for a shareable image
  /hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_linux.c     [all...]
dhd_sdio.c 85 #define MEMBLOCK 2048 /* Block size used for downloading of dongle image */
125 * if the image is doing a CRC calculation before programming the PMU
185 char *fw_path; /* module_param: path to firmware image */
5493 void *image = NULL; local
5606 void * image = NULL; local
    [all...]
  /external/webkit/WebCore/rendering/
InlineFlowBox.cpp 703 StyleImage* img = fillLayer->image();
708 // We have a fill image that spans multiple lines.
    [all...]
RenderBox.h 330 bool repaintLayerRectsForImage(WrappedImagePtr image, const FillLayer* layers, bool drawingBackground);
  /frameworks/base/core/java/com/android/internal/widget/
EditStyledText.java 59 * inserting image, import/export HTML.
    [all...]
  /packages/apps/Camera/src/com/android/camera/
VideoCamera.java 1421 IImage image = list.getImageAt(count - 1); local
    [all...]
Camera.java 332 // Update last image thumbnail.
367 // Update last image if URI is invalid and the storage is ready.
595 // If postview callback has arrived, the captured image is displayed
596 // in postview callback. If not, the captured image is displayed in
737 Log.e(TAG, "Exception while compressing image.", ex);
758 * Initiate the capture of an image.
1622 IImage image = list.getImageAt(count - 1); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java 106 import java.awt.image.BufferedImage;
107 import java.awt.image.DataBufferInt;
108 import java.awt.image.Raster;
244 null, //image
255 null, //image
732 // an SWT image object.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 66 import org.eclipse.swt.graphics.Image;
83 import java.awt.image.BufferedImage;
84 import java.awt.image.DataBufferInt;
85 import java.awt.image.Raster;
95 * Displays the image rendered by the {@link GraphicalEditorPart} and handles
147 * When false this means the canvas is displaying an out-dated result image & bounds and some
155 /** Current background image. Null when there's no image. */
156 private Image mImage;
337 * When false this means the canvas is displaying an out-dated result image & bounds and som
    [all...]
  /build/core/
definitions.mk     [all...]
  /external/webkit/WebCore/
Android.mk 448 platform/graphics/Image.cpp \
509 platform/image-decoders/ImageDecoder.cpp \
510 platform/image-decoders/skia/ImageDecoderSkia.cpp \
511 platform/image-decoders/gif/GIFImageDecoder.cpp \
512 platform/image-decoders/gif/GIFImageReader.cpp \
  /build/tools/releasetools/
ota_from_target_files 96 directories in the system image."""
295 """Generate a binary patch that creates the recovery image starting
296 with the boot image. (Most of the space in these images is just the
300 patching and install the new recovery image.
324 log -t recovery "Installing new recovery image"
327 log -t recovery "Recovery image already installed"
600 # Produce the boot image by applying a patch to the current
603 script.Print("Patching boot image...")
613 print "boot image changed; including."
615 print "boot image unchanged; skipping.
    [all...]
  /external/chromium/third_party/icu/source/tools/genuca/
genuca.cpp     [all...]
  /external/icu4c/i18n/
ucol_imp.h 56 * udata header in front of the image and should be opened using udata_open.
67 * Here is the format of binary collation image.
83 * int32_t size; - image size in bytes
96 * uint32_t UCAConsts; - only used (!=0) in UCA image - structure which holds values for indirect positioning and implicit ranges
100 * uint32_t contractionUCACombos; - only used (!=0) in UCA image - list of UCA contractions. This is a zero terminated array of UChar[contractionUCACombosWidth],
154 * uint32_t byteSize; - size of inverse UCA image in bytes
946 const UCATableHeader *image; member in struct:UCollator
    [all...]
  /external/icu4c/tools/genuca/
genuca.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/photon/
SDL_ph_image.c 43 /* Determine image type */
76 /* creating image palette */
103 screen->pixels = SDL_Image->image;
120 /* Determine image type */
393 PgShmemDestroy(SDL_Image->image);
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 456 context->drawImage(imageBuffer->image(), DeviceColorSpace, scrollbar->frameRect().location());
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.cpp 92 m_fullscreenButton = Image::loadPlatformThemeIcon("gtk-fullscreen", m_mediaIconSize);
93 m_muteButton = Image::loadPlatformThemeIcon("audio-volume-muted", m_mediaIconSize);
94 m_unmuteButton = Image::loadPlatformThemeIcon("audio-volume-high", m_mediaIconSize);
95 m_playButton = Image::loadPlatformThemeIcon(reinterpret_cast<const char*>(playButtonIconName), m_mediaIconSize);
96 m_pauseButton = Image::loadPlatformThemeIcon("gtk-media-pause", m_mediaIconSize).releaseRef();
97 m_seekBackButton = Image::loadPlatformThemeIcon(reinterpret_cast<const char*>(seekBackButtonIconName), m_mediaIconSize);
98 m_seekForwardButton = Image::loadPlatformThemeIcon(reinterpret_cast<const char*>(seekForwardButtonIconName), m_mediaIconSize);
643 static inline bool paintMediaButton(GraphicsContext* context, const IntRect& r, Image* image, Color panelColor, int mediaIconSize)
646 context->drawImage(image, DeviceColorSpace
    [all...]
  /external/webkit/WebCore/platform/mac/
ScrollbarThemeMac.mm 399 context->drawImage(imageBuffer->image(), DeviceColorSpace, scrollbar->frameRect().location());
  /packages/apps/Mms/src/com/android/mms/ui/
MessageUtils.java 376 return WorkingMessage.IMAGE;
596 part.setContentType("image/jpeg".getBytes());
597 String contentId = "Image" + System.currentTimeMillis();
613 * Message overhead that reduces the maximum image byte size.
640 UriImage image = new UriImage(context, imageUri);
641 part = image.getResizedImageAsPart(
    [all...]
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 387 const NinePieceImage& borderImage() const { return surround->border.image; }
    [all...]
  /device/samsung/crespo/alsa-lib/include/sound/
asound.h 143 unsigned char *image; /* W: binary image */ member in struct:sndrv_hwdep_dsp_image
144 size_t length; /* W: size of image in bytes */
    [all...]
  /device/samsung/crespo/libaudio2/
asound.h 76 unsigned char __user *image; member in struct:snd_hwdep_dsp_image

Completed in 659 milliseconds

<<11121314151617181920>>