HomeSort by relevance Sort by last modified time
    Searched refs:image (Results 126 - 150 of 2524) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
ImageImageDescriptor.java 14 import org.eclipse.swt.graphics.Image;
18 * Implementation of {@link ImageDescriptor} for {@link Image} instance.
24 private final Image m_Image;
31 public ImageImageDescriptor(Image image) {
32 m_Image = image;
  /external/pixman/test/
rotate-test.c 55 on_destroy (pixman_image_t *image, void *data)
65 pixman_image_t *image; local
69 image = pixman_image_create_bits (
72 pixman_image_set_transform (image, RANDOM_TRANSFORM());
73 pixman_image_set_destroy_function (image, on_destroy, bytes);
74 pixman_image_set_repeat (image, PIXMAN_REPEAT_NORMAL);
76 image_endian_swap (image);
78 return image;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
MultiUserAvatarCache.java 39 public void put(int userId, Drawable image) {
40 mCache.put(userId, image);
  /packages/apps/Gallery/src/com/android/camera/gallery/
IImageList.java 24 // ImageList and Image classes have one-to-one correspondence.
38 // - Image
44 * The interface of all image collections used in gallery.
50 * Returns the count of image objects.
57 * @return true if the count of image objects is zero.
62 * Returns the image at the ith position.
65 * @return the image at the ith position
70 * Returns the image with a particular Uri.
73 * @return the image with a particular Uri. null if not found.
79 * @param image
    [all...]
  /external/chromium/chrome/browser/chromeos/
wm_overview_favicon.cc 54 void WmOverviewFavicon::SetFavicon(const SkBitmap& image) {
57 if (image.width() && image.height()) {
58 float aspect_ratio = static_cast<float>(image.width()) / image.height();
68 image, skia::ImageOperations::RESIZE_BOX,
75 // Reset the bounds to the size of the image.
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_linux_wrapper.cc 21 void StatusIconLinuxWrapper::SetImage(const gfx::ImageSkia& image) {
22 status_icon_->SetImage(image);
25 void StatusIconLinuxWrapper::SetPressedImage(const gfx::ImageSkia& image) {
26 status_icon_->SetPressedImage(image);
52 const gfx::ImageSkia& image,
57 linux_ui->CreateLinuxStatusIcon(image, tool_tip);
  /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/devtools/front_end/
resourceView.css 56 .resource-view.image > .image {
61 .resource-view.image > .info {
67 .resource-view.image img.resource-image-view {
70 background-image: url(Images/checker.png);
76 .resource-status-image {
82 .resource-view.image .title {
87 .resource-view.image .infoList {
91 .resource-view.image .infoList dt
    [all...]
  /external/chromium_org/ui/gfx/image/
image_unittest_util.h 5 // Because the unit tests for gfx::Image are spread across multiple
11 #include "ui/gfx/image/image.h"
40 gfx::Image CreateImage();
41 gfx::Image CreateImage(int width, int height);
45 bool IsEqual(const gfx::Image& image1, const gfx::Image& image2);
52 // An image which was not successfully decoded to PNG should be a red bitmap.
54 void CheckImageIndicatesPNGDecodeFailure(const gfx::Image& image);
    [all...]
image_unittest_util.cc 5 // Because the unit tests for gfx::Image are spread across multiple
8 #include "ui/gfx/image/image_unittest_util.h"
16 #include "ui/gfx/image/image_skia.h"
77 gfx::Image CreateImage() {
81 gfx::Image CreateImage(int width, int height) {
82 return gfx::Image::CreateFrom1xBitmap(CreateBitmap(width, height));
85 bool IsEqual(const gfx::Image& img1, const gfx::Image& img2) {
139 void CheckImageIndicatesPNGDecodeFailure(const gfx::Image& image) {
187 UIImage* image = local
    [all...]
  /external/chromium_org/ui/views/controls/button/
image_button.cc 11 #include "ui/gfx/image/image_skia_operations.h"
46 void ImageButton::SetImage(ButtonState state, const gfx::ImageSkia* image) {
47 images_[state] = image ? *image : gfx::ImageSkia();
52 const gfx::ImageSkia* image,
54 if (image == NULL || mask == NULL) {
60 *image, *mask);
63 void ImageButton::SetOverlayImage(const gfx::ImageSkia* image) {
64 if (!image) {
68 overlay_image_ = *image;
    [all...]
  /frameworks/base/core/java/android/widget/
ImageSwitcher.java 40 ImageView image = (ImageView)this.getNextView(); local
41 image.setImageResource(resid);
47 ImageView image = (ImageView)this.getNextView(); local
48 image.setImageURI(uri);
54 ImageView image = (ImageView)this.getNextView(); local
55 image.setImageDrawable(drawable);
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.css 9 #user-image-grid {
21 #user-image-grid * {
26 #user-image-grid img {
33 #user-image-grid > li {
41 #user-image-grid [selected] {
47 * #user-image-preview can have the following classes:
48 * .default-image: one of the default images is selected (including the grey
50 * .profile-image: profile image is selected;
56 #user-image-preview
    [all...]
display_overscan.css 21 .display-overscan-operation-image {
30 background-image: -webkit-image-set(
40 background-image: -webkit-image-set(
50 background-image: -webkit-image-set(
  /external/grub/util/
mkbimage 2 # MaKe a Bootable IMAGE --- 1.44, 2.88 and El Torito no-emulation mode
46 image=
65 Make a Bootable IMAGE using GRUB as a bootloader
70 Directory where the boot.image and the partition subdirectories
83 Type of the image to create. Choices are '1.20', '1.44', '1.60',
141 # create a filesystem of type $fs in $image with offset $offset
150 mkfs.$fs -F $image
152 losetup $lo_options /dev/loop1 $image
160 # copy ${image}1/* to ${image}:/, assuming ${image} contains a filesyste
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/api/mouse_lock/
mouse_lock.cc 194 pp::ImageData image = PaintImage(size_); local
195 if (image.is_null()) {
196 Log("Could not create image data\n");
200 device_context_.ReplaceContents(&image);
207 pp::ImageData image(this, PP_IMAGEDATAFORMAT_BGRA_PREMUL, size, false);
208 if (image.is_null() || image.data() == NULL) {
209 Log("Skipping image.\n");
210 return image;
213 ClearToBackground(&image);
    [all...]
  /prebuilts/devtools/tools/lib/
ninepatch.jar 
  /external/chromium_org/ppapi/cpp/
graphics_2d.cc 71 void Graphics2D::PaintImageData(const ImageData& image,
75 image.pp_resource(),
80 image.pp_resource(),
86 void Graphics2D::PaintImageData(const ImageData& image,
91 image.pp_resource(),
96 image.pp_resource(),
114 void Graphics2D::ReplaceContents(ImageData* image) {
117 image->pp_resource());
120 image->pp_resource());
125 // On success, reset the image data. This is to help prevent peopl
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
PasswordGeneratorButtonElement.cpp 43 #include "platform/graphics/Image.h"
75 ImageResource* image = m_isInHoverState ? imageForHoverState() : imageForNormalState(); local
76 ASSERT(image);
77 resource->setImageResource(image);
95 RenderImage* image = new RenderImage(this); local
96 image->setImageResource(RenderImageResource::create());
97 return image;
109 RefPtr<Image> image = Image::loadPlatformResource("generatePassword") local
118 RefPtr<Image> image = Image::loadPlatformResource("generatePasswordHover"); local
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/collision/
RayTrace.java 42 import java.awt.image.BufferedImage;
49 private BufferedImage image; field in class:RayTrace
57 image = new BufferedImage(width, height, BufferedImage.TYPE_INT_ARGB);
64 label = new JLabel(new ImageIcon(image));
72 int w = image.getWidth();
73 int h = image.getHeight();
75 float wr = (float) cam.getWidth() / image.getWidth();
76 float hr = (float) cam.getHeight() / image.getHeight();
92 image.setRGB(x, h - y - 1, 0xFFFFFFFF);
94 image.setRGB(x, h - y - 1, 0xFF000000)
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_mapping.c 62 opd_delete_image(map->image);
68 void opd_add_mapping(struct opd_proc * proc, struct opd_image * image,
74 proc->tid, start, end, offset, image->name);
78 /* first map is the primary image */
82 proc->name = xstrdup(image->name);
85 image->ref_count++;
87 map->image = image;
142 struct opd_image * image; local
166 image = opd_get_image(name, proc->name, 0, note->pid, note->tgid)
    [all...]
  /packages/apps/Gallery2/src_pd/com/android/gallery3d/picasasource/
PicasaSource.java 53 mMatcher.add("/picasa/image", PICASA_ALBUMSET);
92 public static String getImageTitle(MediaObject image) {
96 public static int getImageSize(MediaObject image) {
100 public static String getContentType(MediaObject image) {
104 public static long getDateTaken(MediaObject image) {
108 public static double getLatitude(MediaObject image) {
112 public static double getLongitude(MediaObject image) {
116 public static int getRotation(MediaObject image) {
120 public static long getPicasaId(MediaObject image) {
124 public static String getUserAccount(Context context, MediaObject image) {
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/optimize/
TextureAtlas.java 44 import com.jme3.texture.Image;
45 import com.jme3.texture.Image.Format;
65 * image data is stored in a byte array for each map name. Later each map can be retrieved as
231 private boolean addImage(Image image, String name, String mapName, String sourceTextureName) {
244 drawImage(image, location.getX(), location.getY(), mapName);
251 Node node = root.insert(image);
261 } else if (location.width != image.getWidth() || location.height != image.getHeight()) {
267 drawImage(image, location.getX(), location.getY(), mapName)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResourceLoader.cpp 111 StyleImage* image = shapeValue->image();
112 if (!image || !image->isPendingImage())
115 StylePendingImage* pendingImage = toStylePendingImage(image);
136 if (backgroundLayer->image() && backgroundLayer->image()->isPendingImage())
137 backgroundLayer->setImage(loadPendingImage(toStylePendingImage(backgroundLayer->image()), elementStyleResources.deviceScaleFactor()));
144 StyleImage* image = static_cast<ImageContentData*>(contentData)->image(); local
    [all...]
  /frameworks/rs/cpu_ref/linkloader/
main.cpp 37 unsigned char const *&image,
41 unsigned char const *image,
44 void dump_and_run_file(unsigned char const *image, size_t size,
59 unsigned char const *image = NULL; local
62 if (!open_mmap_file(filename, fd, image, image_size)) {
67 dump_and_run_file(image, image_size, argc - 1, argv + 1);
70 close_mmap_file(fd, image, image_size);
182 void dump_and_run_file(unsigned char const *image, size_t size,
189 if (image[EI_DATA] != ELFDATA2LSB && image[EI_DATA] != ELFDATA2MSB)
    [all...]

Completed in 1342 milliseconds

1 2 3 4 56 7 8 91011>>