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

<<31323334353637383940>>

  /external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
PNGImageEncoder.cpp 84 // The parameters are the same as what libpng uses by default for RGB and RGBA images, except:
90 // Although they are the fastest for poorly-compressible images (e.g. photographs),
91 // they are very slow for highly-compressible images (e.g. text, drawings or business graphics).
  /external/chromium_org/third_party/WebKit/Source/web/tests/
JPEGImageDecoderTest.cpp 95 const char* jpegFile = "/LayoutTests/fast/images/resources/lenna.jpg"; // 256x256
138 const char* jpegFile = "/LayoutTests/fast/images/resources/icc-v2-gbr.jpg"; // 275x207
180 const char* jpegFile = "/LayoutTests/fast/images/resources/lenna.jpg"; // 256x256
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
pixelzoomer.js 90 var images = row.querySelectorAll('img[src$=".png"]');
95 for (var i = 0; i < images.length; i++)
96 container.appendChild(zoomImageContainer(images[i].src));
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_sprite_point.spec 39 effective way to render many small sprite images for particle systems
66 images, alpha testing and blending.
73 squares. One could define rotated texture images if desired. A 3D
  /external/chromium_org/third_party/mesa/src/src/glx/
renderpix.c 67 * \param height Height of the image, must be 1 for 1D images
68 * \param depth Depth of the image, must be 1 for 1D or 2D images
76 * Modify this function so that \c NULL images are sent using
  /external/chromium_org/ui/gfx/
skbitmap_operations.h 22 // Enum for use in rotating images (must be in 90 degree increments),
49 // in the alpha bitmap. The images must use the kARGB_8888_Config config and
58 // The images must use kARGB_8888_Config config.
  /external/chromium_org/ui/views/controls/button/
label_button_border.cc 26 // Insets for the unified button images. This assumes that the images
45 // A helper function to paint the native theme or images as appropriate.
  /external/chromium_org/ui/views/corewm/
shadow.cc 97 // If we're becoming active, switch images now. Because the inactive image
99 // allows us to use only a single set of shadow images at a time.
127 // If we just finished going inactive, switch images. This doesn't cause
  /external/clang/www/analyzer/
faq.html 39 <img src="images/example_custom_assert.png" alt="example custom assert">
56 <img src="images/example_null_pointer.png" alt="example null pointer">
69 <img src="images/example_use_assert.png" alt="example use assert">
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 39 effective way to render many small sprite images for particle systems
66 images, alpha testing and blending.
73 squares. One could define rotated texture images if desired. A 3D
  /external/mesa3d/src/glx/
renderpix.c 67 * \param height Height of the image, must be 1 for 1D images
68 * \param depth Depth of the image, must be 1 for 1D or 2D images
76 * Modify this function so that \c NULL images are sent using
  /external/oprofile/libpp/
locate_images.cpp 46 images.insert(v);
85 const_iterator cit = images.begin();
86 const_iterator end = images.end();
  /external/skia/dm/
DM.cpp 27 "If a directory, compare generated images against images under this path. "
28 "If a file, compare generated images against JSON expectations at this path.");
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
icon_design_tab.jd 178 <img src="{@docRoot}images/icon_design/tab_size_hdpi.png" width="385">
194 <img src="{@docRoot}images/icon_design/tab_size_mdpi.png" width="385">
210 <img src="{@docRoot}images/icon_design/tab_size_ldpi.png" width="385">
237 <img src="{@docRoot}images/icon_design/tab_style_unselected.png" alt="A view of effects for unselected tab icons."/>
257 <img src="{@docRoot}images/icon_design/tab_style_selected.png" alt="A view of effects for selected tab icons."/>
283 <img src="{@docRoot}images/icon_design/do_dont_tabicons.png">
302 <img src="{@docRoot}images/icon_design/tab_standard.png" />
333 <img src="{@docRoot}images/icon_design/tab_icon_unselected.png" alt="A view of
345 <img src="{@docRoot}images/icon_design/tab_icon_selected.png" alt="A view of
367 <img src="{@docRoot}images/icon_design/tab_unselected_light.png" alt="A vie
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
overview.jd 22 <p>You should always externalize resources such as images and strings from your application
32 <img src="{@docRoot}images/resources/resource_devices_diagram1.png" height="167" alt="" />
39 <img src="{@docRoot}images/resources/resource_devices_diagram2.png" height="167" alt="" />
  /frameworks/base/docs/html/tools/building/
index.jd 40 <img src="{@docRoot}images/build-simplified.png" />
52 <img src="{@docRoot}images/build.png" />
71 <li>All non-compiled resources (such as images), compiled resources, and the .dex files are
  /frameworks/base/docs/html/tools/
index.jd 5 <img src="{@docRoot}images/tools-home.png" style="float:right;" height="415" width="763" />
66 <img src="{@docRoot}images/tools/dev-options-inmilk.png" alt="" style="margin:-10px 0 0;">
119 <img src="{@docRoot}images/debugging-tall.png" align="left" style="margin-top:10px">
  /frameworks/base/docs/html/training/improving-layouts/
smooth-scrolling.jd 48 images in a background thread, then apply them to the UI once finished. It also shows a
49 progress spinner in place of the images while they are loading.</p>
52 // Using an AsyncTask to load the slow images in a background thread
  /frameworks/base/docs/html/training/printing/
photos.jd 24 takes photos, displays them, or allows users to share images, you should consider enabling printing
25 of those images in your application. The <a href="{@docRoot}tools/support-library/index.html"
37 a simple way to print of images. The class has a single layout option, {@link
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ImageReaderTest.java 129 * Return null if get a IllegalStateException with no images in the queue.
142 * All images are cleaned up when we get an unexpected Error.
162 * All images are cleaned up when we get an unexpected RuntimeException.
  /packages/apps/Camera/src/com/android/camera/
MediaSaver.java 32 // all the work, so other programs (like Gallery) can see all the images.
98 // Note that we can only stop after we saved all images
118 Log.e(TAG, "Media saver thread stopped with " + mQueue.size() + " images unsaved");
Storage.java 27 import android.provider.MediaStore.Images;
28 import android.provider.MediaStore.Images.ImageColumns;
113 uri = resolver.insert(Images.Media.EXTERNAL_CONTENT_URI, values);
  /packages/apps/Camera2/src/com/android/camera/data/
RotationTask.java 23 import android.provider.MediaStore.Images;
109 values.put(Images.Media.SIZE, fileSize);
125 values.put(Images.Media.ORIENTATION, finalRotationDegrees);
  /packages/apps/Gallery/src/com/android/camera/
BitmapManager.java 22 import android.provider.MediaStore.Images;
128 Images.Thumbnails.cancelThumbnailRequest(cr, -1, t.getId());
156 return Images.Thumbnails.getThumbnail(cr, origId, t.getId(),
  /packages/apps/LegacyCamera/src/com/android/camera/
Storage.java 25 import android.provider.MediaStore.Images;
26 import android.provider.MediaStore.Images.ImageColumns;
89 uri = resolver.insert(Images.Media.EXTERNAL_CONTENT_URI, values);

Completed in 1077 milliseconds

<<31323334353637383940>>