/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
org.w3c.dom.Node.html | 32 <a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a> 36 <!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
|
pkg_org.w3c.dom.html | 32 <a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a> 36 <!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
|
/frameworks/base/opengl/libs/EGL/ |
egl.cpp | 220 memset(images, 0, sizeof(images)); 224 EGLImageKHR images[IMPL_NUM_IMPLEMENTATIONS]; member in struct:android::egl_image_t 536 return i->images[c->impl]; [all...] |
/frameworks/base/tools/aapt/ |
Main.cpp | 102 " -g specify a pixel tolerance to force images to grayscale, default 0\n" 256 printf("%s: Images with deviation <= %d will be forced to grayscale.\n", prog, tolerance);
|
/system/core/libdiskconfig/ |
diskconfig.c | 298 * We presently only support block devices and regular file images. */ 324 LOGE("Sector size for regular file images cannot be zero");
|
/system/wlan/ti/wilink_6_1/platforms/os/linux/ |
Makefile | 259 # Create the images 275 # tar Crvf images/$(HOST_PLATFORM) $(TAR_FILE) ${IMAGES_AND_FILES}
|
/development/ide/xcode/ports-mac.xcodeproj/ |
project.pbxproj | 23 00FC59C10D09F1ED0069A803 /* SkImageDecoder_libbmp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SkImageDecoder_libbmp.cpp; path = ../../libs/graphics/images/SkImageDecoder_libbmp.cpp; sourceTree = SOURCE_ROOT; };
|
/external/clearsilver/imd/ |
imd.c | 909 snprintf(buf, sizeof(buf), "Albums.%d.Images.%d", i, x); 915 snprintf(buf, sizeof(buf), "Albums.%d.Images", i); 987 snprintf(buf, sizeof(buf), "Images.%d", x); 993 err = scale_images (cgi, "Images", thumb_width, thumb_height, 0);
|
/external/freetype/include/freetype/ |
ftimage.h | 145 /* images. Each pixel is stored in one byte. Note that the number */ 161 /* An 8-bit bitmap, representing RGB or BGR decimated glyph images */ 167 /* An 8-bit bitmap, representing RGB or BGR decimated glyph images */ [all...] |
ftincrem.h | 217 * the glyph images proper.
|
/external/jpeg/ |
djpeg.1 | 166 Set limit for amount of memory to use in processing large images. Value is
|
jmemname.c | 159 * you probably won't be able to process useful-size images in only 64KB.
|
wrrle.c | 8 * This file contains routines to write output images in RLE format.
|
/external/oprofile/daemon/ |
init.c | 366 /* FIXME: free kernel images, sfiles etc. */
|
/external/qemu/ |
elf_ops.h | 245 /* address_offset is hack for kernel images that are
|
/external/quake/quake/src/QW/client/ |
gl_warp.c | 513 Sys_Error ("LoadTGA: Only type 2 and 10 targa RGB images supported\n"); 517 Sys_Error ("Texture_LoadTGA: Only 32 or 24 bit images supported (no colormaps)\n"); 528 if (targa_header.image_type==2) { // Uncompressed, RGB images 558 else if (targa_header.image_type==10) { // Runlength encoded RGB images
|
/external/quake/quake/src/WinQuake/ |
gl_warp.cpp | 562 Sys_Error ("LoadTGA: Only type 2 and 10 targa RGB images supported\n"); 566 Sys_Error ("Texture_LoadTGA: Only 32 or 24 bit images supported (no colormaps)\n"); 577 if (targa_header.image_type==2) { // Uncompressed, RGB images 607 else if (targa_header.image_type==10) { // Runlength encoded RGB images
|
/external/webkit/WebCore/dom/ |
Document.idl | 170 readonly attribute HTMLCollection images;
|
/external/webkit/WebCore/loader/ |
CachedResource.h | 86 virtual void httpStatusCodeError() { error(); } // Images keep loading in spite of HTTP errors (for legacy compat with <img>, etc.).
|
/external/webkit/WebCore/page/ |
SecurityOrigin.h | 95 // as images, iframes, and style sheets, and can link to local URLs.
|
/external/webkit/WebCore/platform/chromium/ |
ScrollbarThemeChromiumLinux.cpp | 98 // look-and-feel, if we sent whole images instead of just colors
|
/external/webkit/WebCore/platform/graphics/android/ |
FontAndroid.cpp | 141 // set filtering, to make scaled images look nice(r)
|
/external/webkit/WebCore/platform/graphics/cg/ |
ImageSourceCG.cpp | 87 // if we don't release the frames we use too much memory on large images.
|
/external/webkit/WebCore/platform/graphics/wx/ |
ImageWx.cpp | 74 // plugins or broken images.
|
/external/webkit/WebCore/svg/graphics/ |
SVGImage.cpp | 265 frame->view()->setTransparent(true); // SVG Images are transparent.
|