HomeSort by relevance Sort by last modified time
    Searched full:images (Results 826 - 850 of 6197) sorted by null

<<31323334353637383940>>

  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 27 import android.provider.MediaStore.Images;
28 import android.provider.MediaStore.Images.ImageColumns;
165 bitmap = Images.Thumbnails.getThumbnail(resolver, image.id,
166 Images.Thumbnails.MINI_KIND, null);
196 Uri baseUri = Images.Media.EXTERNAL_CONTENT_URI;
  /pdk/apps/CameraITS/tests/
tutorial.py 36 # the image processing code, and images are represented as numpy arrays.
128 # Images are numpy arrays. The dimensions are (h,w,3) when indexing,
129 # in the case of RGB images. Greyscale images are (h,w,1). Pixels are
132 # formats of images that come from the device (and convert them to
  /external/chromium/chrome/common/extensions/docs/static/
a11y.html 66 <img src="images/a11y/standard-html-controls.png"
272 <img src="images/a11y/focus-outline-2.png"
276 <img src="images/a11y/focus-outline.png"
387 Also, avoid baking text into images:
389 and screenreaders cannot interpret images.
412 For specific images, you can use a tool such as the
433 <h3 id="images">Images</h3>
436 Provide informative alt text for your images.
447 Spacer images or purely decorative image
    [all...]
overview.html 22 CSS, JavaScript, images, and anything else you need&mdash;that
57 <img src="images/overview/browser-action.png"
62 <img src="images/overview/page-action.png"
67 <img src="images/overview/browser-action-with-popup.png"
116 <img src="images/overview/flash-app.png"
163 that's in a subfolder named <code>images</code>.
167 &lt;img <b>src="images/myimage.png"</b>>
252 <img src="images/overview/arch-1.gif"
336 <img src="images/overview/arch-2.gif"
381 <img src="images/overview/arch-3.gif
    [all...]
  /external/chromium/chrome/common/extensions/docs/
tut_debugging.html 120 <td valign="middle"><a href="http://code.google.com/"><img src="images/code_labs_logo.gif" height="43" width="161" alt="Google Code Labs" style="border:0; margin:0;"></a></td>
422 <img src="images/devtools-1.gif" alt="" width="500" height="294">
433 <img src="images/console-button.gif" style="margin:0; padding:0" align="absmiddle" width="26" height="22" alt="">(second
445 as it adds images to itself.
455 <img src="images/devtools-2.gif" alt="" width="500" height="294">
461 It should show 20 "hello world" images.
489 <img src="images/devtools-localvars.gif" alt="" width="225" height="215">
495 <img src="images/play-button.gif" style="margin:0; padding:0" align="absmiddle" width="22" height="20" alt="">(near
506 <img src="images/devtools-3.gif" width="500" height="245" alt="the popup page with 10 images">
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_browsertest.cc 313 // Setup two users with stock images.
381 // Check image dimensions. Images can't be compared since JPEG is lossy.
446 // Check image dimensions. Images can't be compared since JPEG is lossy.
484 // Check image dimensions. Images can't be compared since JPEG is lossy.
528 // Check image dimensions. Images can't be compared since JPEG is lossy.
540 // images while the profile image download is still in progress. Verifies that
694 // Check image dimensions. Images can't be compared since JPEG is lossy.
721 // Check image dimensions. Images can't be compared since JPEG is lossy.
796 // Check image dimensions. Images can't be compared since JPEG is lossy.
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
a11y.html 66 <img src="{{static}}/images/a11y/standard-html-controls.png"
272 <img src="{{static}}/images/a11y/focus-outline-2.png"
276 <img src="{{static}}/images/a11y/focus-outline.png"
391 Also, avoid baking text into images:
393 and screenreaders cannot interpret images.
416 For specific images, you can use a tool such as the
437 <h3 id="images">Images</h3>
440 Provide informative alt text for your images.
451 Spacer images or purely decorative image
    [all...]
overview.html 15 CSS, JavaScript, images, and anything else you need&mdash;that
50 <img src="{{static}}/images/overview/browser-action.png"
55 <img src="{{static}}/images/overview/page-action.png"
60 <img src="{{static}}/images/overview/browser-action-with-popup.png"
137 that's in a subfolder named <code>images</code>.
141 &lt;img <b>src="images/myimage.png"</b>>
251 <img src="{{static}}/images/overview/arch-1.gif"
312 <img src="{{static}}/images/overview/arch-2.gif"
357 <img src="{{static}}/images/overview/arch-3.gif"
371 <img src="{{static}}/images/overview/arch-cs.gif
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.cpp 541 stats.images.addResource(resource);
651 printf("%-13s %13d %13d %13d %13d %13d %13d\n", "Images", s.images.count, s.images.size, s.images.liveSize, s.images.decodedSize, s.images.purgeableSize, s.images.purgedSize);
660 printf("%-13s %13d of %13d\n", "Images", s.images.encodedSizeDuplicatedInDataURLs, s.images.encodedSize)
    [all...]
  /external/libpng/contrib/gregbook/
readpng2.c 396 * decoding several PNG images at the same time, one needs to avoid mixing
397 * up different images' structs) */
461 /* as before, let libpng expand palette images to RGB, low-bit-depth
462 * grayscale images to 8 bits, transparency chunks to full alpha channel;
463 * strip 16-bit-per-sample images to 8 bits per sample; and convert
482 * that most of the images originate on the Internet, we follow the recom-
483 * mendation of the sRGB proposal and treat unlabelled images (no gAMA
485 * such images have a file gamma of 0.45455, which corresponds to a PC-like
488 * identity lookup table, it will darken unlabelled images, which effec-
489 * tively favors images from PC-like systems over those originating o
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 206 values.put(MediaStore.Images.ImageColumns.DATA, mImageFilePath);
207 values.put(MediaStore.Images.ImageColumns.TITLE, mImageFileName);
208 values.put(MediaStore.Images.ImageColumns.DISPLAY_NAME, mImageFileName);
209 values.put(MediaStore.Images.ImageColumns.DATE_TAKEN, mImageTime);
210 values.put(MediaStore.Images.ImageColumns.DATE_ADDED, dateSeconds);
211 values.put(MediaStore.Images.ImageColumns.DATE_MODIFIED, dateSeconds);
212 values.put(MediaStore.Images.ImageColumns.MIME_TYPE, "image/png");
213 values.put(MediaStore.Images.ImageColumns.WIDTH, mImageWidth);
214 values.put(MediaStore.Images.ImageColumns.HEIGHT, mImageHeight);
215 Uri uri = resolver.insert(MediaStore.Images.Media.EXTERNAL_CONTENT_URI, values)
    [all...]
  /external/chromium/chrome/browser/webdata/
web_data_service.h 99 // The images, may be empty.
100 std::vector<SkBitmap> images; member in struct:WDAppImagesResult
340 // images, but only one at a particular size. If there was an image for the
344 // Sets whether all the images have been downloaded for the specified web app.
347 // Removes all images for the specified web app.
350 // Fetches the images and whether all images have been downloaded for the
  /external/chromium_org/skia/
skia_library.gypi 77 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
78 '../third_party/skia/src/images/SkScaledBitmapSampler.h',
146 '../third_party/skia/include/images/SkImageRef.h',
147 '../third_party/skia/include/images/SkImageRef_GlobalPool.h',
148 '../third_party/skia/include/images/SkMovie.h',
149 '../third_party/skia/include/images/SkPageFlipper.h',
158 '../third_party/skia/include/images',
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/png/
PNGImageDecoder.cpp 194 // We currently only support color profiles for RGB and RGBA images.
305 // Protect against large images.
349 // color profiles for gray-scale images is slightly tricky, at least using the
350 // CoreGraphics ICC library, because we expand gray-scale images to RGB but we
457 * For the non-NULL rows of interlaced images, you must call
460 * just return) and for non-interlaced images (it just does the
469 * the first pass (and only for interlaced images), you will have
  /external/chromium_org/ui/base/resource/
resource_bundle.h 39 // ResourceBundle is a central facility to load images and other resources,
60 // Images are flipped in RTL locales.
62 // Images are never flipped.
160 // this value). |scale_factor| is the scale of images in this resource pak
161 // relative to the images in the 1x resource pak. This method is not thread
374 // Cached images. The ResourceBundle caches all retrieved images and keeps
  /external/opencv/cv/src/
cvoptflowbm.cpp 83 // Purpose: calculate Optical flow for 2 images using block matching algorithm
88 // imgStep, // full width of input images in bytes
583 CV_ERROR( CV_StsUnmatchedFormats, "Source images have different formats" );
586 CV_ERROR( CV_StsUnmatchedFormats, "Destination images have different formats" );
596 CV_ERROR( CV_StsUnsupportedFormat, "Source images must have 8uC1 type and "
597 "destination images must have 32fC1 type" );
600 CV_ERROR( CV_BadStep, "two source or two destination images have different steps" );
cvoptflowhs.cpp 58 // Purpose: calculate Optical flow for 2 images using Horn & Schunck algorithm
63 // imgStep - width of single row of source images in bytes
510 CV_ERROR( CV_StsUnmatchedFormats, "Source images have different formats" );
513 CV_ERROR( CV_StsUnmatchedFormats, "Destination images have different formats" );
522 CV_ERROR( CV_StsUnsupportedFormat, "Source images must have 8uC1 type and "
523 "destination images must have 32fC1 type" );
526 CV_ERROR( CV_BadStep, "source and destination images have different step" );
  /frameworks/base/docs/html/training/design-navigation/
descendant-lateral.jd 40 <img src="{@docRoot}images/training/app-navigation-descendant-lateral-desc.png"
49 <img src="{@docRoot}images/training/app-navigation-descendant-lateral-children.png"
69 <img src="{@docRoot}images/training/app-navigation-descendant-lateral-buttons.png"
92 <img src="{@docRoot}images/training/app-navigation-descendant-lateral-lists.png"
114 <img src="{@docRoot}images/training/app-navigation-descendant-lateral-tabs.png"
152 <img src="{@docRoot}images/training/app-navigation-descendant-lateral-paging.png"
161 <img src="{@docRoot}images/training/app-navigation-descendant-lateral-paging-companion.png"
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Message.java 54 * Regex pattern used to look for any inline images in message bodies, including Gmail-hosted
55 * relative-URL images, Gmail emoticons, and any external inline images (although we usually
56 * count on the server to detect external images).
572 * button is shown, the message must also block all non-local images in the body. Inversely, if
573 * the button is not shown, the message must show all images within (or else the user would be
574 * stuck with no images and no way to reveal them).
  /external/chromium/chrome/browser/themes/
browser_theme_pack.cc 50 // Persistent constants for the main images that we need. These have the same
246 // Mapping used in GenerateFrameImages() to associate frame images with the
266 // A list of images that don't need tinting or any other modification and can
342 // Builds the images. (Image building is dependent on tints).
500 // Check our cache of prepared images, first.
860 // Some images need to go directly into |image_memory_|. No modification is
899 // thing and just use the default images.
970 // We only need to generate the background tab images if we were provided
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 613 // Check that by default network and data url images are loaded.
619 // Check that with auto-loading turned off no images are loaded.
620 // Also check that images are loaded automatically once we enable the setting,
645 // Check that by default network and data url images are loaded.
651 // Check that only network images are blocked, data url images are still loaded.
652 // Also check that network images are loaded automatically once we disable the setting,
674 // Check that by default network resources and data url images are loaded.
683 // Check that only network resources are blocked, data url images are still loaded.
707 // Check that local images are loaded without issues regardless of domain checking
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack_unittest.cc 227 // The stargazing theme defines the following images:
235 // Here are a few images that we shouldn't expect because even though
250 // The high DPI theme defines the following images:
257 // The high DPI theme does not define the following images:
545 // HasCustomImage should only return true for images that exist in the
546 // extension and not for autogenerated images.
547 std::string images = "{ \"theme_frame\": \"one\" }"; local
549 ParseImageNamesJSON(images, &out_file_paths);
556 std::string images = "{ \"theme_frame\": \"does_not_exist\" }"; local
558 ParseImageNamesJSON(images, &out_file_paths)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/
docs.html 5 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
17 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
31 Fixed memory stomp when using stretch blit on large images
86 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
256 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
334 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
479 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
537 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%">
625 The DGA video driver now waits for pending blits involving surfaces before they are freed. This prevents display oddities when using SDL_DisplayFormat() to convert many images.
695 <IMG SRC="docs/images/rainbow.gif" ALT="[separator]" WIDTH="100%"
    [all...]
  /external/chromium/chrome/common/extensions/docs/css/
ApiRefStyles.css 546 background:url(/images/labs-11.png) top left no-repeat;
770 background: url('../images/toggle_sprite.png') no-repeat 0px 0px;
833 background-image:url(/images/sprites08132008.png);
840 background-image:url(/images/sprites08132008.png);
847 background-image:url(/images/sprites08132008.png);
854 background-image:url(/images/sprites08132008.png);
927 background:url(/images/hide-arrow.gif) top left no-repeat;
935 background:url(/images/show-arrow.gif) top left no-repeat;
1214 background-image:url(/images/plus.gif)
1218 background-image:url(/images/plus_hover.gif
    [all...]
  /external/opencv/cvaux/src/
cvcorrimages.cpp 53 /* ===== Function for find corresponding between images ===== */
120 /* Create temporary images */
225 CV_ERROR( CV_StsUnmatchedSizes, "Size of images must be the same" );
273 /* Create temporary images */
274 /* We must use iplImage againts hughgui images */
283 /* Create Ipl images */
824 /* For given N images
825 we have corresponding points on N images
856 /* First found correspondence points for images */
957 /* Delete points which no exist on any of images */
    [all...]

Completed in 923 milliseconds

<<31323334353637383940>>