/external/jpeg/ |
jmemnobs.c | 14 * to process big images. 51 * you probably won't be able to process useful-size images in only 64KB.
|
/external/libpng/ |
png.5 | 6 lossless, portable, well-compressed storage of raster images. PNG provides 8 common uses of TIFF. Indexed-color, grayscale, and truecolor images are
|
/external/webkit/WebCore/css/ |
CSSImageValue.cpp | 64 // FIXME: Should find a way to make these images sit in their own memory partition, since they are user agent images.
|
/external/webkit/WebCore/inspector/front-end/ |
audits.css | 33 content: url(Images/resourcesTimeGraphIcon.png); 37 content: url(Images/resourceDocumentIcon.png); 50 -webkit-mask-image: url(Images/clearConsoleButtonGlyph.png); 80 content: url(Images/errorRedDot.png); 84 content: url(Images/successGreenDot.png); 138 content: url(Images/treeRightTriangleBlack.png); 142 content: url(Images/treeDownTriangleBlack.png); 270 background: url(Images/radioDot.png) center no-repeat,
|
/external/webkit/WebCore/loader/ |
CachedResourceClient.h | 21 This class provides all functionality needed for loading images, style sheets and html 50 * a client who wants to load stylesheets, images or scripts from the web has to
|
DocLoader.cpp | 23 This class provides all functionality needed for loading images, style sheets and html 182 // types of resources, like Images, Scripts, and CSS, can be loaded from 427 // Don't preload images or body resources before we have something to draw. This prevents 495 unsigned images = 0; local 516 images++; 532 if (images) 533 printf("IMAGES: %d (%d hits, hit rate %d%%)\n", images, images - imageMisses, (images - imageMisses) * 100 / images) [all...] |
/external/webkit/WebKitTools/Scripts/ |
generate-qt-inspector-resource | 47 # Directory with html and js files and the images 49 addFiles(<WebCore/inspector/front-end/Images/*>);
|
/frameworks/base/graphics/java/android/graphics/ |
Shader.java | 42 * mirror images so that adjacent images always seam
|
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Shader.java | 43 * mirror images so that adjacent images always seam
|
/packages/apps/Camera/src/com/android/camera/gallery/ |
BaseImage.java | 25 import android.provider.MediaStore.Images; 79 Images.Thumbnails.MICRO_KIND, null, false);
|
/packages/apps/Gallery/src/com/android/camera/gallery/ |
VideoObject.java | 25 import android.provider.MediaStore.Images; 113 id, Images.Thumbnails.MICRO_KIND, null, true);
|
/frameworks/base/docs/html/guide/tutorials/localization/ |
index.jd | 19 <li><a href="#localize_images">Localize the Images</a></li>
79 <img src="{@docRoot}images/hello_l10n/plain_project.png" alt="plain project" width="194"
137 saving <a href="../../../images/hello_l10n/flag.png">flag.png</a> as
195 <img src="{@docRoot}images/hello_l10n/nonlocalized_project.png" alt="nonlocalized" width="394"
218 <td valign="top"><img src="{@docRoot}images/hello_l10n/nonlocalized_screenshot1.png"
220 <td><img src="{@docRoot}images/hello_l10n/nonlocalized_screenshot2.png" alt="nonlocalized2"
411 <img src="{@docRoot}images/hello_l10n/xml_file_wizard_shortcut.png"
416 <img src="{@docRoot}images/hello_l10n/xml_wizard1.png" alt="res_file_copy" width="335"
419 <img src="{@docRoot}images/hello_l10n/xml_wizard2.png" alt="res_file_copy" width="306"
478 <h3 id="localize_images">Localize the Images</h3> [all...] |
/frameworks/base/docs/html/resources/tutorials/localization/ |
index.jd | 19 <li><a href="#localize_images">Localize the Images</a></li>
79 <img src="{@docRoot}images/hello_l10n/plain_project.png" alt="plain project" width="194"
137 saving <a href="../../../images/hello_l10n/flag.png">flag.png</a> as
195 <img src="{@docRoot}images/hello_l10n/nonlocalized_project.png" alt="nonlocalized" width="394"
218 <td valign="top"><img src="{@docRoot}images/hello_l10n/nonlocalized_screenshot1.png"
220 <td><img src="{@docRoot}images/hello_l10n/nonlocalized_screenshot2.png" alt="nonlocalized2"
411 <img src="{@docRoot}images/hello_l10n/xml_file_wizard_shortcut.png"
416 <img src="{@docRoot}images/hello_l10n/xml_wizard1.png" alt="res_file_copy" width="335"
419 <img src="{@docRoot}images/hello_l10n/xml_wizard2.png" alt="res_file_copy" width="306"
478 <h3 id="localize_images">Localize the Images</h3> [all...] |
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design.jd | 282 <img src="{@docRoot}images/icon_design/IconGraphic_Icons_i.png" 366 <img src="{@docRoot}images/icon_design/IconGraphic_DosDonts.png" alt="Side-by-side examples 401 <img src="{@docRoot}images/icon_design/IconGraphic_Materials.png" width="450" style="padding-top:2px;"> 408 <img src="{@docRoot}images/icon_design/IconGraphic_AccentColor.png" width="450"> 422 <img src="{@docRoot}images/icon_design/IconGraphic_Colors.png" width="450" style="padding-top:2px;"> 469 <img src="{@docRoot}images/icon_design/IconGraphic_OpticalSize_l.png" 487 <img src="{@docRoot}images/icon_design/IconGraphic_OpticalSize_s.png" 505 <img src="{@docRoot}images/icon_design/IconGraphic_OpticalSize_ldpi.png" 541 <img src="{@docRoot}images/icon_design/IconGraphic_Shadow_WVGA.png" 562 <img src="{@docRoot}images/icon_design/IconGraphic_Shadow_HVGA.png [all...] |
/bootable/diskinstaller/ |
installer.c | 329 LOGE("Only raw images can specify direct offset on the disk. Please" 343 LOGW("addjournal flag is meaningless for ext3 images"); 376 cnode *images; local 452 /* Now process the installer config file and write the images to disk */ 453 if (!(images = config_find(config, "images"))) { 454 LOGE("Invalid configuration file %s. Missing 'images' section", 459 for (img = images->first_child; img; img = img->next) { 467 * writes to layout the disk partitions so that we can write images to 468 * them. We then do the apply() again in case one of the images [all...] |
/ndk/docs/ |
STABLE-APIS.TXT | 28 android-3 -> Official Android 1.5 system images 29 android-4 -> Official Android 1.6 system images 30 android-5 -> Official Android 2.0 system images 31 android-6 -> Official Android 2.0.1 system images 32 android-7 -> Official Android 2.1 system images 33 android-8 -> Official Android 2.2 system images 42 runs on Android 1.5 system images and above. 92 images. 142 on Android 1.6 system images and above, 199 on Android 2.0 system images and above [all...] |
/build/tools/droiddoc/templates/assets/ |
android-developer-core.css | 31 background-image:url(images/bg_fade.jpg); 200 background:transparent url(images/preliminary.png) repeat scroll 0 0; */ 249 background-image: url(images/bg_images_sprite.png); 262 background-image: url(images/bg_images_sprite.png); 284 background-image: url(images/bg_images_sprite.png); 298 background-image: url(images/bg_images_sprite.png); 394 background-image:url(images/bg_community_leftDiv.jpg); 433 background-image:url(images/hr_gray_side.jpg); 448 background-image:url(images/hr_gray_main.jpg); 677 background:url(images/home/bg_home_announcement.png) no-repeat 0 0 [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
GalleryPicker.java | 48 import android.provider.MediaStore.Images; 147 // Show/Hide the "no images" icon and text. Load resources on demand. 163 // The storage status is changed, restart the worker or show "no images". 288 MediaStore.Images.Media.EXTERNAL_CONTENT_URI, 388 // i >= 3 means we are looking at All Images/All Videos. 389 // lists[i-3] is the corresponding Camera Images/Camera Videos. 485 // If we have zero folder, show the "no images" icon. 569 // Camera Images 586 // All Images 635 IImageList images) { [all...] |
/bootable/diskinstaller/editdisklbl/ |
editdisklbl.c | 188 printf("Copying images to specified partition offsets\n"); 189 /* now copy the images to their appropriate locations on disk */ 194 fprintf(stderr, "Could not write images after editing label.\n"); 198 printf("File edit complete. Wrote %d images.\n", cnt);
|
/development/pdk/docs/ |
index.jd | 27 <img style="float: right; padding-right: 1.5em;" src="{@docRoot}images/home-bugdroid.png" alt="Android Mascot"/> 35 <p><img src="images/lil-wrench.png" alt="" style="margin: 1em;"/> 45 <p><img src="images/lil-wrench.png" alt="" style="margin: 1em;"/> 55 <p><img src="images/lil-wrench.png" alt="" style="margin: 1em;"/>
|
/development/samples/MultiResolution/ |
_index.html | 20 <img alt="" src="../images/MultiResolution.png"/>
|
/device/htc/sapphire/ |
AndroidBoard.mk | 17 $(call add-radio-file,recovery/images/firmware_install.565)
|
/external/dropbear/libtommath/pics/ |
makefile | 1 # makes the images... yeah
|
/external/icu4c/test/intltest/ |
dadrcoll.h | 54 RuleBasedCollator *UCA; // needed for opening collators from binary images
|
/external/qemu/android/utils/ |
filelock.h | 19 ** writable file (e.g. the userdata.img disk images).
|