/frameworks/base/awt/java/awt/image/renderable/ |
ParameterBlock.java | 30 * of renderable (source) images. The mapping between the indexed parameters and 43 * The sources (renderable images). 56 * the vector of source images. 69 * the vector of source images. 443 * images.
|
/frameworks/base/docs/html/sdk/ |
win-usb.jd | 51 $(".toggle-img", toggleable).attr("title", "hide").attr("src", (toRoot + "assets/images/triangle-opened.png")); 56 $(".toggle-img", toggleable).attr("title", "show").attr("src", (toRoot + "assets/images/triangle-closed.png")); 85 <img src="{@docRoot}assets/images/triangle-opened.png" class="toggle-img" height="9px" width="9px" /> 97 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" /> 110 <img src="{@docRoot}assets/images/triangle-closed.png" class="toggle-img" height="9px" width="9px" />
|
/frameworks/base/media/java/android/media/ |
ThumbnailUtils.java | 33 import android.provider.MediaStore.Images; 34 import android.provider.MediaStore.Images.Thumbnails; 91 boolean wantMini = (kind == Images.Thumbnails.MINI_KIND); 129 if (kind == Images.Thumbnails.MICRO_KIND) { 163 if (kind == Images.Thumbnails.MICRO_KIND && bitmap != null) {
|
/packages/apps/Camera/res/values/ |
strings.xml | 26 <!-- label for the icon meaning 'show me all the images that were taken with the camera' --> 229 <!-- Scene mode optimized for taking images on the beach. --> 231 <!-- Scene mode optimized for taking images in the snow. --> 233 <!-- Scene mode optimized for taking images in the sunset. --> 237 <!-- Scene mode optimized for taking images of fireworks. -->
|
/bootable/recovery/applypatch/ |
imgdiff.c | 18 * This program constructs binary patches for images -- such as boot.img 25 * To patch these usefully, we break the source and target images up into 37 * In practice this means that images should be compressed using the 45 * For a diff to be generated, the source and target images must have the 47 * chunks in the same order. Android boot and recovery images currently 53 * images by searching for the byte sequence 1f8b0800: 1f8b is the gzip 486 // chunks to be small (5 for typical boot and recovery images). 666 * as big as the target file, but it lets us handle the case of images 816 // Verify that the source and target images have the same chunk 897 // For images, we need to maintain the parallel structure of th [all...] |
/external/jpeg/ |
usage.doc | 17 and gray-scale images. JPEG is designed to handle "real-world" scenes, 19 non-realistic images are not JPEG's strong suit; on that sort of material 24 output bits. However, on typical real-world images, very good compression 41 standard error). These conventions are handy for piping images between 163 large images. Value is in thousands of bytes, or 176 restart markers occupy extra space. We recommend -restart 1 for images that 180 often useful when converting dithered images to JPEG: a moderate smoothing 305 large images. Value is in thousands of bytes, or 317 compressing full-color (24-bit) images. In particular, don't try to convert 318 cartoons, line drawings, and other images that have only a few distinc [all...] |
README | 67 method for full-color and gray-scale images. JPEG is intended for compressing 68 "real-world" scenes; line drawings, cartoons and other non-realistic images 71 have to have identical output bits. However, on typical photographic images, 212 omits the sample images that appeared in CACM, but it includes corrections 242 is titled "Digital Compression and Coding of Continuous-tone Still Images, 245 Continuous-tone Still Images, Part 2: Compliance testing" and has document 320 files. In particular, it can convert PPM images to and from a wide range of
|
change.log | 29 djpeg's trace mode reports JFIF 1.02 thumbnail images as such, rather 114 display of progressive images. Simply recompiling an existing IJG-v5-based 140 Correct bugs with grayscale images having v_samp_factor > 1.
|
rdrle.c | 8 * This file contains routines to read input images in Utah RLE format. 183 * Used for GRAYSCALE, MAPPEDGRAY, TRUECOLOR, and DIRECTCOLOR images. 201 * Used for PSEUDOCOLOR images.
|
/external/webkit/WebKit/gtk/webkit/ |
webkitwebsettings.cpp | 50 * script support, loading of images and various other things. 349 "auto-load-images", 350 _("Auto Load Images"), 351 _("Load images automatically."), 358 "auto-shrink-images", 359 _("Auto Shrink Images"), 360 _("Automatically shrink standalone images to fit."), 369 _("Whether background images should be printed."), [all...] |
/external/webkit/WebCore/inspector/front-end/ |
inspector.js | 33 (new Image()).src = "Images/clearConsoleButtonGlyph.png"; 34 (new Image()).src = "Images/consoleButtonGlyph.png"; 35 (new Image()).src = "Images/dockButtonGlyph.png"; 36 (new Image()).src = "Images/enableOutlineButtonGlyph.png"; 37 (new Image()).src = "Images/enableSolidButtonGlyph.png"; 38 (new Image()).src = "Images/excludeButtonGlyph.png"; 39 (new Image()).src = "Images/focusButtonGlyph.png"; 40 (new Image()).src = "Images/largerResourcesButtonGlyph.png"; 41 (new Image()).src = "Images/nodeSearchButtonGlyph.png"; 42 (new Image()).src = "Images/pauseOnExceptionButtonGlyph.png" [all...] |
/frameworks/base/core/java/android/provider/ |
MediaStore.java | 243 * This class is used internally by Images.Thumbnails and Video.Thumbnails, it's not intended 406 * Contains meta data for all available images. 408 public static final class Images { 555 values.put(Images.Thumbnails.KIND, kind); 556 values.put(Images.Thumbnails.IMAGE_ID, (int)id); 557 values.put(Images.Thumbnails.HEIGHT, thumb.getHeight()); 558 values.put(Images.Thumbnails.WIDTH, thumb.getWidth()); 560 Uri url = cr.insert(Images.Thumbnails.EXTERNAL_CONTENT_URI, values); 590 values.put(Images.Media.TITLE, title); 591 values.put(Images.Media.DESCRIPTION, description) [all...] |
/frameworks/base/docs/html/resources/tutorials/testing/ |
activity_test.jd | 299 <a href="{@docRoot}images/testing/eclipse_new_android_project_complete_callouts.png"> 300 <img src="{@docRoot}images/testing/eclipse_new_android_project_complete_callouts.png" alt="New Android Project dialog with filled-in values" style="height:230px"/> 329 <a href="{@docRoot}images/testing/eclipse_new_android_testproject_complete_callouts.png"> 330 <img src="{@docRoot}images/testing/eclipse_new_android_testproject_complete_callouts.png" alt="New Android Test Project dialog with filled-in values" style="height:230px"/> 458 <a href="{@docRoot}images/testing/spinner_create_test_class_callouts.png"> 459 <img alt="Menu for creating a new class in the test application" src="{@docRoot}images/testing/spinner_create_test_class_callouts.png" style="height:230px"/> 464 <a href="{@docRoot}images/testing/spinnertest_new_class_callouts.png"> 465 <img alt="New Java Class wizard dialog" src="{@docRoot}images/testing/spinnertest_new_class_callouts.png" style="height:230px"/> [all...] |
/external/webkit/WebCore/platform/image-decoders/gif/ |
GIFImageReader.cpp | 512 * frame into which images are rendered. The 513 * individual images can be smaller than the 581 /* The file is corrupt, but one or more images have 588 /* No images decoded, there is nothing to display. */ 784 /* being decoded. If any of the later images are larger */ 819 images progressively */ 890 /* See if there are any more images in this sequence. */
|
/prebuilt/darwin-x86/swt/about_files/ |
IJG_README | 67 method for full-color and gray-scale images. JPEG is intended for compressing 68 "real-world" scenes; line drawings, cartoons and other non-realistic images 71 have to have identical output bits. However, on typical photographic images, 212 omits the sample images that appeared in CACM, but it includes corrections 242 is titled "Digital Compression and Coding of Continuous-tone Still Images, 245 Continuous-tone Still Images, Part 2: Compliance testing" and has document 320 files. In particular, it can convert PPM images to and from a wide range of
|
/prebuilt/darwin-x86_64/swt/about_files/ |
IJG_README | 67 method for full-color and gray-scale images. JPEG is intended for compressing 68 "real-world" scenes; line drawings, cartoons and other non-realistic images 71 have to have identical output bits. However, on typical photographic images, 212 omits the sample images that appeared in CACM, but it includes corrections 242 is titled "Digital Compression and Coding of Continuous-tone Still Images, 245 Continuous-tone Still Images, Part 2: Compliance testing" and has document 320 files. In particular, it can convert PPM images to and from a wide range of
|
/prebuilt/linux-x86/swt/about_files/ |
IJG_README | 67 method for full-color and gray-scale images. JPEG is intended for compressing 68 "real-world" scenes; line drawings, cartoons and other non-realistic images 71 have to have identical output bits. However, on typical photographic images, 212 omits the sample images that appeared in CACM, but it includes corrections 242 is titled "Digital Compression and Coding of Continuous-tone Still Images, 245 Continuous-tone Still Images, Part 2: Compliance testing" and has document 320 files. In particular, it can convert PPM images to and from a wide range of
|
/prebuilt/linux-x86_64/swt/about_files/ |
IJG_README | 67 method for full-color and gray-scale images. JPEG is intended for compressing 68 "real-world" scenes; line drawings, cartoons and other non-realistic images 71 have to have identical output bits. However, on typical photographic images, 212 omits the sample images that appeared in CACM, but it includes corrections 242 is titled "Digital Compression and Coding of Continuous-tone Still Images, 245 Continuous-tone Still Images, Part 2: Compliance testing" and has document 320 files. In particular, it can convert PPM images to and from a wide range of
|
/prebuilt/windows/swt/about_files/ |
IJG_README | 67 method for full-color and gray-scale images. JPEG is intended for compressing 68 "real-world" scenes; line drawings, cartoons and other non-realistic images 71 have to have identical output bits. However, on typical photographic images, 212 omits the sample images that appeared in CACM, but it includes corrections 242 is titled "Digital Compression and Coding of Continuous-tone Still Images, 245 Continuous-tone Still Images, Part 2: Compliance testing" and has document 320 files. In particular, it can convert PPM images to and from a wide range of
|
/prebuilt/windows-x86_64/swt/about_files/ |
IJG_README | 67 method for full-color and gray-scale images. JPEG is intended for compressing 68 "real-world" scenes; line drawings, cartoons and other non-realistic images 71 have to have identical output bits. However, on typical photographic images, 212 omits the sample images that appeared in CACM, but it includes corrections 242 is titled "Digital Compression and Coding of Continuous-tone Still Images, 245 Continuous-tone Still Images, Part 2: Compliance testing" and has document 320 files. In particular, it can convert PPM images to and from a wide range of
|
/frameworks/base/docs/html/guide/topics/ui/ |
dialogs.jd | 205 <img src="{@docRoot}images/dialog_buttons.png" alt="" style="float:right" /> 246 <img src="{@docRoot}images/dialog_list.png" alt="" style="float:right" /> 275 <img src="{@docRoot}images/dialog_singlechoicelist.png" alt="" style="float:right" /> 324 <img src="{@docRoot}images/dialog_progress_spinning.png" alt="" style="float:right" /> 357 <img src="/images/dialog_progress_bar.png" alt="" style="float:right" /> 401 $(".toggle-img", toggleable).attr("title", "hide").attr("src", "/assets/images/triangle-opened.png"); 406 $(".toggle-img", toggleable).attr("title", "show").attr("src", "/assets/images/triangle-closed.png"); 428 <img src="/assets/images/triangle-closed.png" class="toggle-img" /> 540 <img src="{@docRoot}images/dialog_custom.png" alt="" style="float:right" />
|
/external/libpng/contrib/gregbook/ |
readpng.c | 222 /* expand palette images to RGB, low-bit-depth grayscale images to 8 bits, 224 * images to 8 bits per sample; and convert grayscale to RGB[A] */
|
/external/libpng/contrib/visupng/ |
PngFile.c | 175 // expand images of all color-type and bit-depth to 3x8 bit RGB images 190 // set the background color to draw transparent and alpha images over.
|
/external/libxml2/ |
xmlmodule.c | 341 * beos api info: http://www.beunited.org/bebook/The%20Kernel%20Kit/Images.html 353 * beos api info: http://www.beunited.org/bebook/The%20Kernel%20Kit/Images.html 372 * beos api info: http://www.beunited.org/bebook/The%20Kernel%20Kit/Images.html
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Image.h | 250 * produces the smallest, worst quality images, and a factor 251 * of 100 produces the largest, best quality images. A 252 * typical default is 75 for small good quality images
|