/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/ |
MenuTreePage.java | 26 import org.eclipse.swt.graphics.Image; 47 public Image getPageImage() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/ |
OtherXmlTreePage.java | 26 import org.eclipse.swt.graphics.Image; 47 public Image getPageImage() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LinearLayoutWeightFix.java | 27 import org.eclipse.swt.graphics.Image; 73 public Image getImage() {
|
ObsoleteLayoutParamsFix.java | 20 import org.eclipse.swt.graphics.Image; 76 public Image getImage() {
|
SetScrollViewSizeFix.java | 26 import org.eclipse.swt.graphics.Image; 68 public Image getImage() {
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/ |
CameraTestUtils.java | 26 import android.media.Image; 28 import android.media.Image.Plane; 59 Image image = null; local 61 image = reader.acquireNextImage(); 63 if (image != null) { 64 image.close(); 132 * Check if image size and format match given size and format. 134 public static void checkImage(Image image, int width, int height, int format) [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_info_cache.h | 22 class Image; 62 virtual const gfx::Image& GetAvatarIconOfProfileAtIndex( 79 virtual const gfx::Image* GetGAIAPictureOfProfileAtIndex( 106 void SetGAIAPictureOfProfileAtIndex(size_t index, const gfx::Image* image); 181 gfx::Image** image) const; 192 mutable std::map<std::string, gfx::Image*> gaia_pictures_;
|
gaia_info_update_service_unittest.cc | 18 #include "ui/gfx/image/image.h" 19 #include "ui/gfx/image/image_unittest_util.h" 77 gfx::Image image = gfx::test::CreateImage(); local 78 const SkBitmap* bmp = image.ToSkBitmap(); 96 image, GetCache()->GetAvatarIconOfProfileAtIndex(index))); 98 image, *GetCache()->GetGAIAPictureOfProfileAtIndex(index))); 105 gfx::Image old_image = GetCache()->GetAvatarIconOfProfileAtIndex(index); 127 gfx::Image old_image = GetCache()->GetAvatarIconOfProfileAtIndex(index) [all...] |
/external/chromium_org/chrome/browser/ui/gtk/ |
gtk_theme_service.h | 75 virtual gfx::Image GetImageNamed(int id) const OVERRIDE; 150 // These functions return an image that is not owned by the caller and should 153 static gfx::Image GetFolderIcon(bool native); 154 static gfx::Image GetDefaultFavicon(bool native); 163 typedef std::map<int, gfx::Image*> ImageCache; 220 // Takes the base frame image |base_id| and tints it with |tint_id|. 301 // Image cache of lazily created images, created when requested by 315 static base::LazyInstance<gfx::Image> default_folder_icon_; 316 static base::LazyInstance<gfx::Image> default_bookmark_icon_;
|
menu_gtk.h | 19 class Image; 47 // when showing image menu items for this menu. 50 // Returns a tinted image used in button in a menu. 69 const gfx::Image& icon); 138 const gfx::Image& icon); 141 GtkWidget* image);
|
/external/chromium_org/chrome/browser/extensions/ |
extension_disabled_ui.cc | 42 #include "ui/gfx/image/image.h" 43 #include "ui/gfx/image/image_skia_operations.h" 144 const gfx::Image& icon); 153 virtual gfx::Image GetBubbleViewIcon() OVERRIDE; 174 gfx::Image icon_; 197 const gfx::Image& icon) 204 icon_ = gfx::Image( 246 gfx::Image ExtensionDisabledGlobalError::GetBubbleViewIcon() { 340 const gfx::Image& icon) 353 extensions::ExtensionResource image = extensions::IconsInfo::GetIconResource( local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_texfilter.c | 411 /* Power of two image sizes only */ 486 * Compute slice/image to use for 1D or 2D array texture. 508 const struct gl_texture_image *img = texObj->Image[0][level]; 558 const struct gl_texture_image *img = texObj->Image[0][level]; 834 GLenum format = tObj->Image[0][tObj->BaseLevel]->_BaseFormat; 924 sample_1d_nearest(ctx, samp, tObj->Image[0][level], texcoord[i], rgba[i]); 940 sample_1d_linear(ctx, samp, tObj->Image[0][level], texcoord[i], rgba[i]); 957 sample_1d_nearest(ctx, samp, tObj->Image[0][tObj->_MaxLevel], 963 sample_1d_nearest(ctx, samp, tObj->Image[0][level ], texcoord[i], t0); 964 sample_1d_nearest(ctx, samp, tObj->Image[0][level+1], texcoord[i], t1) 1006 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 1023 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 1366 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 1383 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 2232 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 2249 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 3020 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 3038 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 3311 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 3328 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_texfilter.c | 411 /* Power of two image sizes only */ 486 * Compute slice/image to use for 1D or 2D array texture. 508 const struct gl_texture_image *img = texObj->Image[0][level]; 558 const struct gl_texture_image *img = texObj->Image[0][level]; 834 GLenum format = tObj->Image[0][tObj->BaseLevel]->_BaseFormat; 924 sample_1d_nearest(ctx, samp, tObj->Image[0][level], texcoord[i], rgba[i]); 940 sample_1d_linear(ctx, samp, tObj->Image[0][level], texcoord[i], rgba[i]); 957 sample_1d_nearest(ctx, samp, tObj->Image[0][tObj->_MaxLevel], 963 sample_1d_nearest(ctx, samp, tObj->Image[0][level ], texcoord[i], t0); 964 sample_1d_nearest(ctx, samp, tObj->Image[0][level+1], texcoord[i], t1) 1006 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 1023 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 1366 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 1383 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 2232 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 2249 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 3020 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 3038 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 3311 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local 3328 struct gl_texture_image *image = tObj->Image[0][tObj->BaseLevel]; local [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/ |
CSSCrossfadeValue.cpp | 167 PassRefPtr<Image> CSSCrossfadeValue::image(RenderObject* renderer, const IntSize& size) function in class:WebCore::CSSCrossfadeValue 177 return Image::nullImage(); 179 Image* fromImage = cachedFromImage->imageForRenderer(renderer); 180 Image* toImage = cachedToImage->imageForRenderer(renderer); 183 return Image::nullImage();
|
CSSImageGeneratorValue.cpp | 32 #include "platform/graphics/Image.h" 83 Image* CSSImageGeneratorValue::getImage(RenderObject* renderer, const IntSize& size) 96 // Don't generate an image for empty sizes. 100 // Look up the image in our cache. 104 void CSSImageGeneratorValue::putImage(const IntSize& size, PassRefPtr<Image> image) 106 m_images.add(size, image); 109 PassRefPtr<Image> CSSImageGeneratorValue::image(RenderObject* renderer, const IntSize& size) function in class:WebCore::CSSImageGeneratorValue 113 return toCSSCanvasValue(this)->image(renderer, size) [all...] |
/external/chromium_org/tools/site_compare/commands/ |
maskmaker.py | 19 from PIL import Image 146 mask = Image.open(mask_filename) 157 mask = Image.new("1", size, 1) 165 # Find the baseline image 170 print " No baseline image found, mask will not be updated" 173 baseline = Image.open(os.path.join(mask_scrape_dir, mask_scrapes[0])) 193 scrape = Image.open(mask_scrape_filename) 214 # 1. convert("L") converts the RGB image to grayscale 216 # of an RGB image) to different ones. Because it operates on 220 # a monochrome bitmap. If the original RGB image were converte [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ImageControl.java | 30 import org.eclipse.swt.graphics.Image; 37 * An ImageControl which simply renders an image, with optional margins and tooltips. This 38 * is useful since a {@link CLabel}, even without text, will hide the image when there is 41 * The image is always rendered left and top aligned. 44 private Image mImage; 55 * Creates an ImageControl rendering the given image, which will be disposed when this 59 * @param parent the parent to add the image control to 61 * @param image the image to be rendered, which must not be null and should be unique 62 * for this image control since it will be disposed by this control whe [all...] |
/external/chromium_org/chrome/browser/android/ |
favicon_helper.cc | 46 SkBitmap favicon_bitmap = favicon_image_result.image.AsBitmap(); 133 gfx::Image favicon_image = gfx::Image::CreateFrom1xPNGBytes( 154 gfx::Image::CreateFrom1xBitmap(skbitmap).As1xPNGBytes();
|
/external/chromium_org/chrome/browser/status_icons/ |
status_icon_menu_model.cc | 11 #include "ui/gfx/image/image.h" 26 gfx::Image icon; 81 int command_id, const gfx::Image& icon) { 150 gfx::Image* image_skia) const {
|
/external/chromium_org/chrome/browser/themes/ |
browser_theme_pack.h | 32 class Image; 70 // Returns the set of image IDRs which can be overwritten by a user provided 85 virtual gfx::Image GetImageNamed(int id) OVERRIDE; 94 typedef std::map<int, gfx::Image> ImageCache; 105 // Maps image ids to maps of scale factors to file paths. 133 // Parses the image names out of an extension. 152 // Populate |images| cache with empty gfx::Images. Image reps are lazily 153 // generated when an image rep is requested via ImageSkia::GetRepresentation. 157 // Crops images down to a size such that most of the cropped image will be 181 // image already in |destination| that |source| would overwrite [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsContext.h | 208 // Get the contents of the image buffer 247 void drawImage(Image*, const IntPoint&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation); 248 void drawImage(Image*, const IntRect&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation, bool useLowQualityScale = false); 249 void drawImage(Image*, const IntPoint& destPoint, const IntRect& srcRect, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation); 250 void drawImage(Image*, const FloatRect& destRect); 251 void drawImage(Image*, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation, bool useLowQualityScale = false); 252 void drawImage(Image*, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode, RespectImageOrientationEnum = DoNotRespectImageOrientation, bool useLowQualityScale = false); 254 void drawTiledImage(Image*, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize, 256 void drawTiledImage(Image*, const IntRect& destRect, const IntRect& srcRect, 257 const FloatSize& tileScaleFactor, Image::TileRule hRule = Image::StretchTile, Image::TileRule vRule = Image::StretchTile [all...] |
/external/chromium_org/ui/gfx/image/ |
image_family_unittest.cc | 6 #include "ui/gfx/image/image.h" 7 #include "ui/gfx/image/image_family.h" 8 #include "ui/gfx/image/image_skia.h" 9 #include "ui/gfx/image/image_unittest_util.h" 15 // Tests that |image| != NULL, and has the given width and height. 18 #define EXPECT_IMAGE_NON_NULL_AND_SIZE(image, expected_width, expected_height) \ 20 const gfx::Image* image_ = image; \ 38 // Insert an Image directly, instead of an ImageSkia [all...] |
/external/chromium_org/ui/message_center/ |
notification.cc | 41 image(other.image), 55 const gfx::Image& icon, 122 void Notification::SetButtonIcon(size_t index, const gfx::Image& icon) { 138 const gfx::Image& icon,
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureGeneratorClouds.java | 37 import com.jme3.texture.Image; 38 import com.jme3.texture.Image.Format; 129 return new Texture3D(new Image(format, width, height, depth, dataArray));
|