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

<<11121314151617181920>>

  /external/junit/src/junit/awtui/
TestRunner.java 13 import java.awt.Image;
33 import java.awt.image.ImageProducer;
175 Image icon= loadFrameIcon();
399 private Image loadFrameIcon() {
  /external/webkit/WebCore/rendering/
RenderListMarker.cpp     [all...]
  /packages/apps/Tag/src/com/android/apps/tag/record/
VCardRecord.java 167 ((ImageView) root.findViewById(R.id.image)).setImageDrawable(info.loadIcon(pm));
  /external/libpng/
pngread.c 349 /* Read the information before the actual image data. This has been
759 png_error(png_ptr, "Not enough image data");
852 /* Read one or more rows of image data. If the image is interlaced,
855 * image has alpha or transparency, and png_handle_alpha()[*] has been
859 * "row" holds the actual image, and pixels are placed in it
860 * as they arrive. If the image is displayed after each pass, it will
862 * "chunky" progressive image, with finer detail added as it becomes
866 * If you have called png_handle_alpha(), and the image has either an
869 * also, but you may. If the image is not interlaced, or if you hav
    [all...]
pngwrite.c 23 * after the image data, put it in png_write_end(). I strongly encourage
730 /* Write a few rows of image data. If the image is interlaced,
733 * "write" the image seven times.
754 /* Write the image. You only need to call this function once, even
755 * if you are writing an interlaced image.
758 png_write_image(png_structp png_ptr, png_bytepp image)
770 /* Initialize interlace handling. If image is not interlaced,
780 /* Loop through image */
781 for (i = 0, rp = image; i < png_ptr->height; i++, rp++
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngread.c 316 /* Read the information before the actual image data. This has been
716 png_error(png_ptr, "Not enough image data");
806 /* Read one or more rows of image data. If the image is interlaced,
809 * image has alpha or transparency, and png_handle_alpha()[*] has been
813 * "row" holds the actual image, and pixels are placed in it
814 * as they arrive. If the image is displayed after each pass, it will
816 * "chunky" progressive image, with finer detail added as it becomes
820 * If you have called png_handle_alpha(), and the image has either an
823 * also, but you may. If the image is not interlaced, or if you hav
    [all...]
pngwrite.c 19 * after the image data, put it in png_write_end(). I strongly encourage
700 /* Write a few rows of image data. If the image is interlaced,
703 * "write" the image seven times.
724 /* Write the image. You only need to call this function once, even
725 * if you are writing an interlaced image.
728 png_write_image(png_structp png_ptr, png_bytepp image)
739 /* intialize interlace handling. If image is not interlaced,
748 /* loop through image */
749 for (i = 0, rp = image; i < png_ptr->height; i++, rp++
    [all...]
  /external/webkit/WebCore/css/
html.css 395 input[type="hidden"], input[type="image"], input[type="file"] {
409 background-image:none !important;
602 input[type="image"]:focus,
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 856 cairo_mask_surface(cr, buffer->image()->nativeImageForCurrentFrame(), shadowRect.x(), shadowRect.y());
876 cairo_mask_surface(cr, blur->resultImage()->image()->nativeImageForCurrentFrame(), shadowRect.x(), shadowRect.y());
    [all...]
  /external/zlib/contrib/masm686/
match.asm 108 ; Stack image
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
NativeHeapPanel.java 35 import org.eclipse.swt.graphics.Image;
647 // TODO add image display of native heap.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java 61 import org.eclipse.swt.graphics.Image;
294 /** The UI label of the toggle. Can be null if the image exists. */
297 /** The image to use for this toggle. Can be null if the label exists. */
298 private final Image mImage;
307 * @param uiLabel The UI label of the toggle. Can be null if the image exists.
308 * @param image The image to use for this toggle. Can be null if the label exists.
313 Image image,
316 mImage = image;
    [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 432 HTMLImageElement* image = static_cast<HTMLImageElement*>(node); local
433 wideString(image->src());
2441 RenderImage* image = static_cast<RenderImage*>(renderer); local
    [all...]
  /external/webkit/WebCore/editing/
EditorCommand.cpp 486 // FIXME: If userInterface is true, we should display a dialog box and let the user choose a local image.
487 RefPtr<HTMLImageElement> image = new HTMLImageElement(imgTag, frame->document()); local
488 image->setSrc(value);
489 return executeInsertNode(frame, image.release());
    [all...]
  /external/webkit/WebCore/page/
EventHandler.cpp 52 #include "Image.h"
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/chromium/third_party/icu/source/test/cintltst/
cmsccoll.c 1114 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts);
    [all...]
  /external/icu4c/test/cintltst/
cmsccoll.c 1117 consts = (UCAConstants *)((uint8_t *)UCA->image + UCA->image->UCAConsts);
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsLayerCA.mm 40 #import "Image.h"
769 void GraphicsLayerCA::setContentsToImage(Image* image)
771 if (image) {
772 m_pendingContentsImage = image->nativeImageForCurrentFrame();
911 if (m_uncommittedChanges & BackgroundColorChanged) // Needs to happen before ChildrenChanged, and after updating image or video
    [all...]
  /external/webkit/WebCore/html/
HTMLInputElement.cpp 198 case IMAGE:
221 case IMAGE:
283 case IMAGE:
320 case IMAGE:
356 case IMAGE:
395 case IMAGE:
442 case IMAGE:
478 case IMAGE:
542 case IMAGE:
596 case IMAGE
    [all...]
  /external/webkit/WebCore/loader/icon/
IconDatabase.cpp 219 Image* IconDatabase::iconForPageURL(const String& pageURLOriginal, const IntSize& size)
281 // and isn't actually interested in the image return value
285 // PARANOID DISCUSSION: This method makes some assumptions. It returns a WebCore::image which the icon database might dispose of at anytime in the future,
286 // and Images aren't ref counted. So there is no way for the client to guarantee continued existence of the image.
287 // This has *always* been the case, but in practice clients would always create some other platform specific representation of the image
288 // and drop the raw Image*. On Mac an NSImage, and on windows drawing into an HBITMAP.
289 // The async aspect adds a huge question - what if the image is deleted before the platform specific API has a chance to create its own
291 // If an image is read in from the icondatabase, we do *not* overwrite any image data that exists in the in-memory cache.
294 // delete the image on the secondary thread if the image already exists
    [all...]
  /external/chromium/third_party/icu/source/i18n/
ucol_sit.cpp 694 const UChar *UCharOffset = (UChar *)coll->image+getContractOffset(CE);
  /external/icu4c/i18n/
ucol_sit.cpp 693 const UChar *UCharOffset = (UChar *)coll->image+getContractOffset(CE);
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp 540 JSValue JSDOMWindow::image(ExecState* exec) const function in class:WebCore::JSDOMWindow
    [all...]
  /external/webkit/WebCore/platform/
ContextMenu.cpp 336 if (imageURL.isLocalFile() || m_hitTestResult.image())
    [all...]

Completed in 717 milliseconds

<<11121314151617181920>>