HomeSort by relevance Sort by last modified time
    Searched full:image (Results 376 - 400 of 10027) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/resources/options/
managed_user_learn_more.css 21 /* Omit the image on very small screens. */
22 #managed-user-learn-more-image {
28 #managed-user-learn-more-image {
31 background-image: -webkit-image-set(
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item.h 9 #include "ui/gfx/image/image.h"
17 const gfx::Image* icon,
26 const gfx::Image& icon() const { return icon_; }
44 const gfx::Image icon_;
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
edit_search_engine_cocoa_controller_unittest.mm 20 #include "ui/gfx/image/image.h"
122 EXPECT_EQ([controller_ badImage], [[controller_ nameImage] image]);
124 EXPECT_EQ([controller_ badImage], [[controller_ keywordImage] image]);
125 EXPECT_EQ([controller_ badImage], [[controller_ urlImage] image]);
136 EXPECT_EQ([controller_ badImage], [[controller_ nameImage] image]);
143 EXPECT_EQ([controller_ badImage], [[controller_ keywordImage] image]);
148 EXPECT_EQ([controller_ badImage], [[controller_ urlImage] image]);
158 EXPECT_EQ([controller_ badImage], [[controller_ nameImage] image]);
166 EXPECT_EQ([controller_ goodImage], [[controller_ nameImage] image]);
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
avatar_menu_button_gtk.h 19 class Image;
38 // Sets the image to display on the button, typically the profile icon.
39 void SetIcon(const gfx::Image& icon, bool is_gaia_picture);
55 // A weak pointer to the image widget displayed on the button.
64 scoped_ptr<gfx::Image> icon_;
custom_drag.h 14 class Image;
20 CustomDrag(gfx::Image* icon, int code_mask, GdkDragAction action);
46 // The image for the drag. The lifetime of the image should be managed outside
48 gfx::Image* image_;
overflow_button.cc 15 #include "ui/gfx/image/image.h"
42 const gfx::Image& image = ui::ResourceBundle::GetSharedInstance(). local
45 new_child = gtk_image_new_from_pixbuf(image.ToGdkPixbuf());
  /external/chromium_org/chrome/test/functional/ispy/server/
image_handler.py 5 """Request handler to display an image from Google Cloud Storage."""
25 file_path: A path to an image resource in Google Cloud Storage.
33 image = bucket.DownloadFile(file_path)
37 self.response.headers['Content-Type'] = 'image/png'
38 self.response.out.write(image)
  /external/chromium_org/content/child/
image_decoder.h 14 // Provides an interface to WebKit's image decoders.
17 // image decoders in base/gfx, and our port should use those. Currently, it's
28 // Call this function to decode the image. If successful, the decoded image
32 // Returns all frames found in the image represented by data. If there are
  /external/chromium_org/media/tools/player_x11/
x11_video_renderer.cc 121 // If XRender is used, we'll upload the image to a pixmap. And then
126 XImage image; local
127 memset(&image, 0, sizeof(image));
128 image.width = coded_width;
129 image.height = coded_height;
130 image.depth = 32;
131 image.bits_per_pixel = 32;
132 image.format = ZPixmap;
133 image.byte_order = LSBFirst
    [all...]
  /external/chromium_org/ppapi/c/documentation/
tabs.css 2 background-image: url('tab_b.png');
24 background-image: url('tab_b.png');
33 background-image:url('tab_s.png');
47 background-image: url('tab_h.png');
55 background-image: url('tab_a.png');
  /external/chromium_org/ppapi/cpp/documentation/
tabs.css 2 background-image: url('tab_b.png');
24 background-image: url('tab_b.png');
33 background-image:url('tab_s.png');
47 background-image: url('tab_h.png');
55 background-image: url('tab_a.png');
  /external/chromium_org/third_party/WebKit/ManualTests/chromium/
drag-image-accounts-for-device-scale.html 4 <p>Select some text and start dragging. If the text in the drag image is rendered at the same size as the text on the page and is not blurry (due to scaling), 1st part of this test passes.</p>
5 <p>For 2nd part, try dragging "Drag me" below. Again, if the text in the drag image is rendered at the same size as the text on the page is not blurry, the test passes.</p>
9 <p>Lastly, for testing dragging of images, drag the image below. If drag image is exactly the same size as the image on the page, the test passes.</p>
  /external/chromium_org/ui/views/controls/button/
image_button.h 11 #include "ui/gfx/image/image_skia.h"
18 // An image button.
43 // Returns the image for a given |state|.
46 // Set the image the button should use for the provided state.
47 virtual void SetImage(ButtonState state, const gfx::ImageSkia* image);
51 const gfx::ImageSkia* image,
54 // Set an |image| to draw on top of the normal / hot / pushed image.
55 // Pass NULL for no image.
56 void SetOverlayImage(const gfx::ImageSkia* image);
    [all...]
  /external/eigen/doc/
eigendoxy_tabs.css 2 background-image: url('tab_b.png');
24 background-image: url('tab_b.png');
33 background-image:url('tab_s.png');
47 background-image: url('tab_h.png');
55 background-image: url('tab_a.png');
  /external/jpeg/
jconfig.bcc 34 #define BMP_SUPPORTED /* BMP image file format */
35 #define GIF_SUPPORTED /* GIF image file format */
36 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
37 #undef RLE_SUPPORTED /* Utah RLE image file format */
38 #define TARGA_SUPPORTED /* Targa image file format */
jconfig.mc6 40 #define BMP_SUPPORTED /* BMP image file format */
41 #define GIF_SUPPORTED /* GIF image file format */
42 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
43 #undef RLE_SUPPORTED /* Utah RLE image file format */
44 #define TARGA_SUPPORTED /* Targa image file format */
  /external/opencv/cvaux/src/
extendededges.cpp 46 //void icvCutContour( CvSeq* current, IplImage* image );
47 CvSeq* icvCutContourRaster( CvSeq* current, CvMemStorage* storage, IplImage* image );
50 //create lists of segments of all contours from image
51 CvSeq* cvExtractSingleEdges( IplImage* image, //bw image - it's content will be destroyed by cvFindContours
56 cvFindContours( image, tmp_storage, &contours, sizeof(CvContour), CV_RETR_LIST, CV_CHAIN_APPROX_NONE );
57 cvZero( image );
75 CvSeq* new_seq = icvCutContourRaster( current, storage, image );
121 CvSeq* icvCutContourRaster( CvSeq* current, CvMemStorage* storage, IplImage* image /*tmp image*/)
    [all...]
  /external/qemu/distrib/jpeg-6b/
jconfig.bcc 34 #define BMP_SUPPORTED /* BMP image file format */
35 #define GIF_SUPPORTED /* GIF image file format */
36 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
37 #undef RLE_SUPPORTED /* Utah RLE image file format */
38 #define TARGA_SUPPORTED /* Targa image file format */
jconfig.mc6 40 #define BMP_SUPPORTED /* BMP image file format */
41 #define GIF_SUPPORTED /* GIF image file format */
42 #define PPM_SUPPORTED /* PBMPLUS PPM/PGM image file format */
43 #undef RLE_SUPPORTED /* Utah RLE image file format */
44 #define TARGA_SUPPORTED /* Targa image file format */
  /frameworks/base/docs/html/reference/renderscript/
tabs.css 2 background-image: url('tab_b.png');
24 background-image: url('tab_b.png');
33 background-image:url('tab_s.png');
47 background-image: url('tab_h.png');
55 background-image: url('tab_a.png');
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/res/raw/
camera_graph.xml 20 <import package="androidx.media.filterpacks.image"/>
92 targetFilter="rotate" targetPort="image" />
97 <connect sourceFilter="rotate" sourcePort="image"
98 targetFilter="resize" targetPort="image" />
99 <connect sourceFilter="resize" sourcePort="image"
102 targetFilter="scale" targetPort="image" />
103 <connect sourceFilter="scale" sourcePort="image"
107 targetFilter="goodnessFilter" targetPort="image" />
109 targetFilter="secondaryScale" targetPort="image" />
110 <connect sourceFilter="secondaryScale" sourcePort="image"
    [all...]
  /frameworks/volley/src/com/android/volley/toolbox/
NetworkImageView.java 29 * Handles fetching an image from a URL as well as the life-cycle of the
33 /** The URL of the network image to load */
37 * Resource ID of the image to be used as a placeholder until the network image is loaded.
42 * Resource ID of the image to be used if the network response fails.
65 * Sets URL of the image that should be loaded into this view. Note that calling this will
66 * immediately either set the cached image (if available) or the default image specified by
84 * Sets the default image resource ID to be used for this view until the attempt to load it
92 * Sets the error image resource ID to be used for this view in the event that the imag
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IPageImageProvider.java 19 import org.eclipse.swt.graphics.Image;
28 * Returns an {@link Image} that the editor will display in the page's tab.
30 * @return An {@link Image} for the editor tab for this page. Null for no image.
32 Image getPageImage();
  /pdk/apps/CameraITS/pymodules/its/
image.py 21 import Image
45 """Convert a captured image object to a RGB image.
53 RGB float-3 image array, with pixel values in [0.0, 1.0].
69 """Convert a captured image object to separate Y,U,V image planes.
97 """Convert a YUV420 8-bit planar image to an RGB image.
103 w: The width of the image.
104 h: The height of the image
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
user_image_manager_browsertest.cc 69 #include "ui/gfx/image/image_skia.h"
132 // Stores old (pre-migration) user image info.
146 // Verifies user image info in |images_pref| dictionary.
163 // Verifies that there is no image info for |username| in dictionary
173 // Verifies that old user image info matches |image_index| and |image_path|
174 // and that new user image info does not exist.
184 // Verifies that new user image info matches |image_index| and |image_path|
185 // and that old user image info does not exist.
195 // Sets bitmap |resource_id| as image for |username| and saves it to disk.
210 // Returns the image path for user |username| with specified |extension|
    [all...]

Completed in 1249 milliseconds

<<11121314151617181920>>