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

<<21222324252627282930>>

  /external/chromium_org/tools/site_compare/commands/
scrape.py 5 """Command for scraping images from a URL or list of URLs.
  /external/chromium_org/ui/base/cursor/
cursor_loader_x11.h 49 // images so that we can free them on destruction.
  /external/chromium_org/ui/message_center/views/
padded_button.h 18 // corresponding resource images with alpha padding. In the future, this class
  /external/chromium_org/ui/views/controls/button/
checkbox.h 60 // The images for each button state.
  /external/chromium_org/ui/webui/resources/css/
trash.css 23 background: url('chrome://resources/images/trash.png') 0 0 no-repeat;
  /external/jmonkeyengine/engine/src/core/com/jme3/asset/
package.html 19 loads TGA images should read a stream in .tga format and return an
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglDisplay.java 203 private ByteBuffer[] imagesToByteBuffers(Object[] images) {
204 ByteBuffer[] out = new ByteBuffer[images.length];
205 for (int i = 0; i < images.length; i++) {
206 BufferedImage image = (BufferedImage) images[i];
  /external/libpng/contrib/gregbook/
readppm.c 8 PPM files to be used in place of PNG images.
148 /* expand palette images to RGB, low-bit-depth grayscale images to 8 bits,
150 * images to 8 bits per sample; and convert grayscale to RGB[A] */
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_texture.h 62 /* True if texture images are power-of-two in all dimensions:
  /external/oprofile/doc/
oparchive.1.in 54 Do not include application-specific images for libraries, kernel modules
  /external/skia/gyp/
gm.gyp 32 '../src/images',
  /external/skia/src/lazy/
SkCachingPixelRef.h 19 * called. Caches the decoded images in the global
  /external/skia/tools/skpdiff/
SkDifferentPixelsMetric_cpu.cpp 21 // Ensure the images are comparable
  /external/skia/tools/
test_pdfs.py 2 Compares the rendererings of serialized SkPictures to expected images.
  /external/valgrind/main/docs/lib/
vg_basic.css 40 ul { list-style: url("images/li-brown.png"); }
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeThread.java 31 * This thread does all the heavy lifting of decoding the images.
  /frameworks/base/docs/html/design/building-blocks/
buttons.jd 14 buttons</em>. Both can contain text labels and/or images.</p>
  /frameworks/base/docs/html/distribute/
index.jd 9 <img src="{@docRoot}images/home/google-play.png">
  /frameworks/base/docs/html/guide/topics/connectivity/
index.jd 4 page.landing.image=images/develop/connectivity.png
  /frameworks/base/docs/html/samples/
index.jd 22 <img src="/assets/images/triangle-closed.png" class="toggle-content-img" alt=""
  /frameworks/base/docs/html/tools/help/
emulator.jd 160 <td rowspan="7">Disk Images</td>
165 <p>For more information on disk images, use <code>-help-disk-images</code>.</p>
182 on disk images, use <code>-help-disk-images</code>.</p>
198 <p>For more information on disk images, use <code>-help-disk-images</code>.</p></td>
210 For more information on disk images, use <code>-help-disk-images</code>.</p>
217 <p>Optionally, you can specify a path relative to the current working directory. For more information on disk images, use <code>-help-disk-images</code>.</p
    [all...]
  /frameworks/base/docs/html/training/keyboard-input/
style.jd 47 <img src="{@docRoot}images/ui/edittext-phone.png" alt="" />
63 <img src="{@docRoot}images/training/input/ime_password.png" alt="" />
88 <img src="{@docRoot}images/training/input/ime_autocorrect.png" alt="" />
134 <img src="{@docRoot}images/ui/edittext-actionsend.png" alt="" />
  /frameworks/base/docs/html/training/sharing/
receive.jd 39 accepts both text <em>and</em> single or multiple images. With this app, a user can easily start a
53 type, or multiple images of any type, your manifest would look like:</p>
111 handleSendMultipleImages(intent); // Handle multiple images being sent
136 // Update UI to reflect multiple images being shared
  /frameworks/base/libs/hwui/
Android.mk 55 external/skia/include/images \
  /packages/apps/Camera/tests/src/com/android/camera/stress/
CameraStressTestRunner.java 29 public static int mImageIterations = 100; // set default to 100 images

Completed in 1488 milliseconds

<<21222324252627282930>>