HomeSort by relevance Sort by last modified time
    Searched refs:Image (Results 901 - 925 of 979) sorted by null

<<31323334353637383940

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc 62 #include "ui/gfx/image/image.h"
350 gfx::Image* favicon) {
    [all...]
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_view_views.cc 711 gfx::Image favicon;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorFileSystemAgent.cpp 283 resourceType = ResourceType::Image;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.cpp     [all...]
GraphicsContext3D.cpp 36 #include "core/platform/graphics/Image.h"
40 #include "core/platform/image-decoders/ImageDecoder.h"
777 GraphicsContext3D::ImageExtractor::ImageExtractor(Image* image, ImageHtmlDomSource imageHtmlDomSource, bool premultiplyAlpha, bool ignoreGammaAndColorProfile)
779 m_image = image;
798 // Attempt to get raw unpremultiplied image data.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FELighting.cpp 477 RefPtr<Image> image = in->asImageBuffer()->copyImage(DontCopyBackingStore); local
478 RefPtr<NativeImageSkia> nativeImage = image->nativeImageForCurrentFrame();
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ElementsPanel.js 404 if (!resource || resource.type !== WebInspector.resourceTypes.Image)
    [all...]
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
Image9.cpp 98 Image9 *Image9::makeImage9(Image *img)
200 ERR("Creating image surface failed.");
246 // this should only happen if the image hasn't been redefined first
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_fbo.c 39 #include "main/image.h"
291 __DRIimage *image; local
294 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
296 if (image == NULL)
300 switch (image->format) {
303 "glEGLImageTargetRenderbufferStorage(unsupported image format");
314 image->format,
315 image->region);
319 rb->InternalFormat = image->internal_format
604 struct gl_texture_image *image = _mesa_get_attachment_teximage(att); local
670 struct gl_texture_image *image = local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
teximage.c 28 * Texture image-related functions.
39 #include "image.h"
60 * State changes which we care about for glCopyTex[Sub]Image() calls.
572 * \param level image level.
573 * \param texImage texture image.
587 tObj->Image[face][level] = texImage;
597 * Allocate a texture image structure.
617 * \param texImage texture image.
619 * Free the texture image structure and the associated image data
    [all...]
texstate.c 407 GLenum format = texObj->Image[0][texObj->BaseLevel]->_BaseFormat;
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_statevars.c 442 struct gl_texture_image *texImage = texObj->Image[0][0];
    [all...]
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.cc 23 #include "ui/gfx/image/image.h"
24 #include "ui/gfx/image/image_skia.h"
258 gfx::Image icon;
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_fbo.c 39 #include "main/image.h"
291 __DRIimage *image; local
294 image = screen->dri2.image->lookupEGLImage(screen, image_handle,
296 if (image == NULL)
300 switch (image->format) {
303 "glEGLImageTargetRenderbufferStorage(unsupported image format");
314 image->format,
315 image->region);
319 rb->InternalFormat = image->internal_format
604 struct gl_texture_image *image = _mesa_get_attachment_teximage(att); local
670 struct gl_texture_image *image = local
    [all...]
  /external/mesa3d/src/mesa/main/
teximage.c 28 * Texture image-related functions.
39 #include "image.h"
60 * State changes which we care about for glCopyTex[Sub]Image() calls.
572 * \param level image level.
573 * \param texImage texture image.
587 tObj->Image[face][level] = texImage;
597 * Allocate a texture image structure.
617 * \param texImage texture image.
619 * Free the texture image structure and the associated image data
    [all...]
texstate.c 407 GLenum format = texObj->Image[0][texObj->BaseLevel]->_BaseFormat;
  /external/mesa3d/src/mesa/program/
prog_statevars.c 442 struct gl_texture_image *texImage = texObj->Image[0][0];
    [all...]
  /frameworks/base/docs/html/
gms_navtree_data.js 66 , null ], [ "com.google.android.gms.plus.model.people", "reference/com/google/android/gms/plus/model/people/package-summary.html", [ [ "Interfaces", null, [ [ "Person", "reference/com/google/android/gms/plus/model/people/Person.html", null, null ], [ "Person.AgeRange", "reference/com/google/android/gms/plus/model/people/Person.AgeRange.html", null, null ], [ "Person.Cover", "reference/com/google/android/gms/plus/model/people/Person.Cover.html", null, null ], [ "Person.Cover.CoverInfo", "reference/com/google/android/gms/plus/model/people/Person.Cover.CoverInfo.html", null, null ], [ "Person.Cover.CoverPhoto", "reference/com/google/android/gms/plus/model/people/Person.Cover.CoverPhoto.html", null, null ], [ "Person.Image", "reference/com/google/android/gms/plus/model/people/Person.Image.html", null, null ], [ "Person.Name", "reference/com/google/android/gms/plus/model/people/Person.Name.html", null, null ], [ "Person.Organizations", "reference/com/google/android/gms/plus/model/people/Person.Organizations.html", null, null ], [ "Person.PlacesLived", "reference/com/google/android/gms/plus/model/people/Person.PlacesLived.html", null, null ], [ "Person.Urls", "reference/com/google/android/gms/plus/model/people/Person.Urls.html", null, null ] ]
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 367 * An array of images that are currently in loading state. Once an image
414 * Marks the given image as currently being loaded. Once all such images load
428 var image = new Image();
429 image.onload = onInitialImageLoaded;
430 image.onerror = onInitialImageLoaded;
431 image.src = url;
432 imagesBeingLoaded.push(image);
643 // thumbnail -- the actual thumbnail image; outer border
653 // theme support has been removed from Chrome. Instead, load the image
    [all...]
  /external/v8/tools/
tickprocessor.js 723 // Image base entry is above all other symbols, so we can just
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java 141 import org.eclipse.swt.graphics.Image;
338 public Image getPageImage() {
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_window.cc 568 entry->GetFavicon().image = gfx::Image();
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_handler_unittest.cc 17 #include "ui/gfx/image/image.h"
286 const gfx::Image& image) OVERRIDE {
287 scoped_refptr<base::RefCountedMemory> bytes = image.As1xPNGBytes();
476 EXPECT_FALSE(helper.GetEntry()->GetFavicon().image.IsEmpty());
558 EXPECT_FALSE(helper.GetEntry()->GetFavicon().image.IsEmpty());
629 EXPECT_FALSE(helper.GetEntry()->GetFavicon().image.IsEmpty());
691 EXPECT_FALSE(helper.GetEntry()->GetFavicon().image.IsEmpty());
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bar_gtk.cc 64 #include "ui/gfx/image/cairo_cached_surface.h"
65 #include "ui/gfx/image/image.h"
608 const gfx::Image& image = ui::ResourceBundle::GetSharedInstance(). local
611 new_child = gtk_image_new_from_pixbuf(image.ToGdkPixbuf());
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc 107 #include "ui/gfx/image/image_skia.h"
    [all...]

Completed in 1555 milliseconds

<<31323334353637383940