/external/chromium_org/chrome/browser/ui/views/website_settings/ |
permission_selector_view.cc | 13 #include "ui/gfx/image/image.h" 191 const gfx::Image& image = WebsiteSettingsUI::GetPermissionIcon(type, setting); local 192 icon_->SetImage(image.ToImageSkia()); 249 const gfx::Image& image = WebsiteSettingsUI::GetPermissionIcon( local 251 icon_->SetImage(image.ToImageSkia());
|
/external/chromium_org/chrome/browser/ui/webui/ntp/ |
ntp_login_handler.cc | 47 #include "ui/gfx/image/image.h" 54 SkBitmap GetGAIAPictureForNTP(const gfx::Image& image) { 58 SkBitmap bmp = skia::ImageOperations::Resize(*image.ToSkBitmap(), 218 const gfx::Image* image = local 220 if (image) 221 icon_url = webui::GetBitmapDataUrl(GetGAIAPictureForNTP(*image));
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
wallet_items.h | 26 class Image; 90 // Gets an image to display for this instrument. 91 const gfx::Image& CardIcon() const;
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
DragImage.cpp | 39 #include "platform/graphics/Image.h" 68 PassOwnPtr<DragImage> DragImage::create(Image* image, RespectImageOrientationEnum shouldRespectImageOrientation, float deviceScaleFactor) 70 if (!image) 73 RefPtr<NativeImageSkia> bitmap = image->nativeImageForCurrentFrame(); 77 if (image->isBitmapImage()) { 79 BitmapImage* bitmapImage = toBitmapImage(image); 138 // First step is drawing the link drag image width. 162 // We now know how big the image needs to be, so we create and 193 RefPtr<Image> image = buffer->copyImage() local [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEBlend.cpp | 220 RefPtr<Image> foreground = in->asImageBuffer()->copyImage(DontCopyBackingStore); 221 RefPtr<Image> background = in2->asImageBuffer()->copyImage(DontCopyBackingStore);
|
FEDisplacementMap.cpp | 93 // Spec: The 'color-interpolation-filters' property only applies to the 'in2' source image 94 // and does not apply to the 'in' source image. The 'in' source image must remain in its 96 // The result is in that smae color space because it is a displacement of the 'in' image. 187 RefPtr<Image> color = in->asImageBuffer()->copyImage(DontCopyBackingStore); 188 RefPtr<Image> displ = in2->asImageBuffer()->copyImage(DontCopyBackingStore);
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
fbobject.h | 74 /** Return the texture image for a renderbuffer attachment */ 79 return att->Texture->Image[att->CubeMapFace][att->TextureLevel]; 83 /** Return the (const) texture image for a renderbuffer attachment */ 88 return att->Texture->Image[att->CubeMapFace][att->TextureLevel]; 152 _mesa_EGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image);
|
/external/chromium_org/ui/message_center/ |
message_center_tray_unittest.cc | 78 gfx::Image(), 183 gfx::Image(),
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
LineGraph.java | 17 import org.eclipse.swt.graphics.Image; 67 public void paint(Image im) {
|
/external/giflib/ |
gif_lib.h | 47 GifWord Left, Top, Width, Height; /* Current image dimensions. */ 66 int ExtensionBlockCount; /* Count of extensions before image */ 67 ExtensionBlock *ExtensionBlocks; /* Extensions before image */ 76 int ImageCount; /* Number of current image (both APIs) */ 77 GifImageDesc Image; /* Current image (low-level API) */ 78 SavedImage *SavedImages; /* Image sequence (high-level API) */ 79 int ExtensionBlockCount; /* Count extensions past last image */ 80 ExtensionBlock *ExtensionBlocks; /* Extensions past last image */ 111 #define DISPOSE_DO_NOT 1 /* Leave image in place * [all...] |
/external/mesa3d/src/mesa/main/ |
fbobject.h | 74 /** Return the texture image for a renderbuffer attachment */ 79 return att->Texture->Image[att->CubeMapFace][att->TextureLevel]; 83 /** Return the (const) texture image for a renderbuffer attachment */ 88 return att->Texture->Image[att->CubeMapFace][att->TextureLevel]; 152 _mesa_EGLImageTargetRenderbufferStorageOES(GLenum target, GLeglImageOES image);
|
/external/opencv/cvaux/src/ |
_cvfacedetection.h | 224 virtual void Show(IplImage * /*Image*/){}; 225 virtual void ShowIdeal(IplImage* /*Image*/){}; 288 virtual void Show(IplImage* Image); 289 virtual void ShowIdeal(IplImage* Image);
|
/frameworks/base/libs/hwui/ |
Android.mk | 25 Image.cpp \
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
ConvertSwitchQuickFixProcessor.java | 36 import org.eclipse.swt.graphics.Image; 210 public Image getImage() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
AddSuppressAttribute.java | 39 import org.eclipse.swt.graphics.Image; 103 public Image getImage() {
|
LintFix.java | 47 import org.eclipse.swt.graphics.Image; 135 public Image getImage() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/ |
ExtractStringProposal.java | 33 import org.eclipse.swt.graphics.Image; 172 public Image getImage() {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
SampleSelectionPage.java | 39 import org.eclipse.swt.graphics.Image; 123 public Image getImage(Object element) {
|
/external/chromium_org/chrome/browser/history/ |
top_sites_impl_unittest.cc | 115 scoped_ptr<SkBitmap> image(gfx::JPEGCodec::Decode(t1.front(), 117 return image.get() ? *image : SkBitmap(); 165 gfx::Image CreateBitmap(SkColor color) { 170 return gfx::Image::CreateFrom1xBitmap(thumbnail); // adds ref. 274 bool ThumbnailEqualsBytes(const gfx::Image& image, 277 TopSitesImpl::EncodeBitmap(image, &encoded_image); 528 gfx::Image thumbnail(CreateBitmap(SK_ColorWHITE)); 563 gfx::Image thumbnail(CreateBitmap(SK_ColorRED)) [all...] |
/external/chromium_org/chrome/browser/extensions/api/notifications/ |
notifications_api.cc | 27 #include "ui/gfx/image/image.h" 28 #include "ui/gfx/image/image_skia.h" 29 #include "ui/gfx/image/image_skia_rep.h" 50 // gfx::Image (in ARGB format). 53 gfx::Image* return_image) { 106 *return_image = gfx::Image(skia); 253 gfx::Image icon; 290 &optional_fields.image); 291 // We should have an image if and only if the type is an image type 399 gfx::Image image; local [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_mipmap_tree.c | 122 * image (determined by \p face and \p level). 124 * \param curOffset points to the offset at which the image is to be stored 125 * and is updated by this function according to the size of the image. 273 maxLod = MIN2(maxLod, tObj->Image[0][minLod]->MaxNumLevels - 1 + minLod); 297 * Checks whether the given miptree can hold the given texture image at the 331 firstImage = texObj->Image[0][texObj->BaseLevel]; 370 struct gl_texture_image *texImg = texObj->Image[0][texObj->BaseLevel]; 375 radeon_warning("%s(%p) No image in given texture object(%p).\n", 400 * Ensure that the given image is stored in the given miptree from now on. 403 radeon_texture_image *image, [all...] |
/external/chromium_org/ui/gfx/ |
icon_util.cc | 18 #include "ui/gfx/image/image.h" 19 #include "ui/gfx/image/image_family.h" 40 // Windows icons. For each desired image dimension, it chooses the most 41 // appropriate image for that size, and resizes it to the desired size. 43 // |image_family| is empty, all images in the family have size 0x0, or an image 54 const gfx::Image* best = image_family.GetBest(size); 61 // icons at full size if only if there is a 256x256 (kLargeIconSize) image 75 // There is no |dimension|x|dimension| source image. 85 resized_image_family->Add(gfx::Image::CreateFrom1xBitmap(resized_bitmap)) 109 const gfx::Image& image = *it; local 295 gfx::Image image = gfx::Image::CreateFrom1xPNGBytes(png_bytes, png_size); local 492 ICONIMAGE* image = reinterpret_cast<ICONIMAGE*>(&buffer[offset]); local [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_mipmap_tree.c | 122 * image (determined by \p face and \p level). 124 * \param curOffset points to the offset at which the image is to be stored 125 * and is updated by this function according to the size of the image. 273 maxLod = MIN2(maxLod, tObj->Image[0][minLod]->MaxNumLevels - 1 + minLod); 297 * Checks whether the given miptree can hold the given texture image at the 331 firstImage = texObj->Image[0][texObj->BaseLevel]; 370 struct gl_texture_image *texImg = texObj->Image[0][texObj->BaseLevel]; 375 radeon_warning("%s(%p) No image in given texture object(%p).\n", 400 * Ensure that the given image is stored in the given miptree from now on. 403 radeon_texture_image *image, [all...] |
/external/chromium_org/cc/test/ |
test_web_graphics_context_3d.cc | 525 base::ScopedPtrHashMap<unsigned, Image>& images = namespace_->images; 526 images.set(image_id, make_scoped_ptr(new Image).Pass()); 549 base::ScopedPtrHashMap<unsigned, Image>& images = namespace_->images; 714 TestWebGraphicsContext3D::Image::Image() {} 716 TestWebGraphicsContext3D::Image::~Image() {}
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
XmlPropertyEditor.java | 66 import org.eclipse.swt.graphics.Image; 79 import java.awt.image.BufferedImage; 171 // Decide whether it's a color, an image, a nine patch etc 208 Image swtImage = null; 210 Map<String, Image> cache = getImageCache(property); 227 // // 9-patch image: How do we paint this? 230 // BufferedImage image = ninepatch.getImage(); 232 Map<String, Image> cache = getImageCache(property); 243 // Scale image 531 private static Map<String, Image> getImageCache(@NonNull Property property) [all...] |