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

1 2 34 5 6 7 8 91011>>

  /external/skia/gm/tests/outputs/compared-against-identical-pixels-images/output-expected/
stdout 2 GM: reading from gm/tests/inputs/images/identical-pixels
3 GM: writing to gm/tests/outputs/compared-against-identical-pixels-images/output-actual/writePath
4 GM: writing mismatches to gm/tests/outputs/compared-against-identical-pixels-images/output-actual/mismatchPath
5 GM: writing images without expectations to gm/tests/outputs/compared-against-identical-pixels-images/output-actual/missingExpectationsPath
  /external/chromium_org/ui/keyboard/
keyboard_resources.grd 36 <include name="IDR_KEYBOARD_IMAGES_BACK" file="resources/images/back.svg" type="BINDATA" />
37 <include name="IDR_KEYBOARD_IMAGES_BRIGHTNESS_DOWN" file="resources/images/brightness-down.svg" type="BINDATA" />
38 <include name="IDR_KEYBOARD_IMAGES_BRIGHTNESS_UP" file="resources/images/brightness-up.svg" type="BINDATA" />
39 <include name="IDR_KEYBOARD_IMAGES_CHANGE_WINDOW" file="resources/images/change-window.svg" type="BINDATA" />
40 <include name="IDR_KEYBOARD_IMAGES_DOWN" file="resources/images/down.svg" type="BINDATA" />
41 <include name="IDR_KEYBOARD_IMAGES_FORWARD" file="resources/images/forward.svg" type="BINDATA" />
42 <include name="IDR_KEYBOARD_IMAGES_FULLSCREEN" file="resources/images/fullscreen.svg" type="BINDATA" />
43 <include name="IDR_KEYBOARD_IMAGES_KEYBOARD" file="resources/images/keyboard.svg" type="BINDATA" />
44 <include name="IDR_KEYBOARD_IMAGES_LEFT" file="resources/images/left.svg" type="BINDATA" />
45 <include name="IDR_KEYBOARD_IMAGES_MICROPHONE" file="resources/images/microphone.svg" type="BINDATA" /
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.css 16 background-image: url(images/resource-article.png);
20 background-image: url(images/resource-sample.png);
24 background-image: url(images/resource-tutorial.png);
  /external/chromium_org/chrome/browser/resources/google_now/
manifest.json 7 "16": "images/icon16.png",
8 "48": "images/icon48.png",
9 "128": "images/icon128.png"
  /external/chromium_org/chrome/common/extensions/docs/examples/api/fontSettings/
slider.css 37 background-image: url(../images/slider/slide_bar_center.png);
55 background-image: url(../images/slider/slider_bar_right.png);
62 background-image: url(../images/slider/slide_bar_fill_center.png);
67 background-image: url(../images/slider/slide_bar_fill_left.png);
74 background-image: url(../images/slider/slide_bar_disabled_center.png);
78 background-image: url(../images/slider/slide_bar_disabled_center.png);
82 background-image: url(../images/slider/slide_bar_disabled_left.png);
86 background-image: url(../images/slider/slide_bar_disabled_right.png);
99 background-image: url(../images/slider/slider_thumb.png);
104 background-image: url(../images/slider/slider_thumb_hover.png)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebImageTest.cpp 71 WebVector<WebImage> images = WebImage::framesFromData(WebData(data)); local
72 ASSERT_EQ(2u, images.size());
73 EXPECT_TRUE(images[0].size() == WebSize(2, 2));
74 EXPECT_TRUE(images[1].size() == WebSize(1, 1));
75 SkAutoLockPixels autoLock1(images[0].getSkBitmap());
76 EXPECT_EQ(SkColorSetARGB(255, 255, 255, 255), images[0].getSkBitmap().getColor(0, 0));
77 SkAutoLockPixels autoLock2(images[1].getSkBitmap());
78 EXPECT_EQ(SkColorSetARGB(255, 0, 0, 0), images[1].getSkBitmap().getColor(0, 0));
86 WebVector<WebImage> images = WebImage::framesFromData(WebData(data)); local
87 ASSERT_TRUE(images.isEmpty())
93 WebVector<WebImage> images = WebImage::framesFromData(WebData(badImage)); local
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.h 41 // The idea is to pre-process all images (tinting, compositing, etc) at theme
93 // Cached images.
147 // Loads the unmodified images packed in the extension to SkBitmaps. Returns
148 // true if all images loaded.
152 // Populate |images| cache with empty gfx::Images. Image reps are lazily
154 // Source and destination is |images|.
155 void CreateImages(ImageCache* images) const;
157 // Crops images down to a size such that most of the cropped image will be
158 // displayed in the UI. Cropping is useful because images from custom theme
    [all...]
  /external/chromium_org/tools/site_compare/operators/
equals_with_mask.py 5 """Compare two images for equality, subject to a mask."""
14 """Compares two images to see if they're identical subject to a mask.
26 None if the images are identical
38 return ("The images are of different size (%r vs %r)" %
49 return ("The mask is of a different size than the images (%r vs %r)" %
55 return ("The images differ", diff)
  /development/samples/BluetoothChat/
_index.html 13 <img alt="" src="../images/BluetoothChat1.png" />
14 <img alt="" src="../images/BluetoothChat2.png" /
  /development/samples/BusinessCard/
_index.html 6 <img alt="Screenshot #1 of the Business Card application" src="../images/BusinessCard1.png" />
7 <img alt="Screenshot #2 of the Business Card application" src="../images/BusinessCard2.png" />
  /development/samples/ContactManager/
_index.html 9 <img alt="Screenshot 1" src="../images/ContactManager1.png" />
10 <img alt="Screenshot 2" src="../images/ContactManager2.png" /
  /development/samples/Wiktionary/
_index.html 9 <img alt="" src="../images/WiktionarySimple.png"/>
10 <img alt="" src="../images/Wiktionary.png"/>
  /development/samples/training/threadsample/res/values/
strings.xml 4 <string name="app_name">Picasa Images</string>
5 <string name="activity_title">Picasa Images</string>
  /development/scripts/
combine_sdks.sh 25 IMAGES="$2"
28 if [[ -z "$BASE" || -z "$IMAGES" || -z "$OUTPUT" ]] ; then
29 echo "usage: combine_sdks.sh [-v] [-nozip] BASE IMAGES OUTPUT"
31 echo " BASE and IMAGES should be sdk zip files. The system image files,"
32 echo " emulator and other runtime files will be copied from IMAGES and"
54 IMAGES_DIR="$TMP"/images
58 unzip $Q "$IMAGES" -d "$IMAGES_DIR"
68 replace tools/lib/images
  /external/chromium_org/chrome/browser/resources/feedback/
manifest.json 10 "32": "images/icon32.png",
11 "64": "images/icon64.png"
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catblock/
background.js 5 // Simple extension to replace lolcat images from
6 // http://icanhascheezburger.com/ with loldog images instead.
  /external/chromium_org/third_party/WebKit/ManualTests/
load-deferrer-resume-crash.html 12 document.getElementById("images").appendChild(i);
28 <div id="images"></div>
  /external/chromium_org/ui/webui/resources/css/apps/
topbutton_bar.css 41 url('chrome://resources/images/apps/topbar_button_maximize.png') 1x,
42 url('chrome://resources/images/2x/apps/topbar_button_maximize.png') 2x);
47 url('chrome://resources/images/apps/topbar_button_minimize.png') 1x,
48 url('chrome://resources/images/2x/apps/topbar_button_minimize.png') 2x);
53 url('chrome://resources/images/apps/topbar_button_close.png') 1x,
54 url('chrome://resources/images/2x/apps/topbar_button_close.png') 2x);
59 url('chrome://resources/images/apps/topbar_button_settings.png') 1x,
60 url('chrome://resources/images/2x/apps/topbar_button_settings.png') 2x);
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
TextureArray.java 30 * Construct a TextureArray from the given list of images
34 * @param images
36 public TextureArray(List<Image> images) {
38 int width = images.get(0).getWidth();
39 int height = images.get(0).getHeight();
40 Image arrayImage = new Image(images.get(0).getFormat(), width, height,
43 for (Image img : images) {
47 "all images must have the same width/height");
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/css/
media_controls.css 196 url('../images/media/media_play.png') 1x,
197 url('../images/media/2x/media_play.png') 2x);
202 url('../images/media/media_play_hover.png') 1x,
203 url('../images/media/2x/media_play_hover.png') 2x);
208 url('../images/media/media_play_down.png') 1x,
209 url('../images/media/2x/media_play_down.png') 2x);
214 url('../images/media/media_pause.png') 1x,
215 url('../images/media/2x/media_pause.png') 2x);
220 url('../images/media/media_pause_hover.png') 1x,
221 url('../images/media/2x/media_pause_hover.png') 2x)
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/
index.html 22 <a href="./"><img src="images/logo3.png" class="png"/></a>
24 <img src="images/dino1.png" class="dino1 png"/>
25 <img src="images/left.png" class="left png"/>
26 <img src="images/dino2.png" class="dino2 png"/>
27 <img src="images/dino2.png" class="dino2 png"/>
28 <img src="images/dino3.png" class="dino3 png"/>
29 <img src="images/dino4.png" class="dino4 png"/>
30 <img src="images/dino5.png" class="dino5 png"/>
31 <img src="images/dino7.png" class="dino7 png"/>
32 <img src="images/dino8.png" class="dino8 png"/
    [all...]
  /development/samples/LunarLander/
_index.html 12 <img alt="" src="../images/sample_lunarlander.png"
  /external/chromium/chrome/browser/chromeos/login/
default_user_images.h 15 // The path is used in Local State to distinguish default images.
25 // Checks if the given URL points to one of the default images. If it is,
29 // Resource IDs of default user images.
32 // Number of default images.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/imageinfo/
manifest.json 4 "description" : "Get image info for images, including EXIF data",
  /external/chromium_org/chrome/browser/resources/chromeos/login/
screen_account_picker.html 8 <podrow id="pod-row" class="podrow images-loading"></podrow>

Completed in 594 milliseconds

1 2 34 5 6 7 8 91011>>