HomeSort by relevance Sort by last modified time
    Searched refs:Image (Results 676 - 700 of 1015) sorted by null

<<21222324252627282930>>

  /external/chromium_org/chrome/browser/ui/gtk/
browser_titlebar.cc 58 #include "ui/gfx/image/image.h"
265 // window. Only one of them holds the spy image.
272 // ||+- TabStripGtk -++- Image ----------------++- Label --------------+||
373 // We use the app logo as a placeholder image so the title doesn't jump
618 gfx::Image icon = browser_window_->browser()->GetCurrentPageIcon();
648 gfx::Image icon = browser_window_->browser()->GetCurrentPageIcon();
803 gfx::Image avatar_image =
    [all...]
menu_gtk.cc 27 #include "ui/gfx/image/image.h"
72 G_OBJECT(button), "button-image-idr"));
86 g_object_set_data(G_OBJECT(button), "button-image-idr",
331 const gfx::Image& icon) {
451 GtkWidget* image) {
454 gtk_image_menu_item_set_image(GTK_IMAGE_MENU_ITEM(menu_item), image); local
459 const gfx::Image& icon) {
482 gfx::Image icon;
960 gfx::Image icon
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/infobars/
extension_infobar_gtk.cc 29 #include "ui/gfx/image/image.h"
87 // Start loading the image for the menu button.
93 // Load image asynchronously, calling back OnImageLoaded.
147 void ExtensionInfoBarGtk::OnImageLoaded(const gfx::Image& image) {
154 if (image.IsEmpty())
157 icon = image.ToImageSkia();
  /external/chromium_org/chrome/browser/ui/gtk/panels/
panel_stack_window_gtk.cc 242 gfx::Image app_icon = delegate_->GetIcon();
  /external/chromium_org/chrome/browser/ui/views/
global_error_bubble_view.cc 14 #include "ui/gfx/image/image.h"
68 // Compensate for built-in vertical padding in the anchor view's image.
73 gfx::Image image = error_->GetBubbleViewIcon(); local
74 CHECK(!image.IsEmpty());
76 image_view->SetImage(image.ToImageSkia());
menu_model_adapter_test.cc 70 virtual bool GetIconAt(int index, gfx::Image* icon) OVERRIDE {
profile_chooser_view.cc 31 #include "ui/gfx/image/image.h"
32 #include "ui/gfx/image/image_skia.h"
162 // A custom Image control that shows a "change" button when moused over.
166 const gfx::Image& icon,
174 gfx::Image image = profiles::GetSizedAvatarIconWithBorder( local
178 SetImage(image.ToImageSkia());
185 // Button overlay that appears when hovering over the image.
221 // Button that is shown when hovering over the image view. Can be NULL i
717 gfx::Image image = profiles::GetSizedAvatarIconWithBorder( local
    [all...]
script_bubble_view.cc 59 // Compensate for built-in vertical padding in the anchor view's image.
85 extensions::ExtensionResource image = local
90 extension, image, gfx::Size(size, size),
134 // Add a column set for the extension image plus name.
190 const gfx::Image& image) {
191 if (!image.IsEmpty()) {
192 const gfx::ImageSkia* image_skia = image.ToImageSkia();
  /external/chromium_org/chrome/browser/ui/views/infobars/
extension_infobar.cc 22 #include "ui/gfx/image/canvas_image_source.h"
23 #include "ui/gfx/image/image.h"
73 // The margin between the extension icon and the drop-down arrow image.
133 // Wait until the icon image is loaded before showing it.
183 void ExtensionInfoBar::OnImageLoaded(const gfx::Image& image) {
190 if (image.IsEmpty())
193 icon = image.ToImageSkia();
  /external/chromium_org/chrome/browser/ui/views/location_bar/
page_action_image_view.cc 28 #include "ui/gfx/image/image.h"
231 // Set the image.
232 gfx::Image icon = icon_factory_->GetIcon(current_tab_id_);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.cc 20 #include "ui/gfx/image/image.h"
21 #include "ui/gfx/image/image_skia.h"
90 gfx::Image icon;
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.h 65 PassRefPtr<Image> image(RenderObject*, const IntSize&);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
DOMImplementation.cpp 53 #include "platform/graphics/Image.h"
123 addString(svgFeatures, "Image");
342 // PDF is one image type for which a plugin can override built-in support.
343 // We do not want QuickTime to take over all image types, obviously.
346 if (Image::supportsType(type))
360 if (type == "image/svg+xml")
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h 61 Image,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGImage.cpp 62 SVGImageElement* image = toSVGImageElement(element()); local
66 SVGLengthContext lengthContext(image);
67 m_objectBoundingBox = FloatRect(image->xCurrentValue().value(lengthContext), image->yCurrentValue().value(lengthContext), image->widthCurrentValue().value(lengthContext), image->heightCurrentValue().value(lengthContext));
70 // by setting the image's container size to its intrinsic size.
72 if (image->preserveAspectRatioCurrentValue().align() == SVGPreserveAspectRatio::SVG_PRESERVEASPECTRATIO_NONE) {
160 RefPtr<Image> image = m_imageResource->image() local
    [all...]
RenderSVGResourcePattern.cpp 80 // Compute all necessary transformations to build the tile image & the pattern.
98 // Build tile image.
103 RefPtr<Image> copiedImage = tileImage->copyImage(CopyBackingStore);
129 // failures in the SVG image cache for example). To avoid having our PatternData deleted by
255 // The image buffer represents the final rendered size, so the content has to be scaled (to avoid pixelation).
259 // Apply tile image transformations.
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGImageElement.cpp 76 if (Image* image = renderSVGImage->imageResource()->cachedImage()->image())
77 return image->currentFrameHasSingleSecurityOrigin();
209 imageObj->imageResource()->setImageResource(m_imageLoader.image());
218 // Update image loader, as soon as we're living in the tree.
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEComponentTransfer.cpp 184 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore);
185 RefPtr<NativeImageSkia> nativeImage = image->nativeImageForCurrentFrame();
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacCommon.mm 143 // Lazily load the linen pattern image used for overhang drawing.
144 RefPtr<Image> patternImage = Image::loadPlatformResource("overhangPattern");
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_parser_unittest.py 120 background-image: url("../../support/some-image.png")
124 <div><img src="../support/black96x96.png" alt="Image download support must be enabled" /></div>
  /external/chromium_org/third_party/lcov/bin/
genpng 22 # This script creates an overview PNG image of a source code file by
142 Create an overview image for a given source code file of either plain text
148 -w, --width WIDTH Set width of output image to WIDTH pixel
149 -o, --output-filename FILENAME Write image to FILENAME
227 # The output image will be made up of one pixel per character of source,
229 # image width. TAB_SIZE specifies the number of spaces to use as replacement
238 my $overview_width = shift(@_); # Imagewidth for image
242 my $overview; # Source code overview image data
269 # Create image
270 $overview = new GD::Image($overview_width, $height
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_tex.c 54 struct gl_texture_image *image)
57 struct intel_texture_image *intel_image = intel_texture_image(image);
58 struct gl_texture_object *texobj = image->TexObject;
62 assert(image->Border == 0);
68 ctx->Driver.FreeTextureImageBuffer(ctx, image);
74 slices = image->Depth;
77 slices = image->Height;
85 _swrast_init_texture_image(image);
88 intel_miptree_match_image(intel_texobj->mt, image)) {
91 __FUNCTION__, texobj, image->Level
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_fbo.c 272 att->Texture->Image[att->CubeMapFace][att->TextureLevel];
nouveau_texture.c 326 struct gl_texture_image *ti = t->Image[0][level];
344 struct gl_texture_image *ti = t->Image[0][level];
366 struct gl_texture_image *base = t->Image[0][t->BaseLevel];
378 struct gl_texture_image *base = t->Image[0][t->BaseLevel];
497 /* Allocate a new bo for the image. */
680 /* Update the image fields. */
nv04_context.c 38 struct gl_texture_image *ti = t->Image[0][t->BaseLevel];

Completed in 591 milliseconds

<<21222324252627282930>>