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

<<2122

  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 739 CGContextClipToMask(platformContext(), FloatRect(FloatPoint(), rect.size()), imageBuffer->image()->getCGImageRef());
997 // rotating image like the hands of the world clock widget. We just need the scale, so
    [all...]
  /external/webkit/WebKit/mac/Plugins/Hosted/
NetscapePluginInstanceProxy.mm 397 RetainPtr<CGImageRef> image(AdoptCF, CGImageCreate(width, height, 8, 32, width * 4, colorSpace.get(), kCGImageAlphaFirst, dataProvider.get(), 0, false, kCGRenderingIntentDefault));
399 // Flip the context and draw the image.
404 CGContextDrawImage(context, CGRectMake(0, 0, width, height), image.get());
    [all...]
  /external/webkit/WebKit/win/
DOMCoreClasses.h 781 /* [retval][out] */ HBITMAP* image);
    [all...]
  /frameworks/base/media/libstagefright/
OMXCodec.cpp     [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 57 * The activity can crop specific region of interest from an image.
72 // These options specifiy the output image size and whether we should
98 mImageView = (CropImageView) findViewById(R.id.image);
225 // If the output is required to a specific size, create an new image
226 // with the cropped image in the center and the extra space filled.
228 // Don't scale the image but instead fill it so it's the
287 // If the required dimension is specified, scale the image.
298 // Return the cropped image directly or save it to the specified URI.
388 Log.e(TAG, "store image fail, continue anyway", ex);
498 // Scale the image down for faster face detection
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
CropImage.java 64 * The activity can crop specific region of interest from an image.
86 // These options specifiy the output image size and whether we should
224 mImageView = (CropImageView) findViewById(Res.id.image);
390 // Scale the image to the required dimensions.
399 * Don't scale the image crop it to the size requested. Create
400 * an new image with the cropped image in the center and the
404 // Don't scale the image but instead fill it so it's the
430 // Return the cropped image directly or save it to the specified URI.
469 // this image doesn't belong to the local data sourc
    [all...]
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 
  /external/grub/docs/
texinfo.tex     [all...]
  /external/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php 630 # Process anchor and image tags. Images must come first,
794 # Turn Markdown image shortcuts into <img> tags.
    [all...]
  /external/proguard/lib/
proguardgui.jar 
  /external/qemu/distrib/libpng-1.2.19/
png.h 658 * that the application can find out the characteristics of the image.
699 png_uint_32 width; /* width of image in pixels (from IHDR) */
700 png_uint_32 height; /* height of image in pixels (from IHDR) */
727 * on which the image was created, normally in the range [1.0, 2.5].
    [all...]
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 345 + QByteArray("p { background-image: url('http://does.not/exist.png');}").toBase64()));
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c     [all...]
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h     [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_opengl.h     [all...]
  /external/blktrace/btt/doc/
btt.tex     [all...]
  /external/webkit/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests 242 --tolerance t Ignore image differences less than this percentage (default: $tolerance)
783 printFailureMessageForTest($test, "WARNING: expected image is missing!");
    [all...]
  /build/core/
main.mk 534 # BUG: the system image won't know to depend on modules that are
  /external/libpng/
png.h     [all...]
  /external/webkit/WebKit/mac/WebView/
WebHTMLView.mm 99 #import <WebCore/Image.h>
621 // Non-image file types; _web_userVisibleString is appropriate here because this will
    [all...]

Completed in 787 milliseconds

<<2122