/external/chromium_org/chrome/browser/resources/options/chromeos/ |
accounts_options_page.css | 45 background-image: -webkit-image-set( 53 background-image: -webkit-image-set( 88 background-image: url('warning.png');
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/css/ |
list.css | 40 background-image: none; 48 background-image: none; 79 background-image: url("../images/close_bar.png"); 97 background-image: url("../images/close_bar_h.png"); 101 background-image: url("../images/close_bar_p.png");
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/ |
common.css | 47 background-image: -webkit-linear-gradient(top,#f5f5f5,#f1f1f1); 74 background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1); 77 background-image: linear-gradient(top,#f8f8f8,#f1f1f1); 91 background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed); 98 background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#357ae8));
|
/packages/apps/Gallery2/src/com/android/gallery3d/provider/ |
GalleryProvider.java | 135 private Cursor queryPicasaItem(MediaObject image, String[] projection, 139 double latitude = PicasaSource.getLatitude(image); 140 double longitude = PicasaSource.getLongitude(image); 146 columnValues[i] = PicasaSource.getUserAccount(getContext(), image); 148 columnValues[i] = PicasaSource.getPicasaId(image); 150 columnValues[i] = PicasaSource.getImageTitle(image); 152 columnValues[i] = PicasaSource.getImageSize(image); 154 columnValues[i] = PicasaSource.getContentType(image); 156 columnValues[i] = PicasaSource.getDateTaken(image); 162 columnValues[i] = PicasaSource.getRotation(image); [all...] |
/packages/apps/Mms/src/com/android/mms/model/ |
ImageModel.java | 51 private static final String TAG = "Mms/image"; 58 * These are the image content types that MMS supports. Anything else needs to be transcoded 63 "image/jpeg", 110 Log.v(TAG, "Image bounds: " + mWidth + "x" + mHeight); 187 UriImage image = new UriImage(mContext, getUri()); local 195 if (image.getHeight() > image.getWidth()) { 202 Log.v(TAG, "resizeMedia size: " + size + " image.getWidth(): " 203 + image.getWidth() + " widthLimit: " + widthLimit 204 + " image.getHeight(): " + image.getHeight( [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
screen_locally_managed_user_creation.css | 225 .import-pod .import-pod-image { 244 .manager-pod .managed-user-creation-manager-image { 337 #managed-user-creation-image-picker { 341 #managed-user-creation-image-grid { 353 #managed-user-creation-image-grid img { 360 #managed-user-creation-image-grid > li { 368 #managed-user-creation-image-grid [selected] { 373 #managed-user-creation-image-preview { 380 html[dir=rtl] #managed-user-creation-image-preview { 384 #managed-user-creation-image-preview-img [all...] |
/external/chromium_org/ppapi/examples/audio_input/ |
audio_input.cc | 164 pp::ImageData image = PaintImage(size_); 165 if (!image.is_null()) { 166 device_context_.ReplaceContents(&image); 174 pp::ImageData image(this, PP_IMAGEDATAFORMAT_BGRA_PREMUL, size, false); 175 if (image.is_null()) 176 return image; 181 *image.GetAddr32(pp::Point(x, y)) = 0xff202020; 189 *image.GetAddr32(pp::Point(x, mid_height)) = 0xff606060; 190 *image.GetAddr32(pp::Point(x, mid_height + max_amplitude)) = 0xff404040; 191 *image.GetAddr32(pp::Point(x, mid_height - max_amplitude)) = 0xff404040 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
ImageBitmapTest.cpp | 84 // Verifies that the image resource held by an ImageBitmap is the same as the 96 ASSERT_EQ(imageBitmapNoCrop->bitmapImage().get(), imageElement->cachedImage()->image()); 97 ASSERT_EQ(imageBitmapInteriorCrop->bitmapImage().get(), imageElement->cachedImage()->image()); 98 ASSERT_EQ(imageBitmapExteriorCrop->bitmapImage().get(), imageElement->cachedImage()->image()); 100 RefPtr<Image> emptyImage = imageBitmapOutsideCrop->bitmapImage(); 101 ASSERT_NE(emptyImage.get(), imageElement->cachedImage()->image()); 157 // ImageBitmaps that do not contain any of the source image do not elevate CacheLiveResourcePriority. 161 // CacheLiveResourcePriroity should return to CacheLiveResourcePriorityLow when no ImageBitmaps reference the image. 166 // There is still an ImageBitmap that references this image. 170 // Verifies that ImageBitmaps constructed from HTMLImageElements hold a reference to the original Image if the HTMLImageElement src is changed 173 RefPtr<HTMLImageElement> image = HTMLImageElement::create(*Document::create().get()); local [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
networkLogView.css | 53 background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0)), color-stop(0.5, rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05))); 132 background-image: none !important; 205 .network-log-grid.data-grid .network-type-image .icon { 207 background-image: url(Images/resourcePlainIcon.png); 212 .network-log-grid.data-grid.small .network-type-image .icon { 213 background-image: url(Images/resourcePlainIconSmall.png); 234 .network-log-grid.data-grid .image-network-icon-preview { 247 .network-log-grid.data-grid.small .image-network-icon-preview { 350 -webkit-border-image: url(Images/timelinePillGray.png) 7 7 7 7; 362 -webkit-border-image: url(Images/timelineHollowPillGray.png) 7 7 7 7 [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
CSSToStyleMap.cpp | 506 void CSSToStyleMap::mapNinePieceImage(RenderStyle* mutableStyle, CSSPropertyID property, CSSValue* value, NinePieceImage& image) 508 // If we're not a value list, then we are "none" and don't need to alter the empty image at all. 512 // Retrieve the border image value. 515 // Set the image (this kicks off the load). 528 image.setImage(styleImage(imageProperty, current)); 530 mapNinePieceImageSlice(current, image); 533 // Map in the image slices. 535 mapNinePieceImageSlice(slashList->item(0), image); 539 image.setBorderSlices(mapNinePieceImageQuad(slashList->item(1))); 543 image.setOutset(mapNinePieceImageQuad(slashList->item(2))) [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
DrawUtils.java | 20 import org.eclipse.swt.graphics.Image; 74 * Draws image at given <code>x</code> and centered vertically. 76 public static final void drawImageCV(GC gc, Image image, int x, int y, int height) { 77 if (image != null) { 78 Rectangle imageBounds = image.getBounds(); 79 gc.drawImage(image, x, y + (height - imageBounds.height) / 2); 84 * Draws image at given <code>x</code> and centered vertically. 86 public static final void drawImageCHCV(GC gc, Image image, int x, int y, int width, int height) [all...] |
/external/pixman/test/ |
composite.c | 133 pixman_image_t *image; member in struct:image_t 185 get_value (pixman_image_t *image) 187 uint32_t value = *(uint32_t *)pixman_image_get_data (image); 191 pixman_format_code_t format = pixman_image_get_format (image); 239 pixman_image_set_component_alpha (mask->image, component_alpha); 241 pixman_image_composite (op, src->image, mask->image, dst->image, 246 pixman_image_composite (op, src->image, NULL, dst->image, [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
IconFactory.java | 32 import org.eclipse.swt.graphics.Image; 60 private Map<String, Image> mIconMap = Maps.newHashMap(); 61 private Map<URL, Image> mUrlMap = Maps.newHashMap(); 63 private Map<Image, Image> mErrorIcons; 64 private Map<Image, Image> mWarningIcons; 78 for (Image icon : mIconMap.values()) { 85 for (Image icon : mUrlMap.values()) { 93 for (Image icon : mErrorIcons.values()) 267 Image image = mUrlMap.get(url); local 356 Image image = new Image(display, SX, SY); local [all...] |
/external/chromium/base/win/ |
pe_image.h | 23 // from a file, mapped in memory as image. 29 typedef bool (*EnumSectionsFunction)(const PEImage &image, 39 typedef bool (*EnumExportsFunction)(const PEImage &image, DWORD ordinal, 47 typedef bool (*EnumImportChunksFunction)(const PEImage &image, LPCSTR module, 55 typedef bool (*EnumImportsFunction)(const PEImage &image, LPCSTR module, 63 typedef bool (*EnumDelayImportChunksFunction)(const PEImage &image, 75 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type, 115 // Use: s = image.GetImageSectionFromAddr(a); 130 // Use: e = image.GetExportEntry(f); 134 // is not exported from this image [all...] |
/external/chromium-trace/trace-viewer/src/ui/ |
mouse_mode_selector.css | 36 background-image: url(../images/ui-states.png); 45 background-image: url(../images/ui-states.png); 54 background-image: url(../images/ui-states.png);
|
/external/chromium_org/ash/system/chromeos/network/ |
tray_vpn.cc | 56 gfx::ImageSkia image; local 59 GetNetworkStateHandlerImageAndLabel(&image, &label, &animating); 64 SetImage(&image); 75 void GetNetworkStateHandlerImageAndLabel(gfx::ImageSkia* image, 83 *image = network_icon::GetImageForDisconnectedNetwork( 93 *image = network_icon::GetImageForNetwork(
|
/external/chromium_org/ash/system/ |
tray_caps_lock.cc | 18 #include "ui/gfx/image/image.h" 38 FixedSizedImageView* image = local 40 image->SetImage(bundle.GetImageNamed(IDR_AURA_UBER_TRAY_CAPS_LOCK_DARK). 42 AddChildView(image); 149 views::ImageView* image = new views::ImageView; local 150 image->SetImage(bundle.GetImageNamed(IDR_AURA_UBER_TRAY_CAPS_LOCK_DARK). 153 detailed_->AddChildView(image);
|
/external/chromium_org/base/win/ |
pe_image.h | 27 // from a file, mapped in memory as image. 33 typedef bool (*EnumSectionsFunction)(const PEImage &image, 43 typedef bool (*EnumExportsFunction)(const PEImage &image, DWORD ordinal, 51 typedef bool (*EnumImportChunksFunction)(const PEImage &image, LPCSTR module, 59 typedef bool (*EnumImportsFunction)(const PEImage &image, LPCSTR module, 67 typedef bool (*EnumDelayImportChunksFunction)(const PEImage &image, 79 typedef bool (*EnumRelocsFunction)(const PEImage &image, WORD type, 119 // Use: s = image.GetImageSectionFromAddr(a); 134 // Use: e = image.GetExportEntry(f); 138 // is not exported from this image [all...] |
/external/chromium_org/chrome/browser/favicon/ |
favicon_handler.h | 19 #include "ui/gfx/image/image.h" 99 // Processes the current image_irls_ entry, requesting the image from the 103 // Message handler for ImageHostMsg_DidDownloadImage. Called when the image 105 // |bitmaps| is a list of all the frames of the image at |image_url|. 153 const gfx::Image& image); 187 const gfx::Image& image, 193 gfx::Image image member in struct:FaviconHandler::FaviconCandidate [all...] |
/external/chromium_org/chrome/browser/profiles/ |
profile_info_util_unittest.cc | 12 #include "ui/gfx/image/image_skia.h" 13 #include "ui/gfx/image/image_skia_rep.h" 14 #include "ui/gfx/image/image_unittest_util.h" 18 // Helper function to check that the image is sized properly 20 void VerifyScaling(gfx::Image& image, gfx::Size& size) { 25 ASSERT_FALSE(gfx::test::IsEmpty(image)); 26 EXPECT_EQ(image.Size(), size); 28 gfx::ImageSkia image_skia = *image.ToImageSkia(); 30 EXPECT_TRUE(image.ToImageSkia()->HasRepresentation(1.0f)) [all...] |
/external/chromium_org/chrome/browser/ui/views/ |
tab_icon_view.cc | 102 const gfx::ImageSkia& image) { 103 PaintIcon(canvas, image, 0, 0, image.width(), image.height(), true); 107 const gfx::ImageSkia& image, 132 // Center the scaled image. 133 canvas->DrawImageInt(image, src_x, src_y, src_w, src_h,
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/css/ |
select.css | 15 background-image: url("../images/select.png"), 41 background-image: url("../images/select.png"), 48 background-image: url("../images/select.png"),
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CFlatButton.java | 21 import org.eclipse.swt.graphics.Image; 50 private Image m_image; 96 // draw image 97 Image image = getImage(); 98 if (image != null) { 99 Rectangle imageBounds = image.getBounds(); 103 gc.drawImage(image, x, y); 149 public final Image getImage() { 153 public void setImage(Image image) [all...] |
/external/pixman/pixman/ |
pixman-trap.c | 233 pixman_add_traps (pixman_image_t * image, 247 _pixman_image_validate (image); 249 height = image->bits.height; 250 bpp = PIXMAN_FORMAT_BPP (image->bits.format); 282 pixman_rasterize_edges (image, &l, &r, t, b); 291 dump_image (pixman_image_t *image, 296 if (!image->type == BITS) 297 printf ("%s is not a regular image\n", title); 299 if (!image->bits.format == PIXMAN_a8) 304 for (i = 0; i < image->bits.height; ++i [all...] |
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
ZoomControl.java | 88 ImageView image = new RotateImageView(context); local 89 image.setImageResource(iconResourceId); 91 image.setContentDescription(getResources().getString( 94 image.setContentDescription(getResources().getString( 97 addView(image); 98 return image;
|